| dhoward Admin Group
 
  
  
 Joined: June 29 2001
 Location: United States
 Online Status: Offline
 Posts: 4447
 | 
          Manny,
           | Posted: April 19 2006 at 23:08 | IP Logged |   |  
           | 
 |  
 Trigger the macro using a formula action and use the ph_macroparm function.  As one of the passed parameters, pass an integer to use in the macro as a JUMP value or for better readability, pass a label to use with the GOTO LABEL command.
 
 So, the action might be: ph_macroparm("YOURMACROID","YOURLABEL",0,0,0,0)
 
 And the first line of your macro will be:
 GOTO LABEL [LOCAL1]
 
 And have all of the various labels required within your macro.
 
 Dave.
 
 |