I'm at a client site and I'm trying to remember what the parameter list is for PUSH/POP.SELECT. Four parameters as I recall…
Sprezzie help time!
May as well review PUSH.SESSION to as I may need that also.
We usually just
CALL PUSH.SESSION( P1, P2, P3, P4, P5, P6 )
but the items are:
P1 screen cursor information
P2 @SENTENCE
P3 @RECORD
P4 @ID
P5 @DICT
P6 @MV
World Leaders in all things RevSoft
In the interests of completeness….
Param6 on Push.Session is @Rm delimited and contains @Mv : @Rm : What seems to be @Insert : @Rm : What seems to be the current attributes.
Push/Pop.Select takes 4 parameters which we never bother working out which is which as we don't see a use other than putting them back!
World Leaders in all things RevSoft
Thanks!