Selected row in a browse [Archive] - ProgressTalk.com
Google
 
Web ProgressTalk.com

View Full Version : Selected row in a browse



Storzum
15 Feb 2005, 04:28 AM
It`s me again.
:blush:
How can I get the rowid or something else for the
selected row in a (dynamic) browse?

Thanks.
Storzum

Storzum
15 Feb 2005, 06:39 AM
I take the "underlying" buffer:rowid.
This seems to work?

jongpau
15 Feb 2005, 02:14 PM
Yes, you should be able to use the buffer(s) of the dynamic or statictable(s) that are used in the query of the browse. When you navigatethrough the browse the record pointer in these buffers gets updated aswell. This means
you can check whether or not these are "available" and access allfields and the rowid(s). The "value-changed" event of the browse isoften a good place to start