Selecting an item from a table.

0 votes
asked by about wwGenericSQLGrid
edited by

1 Answer

0 votes
No avatar answered by (132k points)

#Grid1.Server = Server;
#Grid1.Database = Database;
#Grid1.UserID = UserID;
#Grid1.Password = Password;
#Grid1.Connect();

Selection = #Grid1.GetRowColumnValue( Row, Column);

Selection = #Grid1.GetSelectedCellValue();

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...