I have a process which asks the user if they want to create a new Object, like :
Create Client
DISPLAY QUESTION " Do you want to create a new Invoice ? "
QuestionReply='Yes'
ENTER NEW Invoice
If the user says 'Yes' it works, new Client form appears.
If the User says "No" or "Cancel" the system returns an "Internal Error" display message.
Anyboday had that error for this kind of Processes ?
( Build 1702 )