<< I never heard of that. Below is the code. The fourth from which line is to to be an INTEGER? DIALOG .vmsgprod vmodold vEndKey Y + CAPTION 'Create New product' + ICON APP + >>
The fourth position, where you have Y, should be an integer value if you want the user to type a response. If, on they other hand, you're trying to create a YES/NO button dialog (which I think is what you want based on the rest of the command) you must specify YES or NO in that position to indicate the default answer. I don't think Y is good enough. -- Larry

