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")