57892 Determines whether RemoteData control's data source is read-only
57893 Specifies options of the rdoResultset object
57894 Specifies user ID
57895 Password used during creation of rdoEnvironment object
57896 Specifies type of cursor to be created
57897 Returns RemoteData control's current font
57898 Returns reference to a RemoteData control's underlying rdoConnection object
57899 Returns/sets end-of-file action taken
57900 Returns/sets beginning-of-file action taken
57901 Returns/sets value determining severity level constituting fatal error
57902 Specifies the type of concurrency handling
57903 Specifies ODBC prompt option
57904 Specifies appearance of the data control
57905 Returns RDO Environment object
57906 Determines RemoteData control's caption
57907 Determines RemoteData control's backcolor
57908 Determines RemoteData control's forecolor
57909 Number of collision rows
57910 Array of collision rows
57911 Number of records in Batch Update
57912 Returns/sets a value that specifies if the optimistic batch update should use an Update statement or a Delete followed by an Insert.
57913 Returns/sets a value that specifies how the WHERE clause is constructed for each row during an optimistic batch update operation.
57914 Refreshes bound controls
57915 Saves the current value of bound controls
57916 Begins a new transaction
57917 Ends current transaction and saves changes
57918 Ends current transaction and restores databases in rdoEnvironment object
57919 Cancel async operation
57920 Refreshes resultset and bound controls
57921 Displays the RemoteData control's About box
57922 Occurs before a different row becomes the current row; before the Update method (except when data is saved with the UpdateRow method); and before a Delete, Unload, or Close operation.
57923 Occurs after a row becomes the current row.
57924 Occurs only as the result of a data access error that takes place when no Visual Basic code is being executed.
57925 Fired after an asynchronous query has completed
57926 Occurs when the user presses the mouse button while an object has the focus.
57927 Occurs when the user moves the mouse.
57928 Occurs when the user releases the mouse button while an object has the focus.
57930 BOFAction Constants
57931 Move to first row
57932 Move to beginning of file
57933 EOFAction Constants
57934 Move to last row
57935 Move to end of file
57936 Add a new row to end of file
57937 Appearance Constants
57938 Flat
57939 3D
57940 Prompt Constants
57941 Prompt
57942 No Prompt
57943 Complete
57944 Complete Required
57956 CancelDisplay Constants
57957 Display error message
57958 Continue
57959 Action Constants
57960 Cancel operation when Sub exits (Validate event).
57961 MoveFirst method (Validate event).
57962 MovePrevious method (Validate event).
57963 MoveNext method (Validate event).
57964 MoveLast method (Validate event).
57965 AddNew method (Validate Event).
57966 Update operation -- not update record (Validate event).
57967 Delete method (Validate event).
57968 Find method (Validate event).
57969 The Bookmark property has been set.
57970 Close method (Validate event).
57971 The form is being unloaded.
57972 Update operation for AddNew (Validate event).