krobinson98
30th September 2008, 23:58
I need to reference the highlighed detail record within a session when an option in the specific menu is selected. For example a user clicks on the 3rd detail record (highlighting this 3rd row) then goes under the specific menu and selects an option. At this point I need to grab the data in this 3rd highlighted row. How is this done? I understand how to add the option under the specific menu and have it calling a function. How do I grab the data in the highlighted row within the script in the function. Thanks for any help.

madan.meegada
1st October 2008, 09:48
Predefined variables marked and mark.table may help you.

Regards,
Madan

toolswizard
4th October 2008, 11:34
If it is only a single row, the table fields for that row are made current and you can access the data just by specifiying the table.field.

mostrightfuture
7th October 2008, 14:21
Hi,

As mentioned by Toolswizard, the selected record in session is always marked as current and can access referencing the table name and field name in script or can even in the zoom session.

MRF