PUSH/POP.SELECT parameters (AREV Specific)
At 21 MAR 2001 03:39:49PM Warren wrote:
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.
At 21 MAR 2001 04:56PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
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
At 22 MAR 2001 09:36AM [url=http://www.sprezzatura.com" onMouseOver=window.status=Click here to visit our web site?';return(true)]The Sprezzatura Group[/url] wrote:
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
At 22 MAR 2001 05:43PM Warren wrote:
Thanks!