Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BindEvent to Form.Unload
Message
 
 
À
25/08/2008 12:59:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrats & ententes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01341442
Message ID:
01341574
Vues:
15
I expalined why it doesn't work elsewhere in this thread.

>I tried simple test code as below, but it doesn't work.
>
>
aaa=CREATEOBJECT("form")
>bbb=CREATEOBJECT("daa")
>
>BINDEVENT(aaa,"unload", bbb,"handle")
>BINDEVENT(aaa,"destroy", bbb,"handle")
>
>aaa.release()
>
>DEFINE CLASS daa as Line
>
>	PROCEDURE handle()
>	
>	MESSAGEBOX("DDD")
>	
>	ENDPROC
>	
>
>ENDDEFINE
>
>
>Please advice. Thank you
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform