Página 1 de 1

Controls reference

Publicado: Vie Mar 31, 2006 10:16 am
por Dionisis Divaris
Hello Ignacio , Jose
I face out this situation . I have a Form (tForm4) that include a
Tpanel(tPanel1) that contains a series of TBtmpButtons . I want to close
the form pressing the appropriate button (TBtmpButn7). What is rhe way to
call tForm4 Close event frmom this button . I stuck here....
Many Thanks
Dionisis

Controls reference

Publicado: Vie Mar 31, 2006 11:02 am
por ignacio
Dionisis,
Trap TBtnBmp7:OnClick event and just write the following:
::Close()
Regards,
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:442ce558$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello Ignacio , Jose
>
> I face out this situation . I have a Form (tForm4) that include a
> Tpanel(tPanel1) that contains a series of TBtmpButtons . I want to close
> the form pressing the appropriate button (TBtmpButn7). What is rhe way to
> call tForm4 Close event frmom this button . I stuck here....
>
> Many Thanks
> Dionisis
>

Controls reference

Publicado: Vie Mar 31, 2006 11:02 am
por NoName
Dionisis,
Trap TBtnBmp7:OnClick event and just write the following:
::Close()
Regards,
"Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
news:442ce558$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hello Ignacio , Jose
>
> I face out this situation . I have a Form (tForm4) that include a
> Tpanel(tPanel1) that contains a series of TBtmpButtons . I want to close
> the form pressing the appropriate button (TBtmpButn7). What is rhe way to
> call tForm4 Close event frmom this button . I stuck here....
>
> Many Thanks
> Dionisis
>

Controls reference

Publicado: Vie Mar 31, 2006 11:16 am
por Dionisis Divaris
Works Perfect Ignacio
Many thanks
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:442cf011$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Dionisis,
>
> Trap TBtnBmp7:OnClick event and just write the following:
>
> ::Close()
>
> Regards,
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:442ce558$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello Ignacio , Jose
>>
>> I face out this situation . I have a Form (tForm4) that include a
>> Tpanel(tPanel1) that contains a series of TBtmpButtons . I want to close
>> the form pressing the appropriate button (TBtmpButn7). What is rhe way to
>> call tForm4 Close event frmom this button . I stuck here....
>>
>> Many Thanks
>> Dionisis
>>
>
>

Controls reference

Publicado: Vie Mar 31, 2006 11:16 am
por Dionisis Divaris
Works Perfect Ignacio
Many thanks
Dionisis
"Ignacio Ortiz de Zúñiga" <NoName@xailer.com> wrote in message
news:442cf011$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Dionisis,
>
> Trap TBtnBmp7:OnClick event and just write the following:
>
> ::Close()
>
> Regards,
>
> "Dionisis Divaris" <sv1fkk@hol.gr> escribió en el mensaje
> news:442ce558$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
>> Hello Ignacio , Jose
>>
>> I face out this situation . I have a Form (tForm4) that include a
>> Tpanel(tPanel1) that contains a series of TBtmpButtons . I want to close
>> the form pressing the appropriate button (TBtmpButn7). What is rhe way to
>> call tForm4 Close event frmom this button . I stuck here....
>>
>> Many Thanks
>> Dionisis
>>
>
>