I need to get the user to agree to continue before they are asked to complete the options.
Confirmed := CONFIRM(Text20000,FALSE);
IF NOT Confirmed THEN
CurrReport.QUIT;
This only works if used in the OnPreDataItem after they have completed the Option requirements.
I have tried using Report - OnPreReport() but it still only asks after the options have been completed.
This will irritate the user so is there another way to do this?
:?
Experience is what you get when you hoped to get money
0
Comments
Will this also irritate the user?
Bit abrupt but they will get the idea.