English by Google
*************
Hi:
How can I capture the contents of a cell (Row, Col) from a browser?
Anyone have any examples?
You can accomplish this using the Properties InputItems and/or DisplayItems?
TIA
jouhmg
Capture Cell in Browse
Moderator: Rathinagiri
- Rathinagiri
- Posts: 5482
- Joined: Tue Jul 29, 2008 6:30 pm
- DBs Used: MariaDB, SQLite, SQLCipher and MySQL
- Location: Sivakasi, India
- Contact:
Re: Capture Cell in Browse
Since Browse control is the front end posting of a dbf workarea, you can use workarea & fieldname to ascertain the value.
In the case of a Grid control, you can use 'CellContent := <ParentWindowName>.<ControlName>.Cell(nRow,nCol)'
In the case of a Grid control, you can use 'CellContent := <ParentWindowName>.<ControlName>.Cell(nRow,nCol)'
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
South or North HMG is worth.
...the possibilities are endless.