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 to the |
|
DeleteRow |
Removes the specified row from the DataWindow |
|
Filter |
Displays rows in the DataWindow control based on |
|
GetRow |
Returns the current row number |
|
InsertRow |
Inserts a new row |
|
Reset |
Clears all rows in the DataWindow |
|
Retrieve |
Retrieves rows from the database |
|
RowsCopy, RowsMove |
Copies or moves rows from one DataWindow control to |
|
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, and |
For complete information on DataWindow methods, see Methods for the DataWindow Control in DataWindow Reference.