Hi,
Can it be record number showed in recordselector like in Excel ?
Best regards,
Hi,
Can it be record number showed in recordselector like in Excel ?
Best regards,
// row numbers
ADD oCol to oLbxB AT 1 DATA oLbxB:KeyNo() HEADER 'Ln' size 23 //PICTURE '9999'
oLbxB:aCols[1]:nDataStrAlign := AL_LEFT
oLbxB:aCols[1]:nHeadStrAlign := AL_LEFTavista wrote:Hi,
Can it be record number showed in recordselector like in Excel ?
Best regards,
Still we can show the same effect this way.
( cAlias )->( recno() )
The database could also be indexed and filtered.
I tried to come with some ideas but multi-user systems would be a problem. Ideally, you would need to read a location from the index itself but I don't know if this is possible. And if you added a filter that was not part of the index itself, then the location wouldn't be accurate.