Using other DataWindow methods
There are many more methods you can use to perform activities
in DataWindow controls. Here are some of the more common ones:
Method |
Purpose |
---|---|
AcceptText |
Applies the contents of the edit control |
DeleteRow |
Removes the specified row from the DataWindow control, |
Filter |
Displays rows in the DataWindow control |
GetRow |
Returns the current row number |
InsertRow |
Inserts a new row |
Reset |
Clears all rows in the DataWindow control |
Retrieve |
Retrieves rows from the database |
RowsCopy, RowsMove |
Copies or moves rows from one DataWindow control |
ScrollToRow |
Scrolls to the specified row |
SelectRow |
Highlights a specified row |
ShareData |
Shares data among different DataWindow |
Update |
Sends to the database all inserts, changes, |
Some, but not all, of these methods are available
for the Web DataWindow client control, server component, or both.
Each development environment provides a reference list of methods.
For complete information on DataWindow methods,
see the DataWindow Reference.