Back to SPR List Previous Next
PQLForms Painter produces bad code if last field on a screen is NOPROMPT.
Minor Closed - Fixed Found:2002.20.36 28 NOV 2004 Fixed:2002.20.37 28 NOV 2004

DETAILS
 The PQLForms painter will produce code that will not compile if the last
 field on a screen has the NOPROMPT clause.

 The example program will run on the company database but if it is modified
 in the painter and then run, it will produce errors:

 13            NOPROMPT
 Name is missing or invalid. (Error 32 - NOPROMPT)
EXAMPLE PROGRAM
 FORM UPDATE LABELS
 SCREEN RECORD EMPLOYEE
 FIELD ID
 FIELD NAME NOPROMPT
 END SCREEN
 END FORM
WORKAROUND
Edit the PQL forms program and remove the NOPROMPT clause from all the action buttons.
Back to SPR List Previous Next