|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Code after showmodal statement
Hi,
The act_new.execute cannor run as it only executes after the form is closed. What would be the correct way to achieve the act_new.execute in this code? Put it in the Deactivate or Close event of frm_Client. regards, Martin. |
|
#2
|
|||
|
|||
|
Code after showmodal statement
Hi Guys
I have the following statement var frm_Client : Tfrm_Client; begin frm_Client := Tfrm_Client.Create(Self); try frm_Client.ShowModal; frm_Client.Act_New.Execute; finally frm_Client.Release; end; end; The act_new.execute cannor run as it only executes after the form is closed. What would be the correct way to achieve the act_new.execute in this code? Many thanks Regards Dino Lolli [Non-text portions of this message have been removed] |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Delphi > Code after showmodal statement |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|