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
Display Question requires simple string, not concatination
Re: Display Question requires simple string, not concatination
Bruce, try to concat using AS_STRING(' ' + ' ')
From,
Himanshu Jain
AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL
Himanshu Jain
AwareIM Consultant (since version 4.0)
OS: Windows 10.0, Mac
DB: MYSQL, MSSQL