This works:
SessionVars.promptString = 'Please Confirm that you want to delete the <br><b>' + SessionVars.noRecs + ' ' +
PromptFor.AMorPM + '</b> records for <b>' + PromptFor.tripDate + '</b>'
DISPLAY QUESTION SessionVars.promptString
This does NOT and displays a blank form:
DISPLAY Question 'Please Confirm that you want to delete the <br><b>' + SessionVars.noRecs + ' ' +
PromptFor.AMorPM + '</b> records for <b>' + PromptFor.tripDate + '</b>'
Bruce