Page 1 of 1

Capture Cell in Browse

Posted: Wed Jul 29, 2009 4:29 pm
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

Re: Capture Cell in Browse

Posted: Wed Jul 29, 2009 4:58 pm
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)'