I have a data entry screen with a button with a
quick event which calls a procedure.
After the procedure is executed, the text on the
button disappears.
A similar problem occurs with options in a menu.
How can this be prevented?
When you define your Quick Event in the Form Designer, check that you don't have anthing in the 'Control' and 'Property' combo boxes in the 'Return Value In' section of the Quick Event dialog box.
When you run a procedure as a quick event, the system puts '@SELF' and 'TEXT' in these by default, so if your procedure doesn't return a value your button text will disappear!
cpates@sprezzatura.com
World Leaders in all things RevSoft (Except VIP)