Hello People, i need your help:
I'm having some issues trying to work with 2 variables from 2 prompts
In MS 10 i have:
PROMPT(SELECT,,,,%DIMS%)
(...)
PROMPT(SELECTINPUT, %AUD%, , "Select audittrail for second task","AUDITTRAIL")
And its working ok, 2 different windows ask me me each variable, first %Selection% or %DIMS% and then %AUD%
But in MS 7, the same is not working... just 1 of them is working, the first one i use.
If it's not posible to use both...
Is there any way to assign a member of %DIMS% or %SELECTION% to this second variable?
DIMS=AUDITTRAIL, ENTITY, TIME ETC...
AUD = AUDITTRAIL
I want them because i need to make some different SQL statements, one with SELECTION and one with the other..
Thanks in advance!