Página 1 de 1

How to get the current linenumber in TArrayBrowse

Publicado: Mar Ago 15, 2006 1:50 pm
por Gejza Horvath
Hi all,
I'm using Clipper since 1990, and now testing the Xailer Demo. Nice product. Some
questions:
1. How can I get the array index of selected row in TArrayBrowse? I'm looking for methods
or property like GetSelectedRowNum()
2. How to define a condition to show or hide the array element in browser? E.g. property
FilterExpression(CodeBlock)
Best regards
Gejza Horvath

How to get the current linenumber in TArrayBrowse

Publicado: Mar Ago 15, 2006 6:59 pm
por Giuseppe Bogetti
Il Tue, 15 Aug 2006 13:50:39 +0200, Gejza Horvath ha scritto:
Gejza,
> 1. How can I get the array index of selected row in TArrayBrowse? I'm looking for methods
> or property like GetSelectedRowNum()
You can use the property :nArrayAt so you can refere to an array row with
:aArrayData[ :nArrayAt ]
For more details please have a look in the Help file under Browses -
ArrayBrowse
--
Best regards,
Giuseppe Bogetti
B.G. Soft
Cuneo - Italy