Returns the error messages that were generated during a previous call to Create.
DataWindow type |
Method applies to |
---|---|
Web ActiveX |
DataWindow control |
string dwcontrol.CreateError ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to the DataWindow control for which you just called the Create method |
Returns a string whose value is the error message text that was generated when attempting to create a DataWindow from source code. If no errors occur, returns an empty string.
Call CreateError immediately after the Create method to get error messages generated by Create.