Exit button

Hi,

I am new in progress OE10 programing, I am makeing some king of database and I need the code to make an EXIT button... a suposse it is not complicated but I simply do not know how to write the code and I can not find it on any forum.

thank's


Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

APPLY "CLOSE":U TO THIS-PROCEDURE.

Use bellow code in any button

APPLY "CLOSE":U TO THIS-PROCEDURE.

Or use the buttons that the appbuilder provides for this purpose either the "done" type or the "cancel" will work depending on which efect you want to create.

To access this buttons... from the palette (toolbar normally appaer at the left of the appbuilder) positioned your mouse over the button icon and hit rigth-click to get a sub menu with different button options.

Hope this help.


Thank's! That's the one I

Thank's!

That's the one I was looking for! ;)