Skip to content

Methods for cWebAspClassicObject

View method list in alphabetical order.

Name Type Description Defining Class
DoGetHtmlFormValue Function Obtains the value of any posted HTML form value DoGetHtmlFormValue can be used to obtain the value of any posted HTML form value. cWebAspClassicObject
DoGetHtmlQueryString Function Obtains the value of any ASP variables DoGetHtmlQueryString can be used to obtain the value of any ASP variables. cWebAspClassicObject
MapFileNameToDD Function Find and return the DDO handle that owns the passed table name Returns the DDO (DataDictionary Object) that owns the table name. cWebAspClassicObject
MapToFieldNumber Function Returns the column number for the passed table number and column name Returns the column number associated with the column name. cWebAspClassicObject
MapToFileNumber Function Returns the table number for the passed table name MapToFileNumber is a helper function that matches a table name with a table and returns its number. cWebAspClassicObject
RegisterBasicErrorInterface Procedure Adds messages that are often needed when creating ASP pages, that require special error handling within the ASP page cWebAspClassicObject
RegisterFullErrorInterface Procedure Adds messages that are often needed when creating complex ASP pages, that require full information about errors within a WBO process cWebAspClassicObject
RegisterInterface Procedure Registers a message (property, function, procedure) and make it available as a Call message within an ASP page cWebAspClassicObject
RegisterStandardInterface Procedure The Call messages that are often needed for a normal program These are the Call messages that are often needed for a normal program. cWebAspClassicObject
RemoveInterface Procedure When sent, removes any message from the Call interface You can remove any message from the Call interface by sending the RemoveInterface message. cWebAspClassicObject
Search_Field_Name Function Returns the column number for the passed table number and column name Search_Field_Number is a helper function that matches a column name with a table's column number. cWebAspClassicObject
Search_File_Name Function Returns the table number for the passed table name Search_File_Number is a helper function that matches a table name with a table and returns its field number. cWebAspClassicObject
WriteData Procedure Like WriteHtml, except it is used to output data by an address pointer cWebAspClassicObject
WriteHtml Procedure Outputs the passed string to the web page and ends the line WriteHtml outputs the passed string to the web page and ends the line. cWebAspClassicObject
WriteHtmlPlainText Procedure Encodes and then outputs the passed text to the HTML file WriteHtmlPlainText encodes and then outputs the passed text to the HTML file. cWebAspClassicObject

Inherited Methods from cBaseWebComponent

Name Type Description Defining Class
AddHttpResponseHeader Procedure Sets a specific response header Sets a specific response header. cBaseWebComponent
ClearErrors Procedure Clears the error queue This clears the error queue. cBaseWebComponent
ErrorCount Function Returns the number of errors in the current error queue ErrorCount returns the number of errors in the current error queue. cBaseWebComponent
ErrorMessage Function Returns the error message for an index in the error queue ErrorMessage returns the error message for a zero based item in the error queue. cBaseWebComponent
ErrorMessageDetailed Function Returns a detailed (more technical) error message for an index in the error queue ErrorMessageDetailed returns a detailed error message for a zero based item in the error queue. cBaseWebComponent
ErrorNumber Function Returns the DataFlex error number for an index in the error queue ErrorNumber returns the error number for a zero based item in the error queue. cBaseWebComponent
ErrorQueueEnd Procedure Ends an error queue process ErrorQueueEnd ends an error queue process. cBaseWebComponent
ErrorQueueStart Procedure Used to start an error queue for a web request Normally, all errors are handled and processed as they occur. cBaseWebComponent
GetCookie Function Reads a cookie key GetCookie reads a cookie key using its name directly from the HTTP Header. cBaseWebComponent
IsQueuedError Function Returns True if errors are being queued IsQueuedError returns True if errors are currently being queued. cBaseWebComponent
LogErrorEvent Procedure Raises an error and explicitly logs the error in the event log LogErrorEvent logs an error event. cBaseWebComponent
LogEvent Procedure Logs an event to the Web Application's event log LogEvent logs an event to the Web Application's event log. cBaseWebComponent
ServerVariable Function Allows retrieval of IIS Server Variable values Allows retrieval of IIS Server Variable values. cBaseWebComponent
SetCookie Procedure Used to update a cookie key SetCookie is used to update a cookie key's value and expiration time. cBaseWebComponent

Inherited Methods from cObject

Name Type Description Defining Class
ChildByIndex Function Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. cObject
ClassSuperClass Function Returns the superclass of the passed class This returns the superclass of the passed class. cObject
Create Function Creates an object based on the passed Class Id The Create function is used to dynamically create objects. cObject
CreateNamed Function Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. cObject
Destroy Procedure Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. cObject
Exit_Application Procedure Starts the process of closing an application The Exit_Application message is used to close the program. cObject
IsClassOfClass Function Determines whether the target class is part of the searched class's hierarchy cObject
IsObjectOfClass Function Determines whether the passed class is part of the object's class hierarchy This returns True if the passed class is part of the object's class hierarchy. cObject
ObjectClass Function Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. cObject
Request_Destroy_Object Procedure Use the Destroy method instead This method is used to destroy an object and all of its children. cObject