Try: X.LIST.STMT:= \HEADER "AR Invoices with customer last name \:V.JS.VAR1:\and customer first name John."\
David A. Green (480) 813-1725 DAG Consulting -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Greg Coelho Sent: Friday, May 27, 2011 3:28 PM To: [email protected] Subject: Re: [U2] Uniquery U2 Users! I am trying to pass in arguments into a UniQuery form using JSPARAMS. This works fine when I working with a SELECT LIST: V.JS.VAR1 = "Smith" PROCEDURE LINE "SELECT PERSON WITH LAST.NAME EQ ":V.JS.VAR1 But when I try to pass this into a literal statement such as a HEADER - things go haywire (process goes into a loop) X.LIST.STMT:= \HEADER "AR Invoices with customer last name ":V.JS.VAR1:" and customer first name John."\ Does anyone have any clues as to what I should be looking for - UDT.OPTIONS, HEADING settings? Also, when I pass in a V.JS.DATE.VAR to the HEADER I get the internal date regardless how I try to format it. Any insight would be greatly appreciated. Thanks, Greg _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
