Capture Cell in Browse

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
jouhmg
Posts: 26
Joined: Thu Jul 31, 2008 3:22 am

Capture Cell in Browse

Post by jouhmg »

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
User avatar
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

Post by Rathinagiri »

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)'
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply