Value of POP.UP function (AREV Specific)
At 05 OCT 2000 12:01:22PM T. Ross wrote:
I need some advice regarding an RBASIC program application.
After using a SELECT statement to obtain desired records in a table or file, I'm using the POP.UP function to display the results.
Is there a variable that represents either a count or the actual results of the SELECT statement prior to generation on the screen?
I have tried playing with various POP.UP parameters with no luck.
Thanks for any help!
Tim
At 05 OCT 2000 12:50PM Tony Marler @ Prosolve Software UK wrote:
Tim
If the select list is resolved then @RECCOUNT may do what you need. But you need to ensure popup is correctly structured or even use catalyst call to popup to ensure it works from the active list.
Tony