rvActions - confused with closing forms
Posted: Fri Jun 09, 2006 12:54 am
I'm really sorry about my stupid questions. May be, that is not the right board for that, but nobody else knows the actions source like here...
I created a frame app, with auth etc, inside of that I start the atm nearly unchanged "unit3" example with frmModuleText.show. Yes, I copied all elements to my form and adjusted all actions. So far it works. really fine Now I have on that form a button (setup) with frmSetup.show, it simply opens a new form for some db related settings. When I close this setup form (with form.close, form.hide or form.visible:=false) I get the message "Save changes to...", but the main app is not closed. Sure, I only shut up the setup form. My newbie like question is now, how to avoid that? I dont need that question at this position.
Much thanks.
And sorry for my villainous english.
I created a frame app, with auth etc, inside of that I start the atm nearly unchanged "unit3" example with frmModuleText.show. Yes, I copied all elements to my form and adjusted all actions. So far it works. really fine Now I have on that form a button (setup) with frmSetup.show, it simply opens a new form for some db related settings. When I close this setup form (with form.close, form.hide or form.visible:=false) I get the message "Save changes to...", but the main app is not closed. Sure, I only shut up the setup form. My newbie like question is now, how to avoid that? I dont need that question at this position.
Much thanks.
And sorry for my villainous english.