Back to SPR List Previous Next
PQLFORMS embedded PQL can be mis parsed.
Minor Closed - Fixed Found:XS.01.10 17 SEP 2008 Fixed:XS.01.11 18 SEP 2008

DETAILS
 If you have an expression in quotes inside a piece of embedded PQL then this can be
 confused with a PQL Forms command:
EXAMPLE PROGRAM
     TITLE   (set dialog title "New Lab Data (FORM-KK)")
     INITIAL (write "the prompt 'here'")
WORKAROUND
Alter the expression slightly so that it is not confusing: These are ok: TITLE (set dialog title "New Lab Data - (FORM-KK)") INITIAL (write "the prompt is 'here'") INITIAL (write "the prompt here")
Back to SPR List Previous Next