wwGenericSQLGrid questions & answers

Is a data access object written to operate within the InTouch ActiveX container
G
Question by Guest
79 views
September 7, 2020
A
Answer by Akash Shah

No, there is no PrintGrid method mentioned in the program "wwGenericSQLGrid" for Windows.

G
Question by Guest
793 views
August 11, 2009

How can I select an item from a table using the wwGenericSQLGrid?

D
Answer by Dan Angel

If wwGenericSQLGrid is installed and configured correctly within the InTouch ActiveX container, open an InTouch quickscript and type the following code:


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

This will allow you to connect to the database. After that, if you want to get a specific value/item from a cell, type:


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

In order to get the selected value/item, you will need to enter:


Selection = #Grid1.GetSelectedCellValue();

You can find further information if you open the wwGenericSQLGrid.mht file that comes packaged with the wwGenericSQLGrid software. If you don't have the software, you can download it from the official web page. Also, you will need to create an account.

See more questions & answers

Ask a question about wwGenericSQLGrid

Alternative downloads

SMA Off-Grid Configurator
Free
rating

SMA Off-Grid Configurator plans off-grid systems that saves time and money.

FlexCell Grid Control Designer
rating

FlexCell is a flexible and easy to use grid control.

Xceed Grid for .NET
rating

An advanced, multi-talented, 100% extensible data grid control.