Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bindevents doubt
Message
De
24/07/2012 11:25:53
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
À
24/07/2012 11:06:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01549082
Message ID:
01549098
Vues:
60
>>>>Hello comunity
>>>>
>>>>I need help for create a BINDEVENTS, when a checkbox is uncheck on my form, i put this code on my Xbase:
>>>>
>>>>I attach my code on a TXT zip file
>>>>
>>>>I try also Interactivechange but without sucess.
>>>>
>>>>Someone could give me some help ?
>>>>
>>>>Best regards
>>>>
>>>>Luis Santos
>>>
>>>Put a comment or some code into Interactivechange.
>>
>>
>>Hello Fabio
>>
>>I don´t understand what you mean when you said "Put a comment or some code into interactivechange", could you explain ?
>>
>>Thanks
>>Luis
>
>In some procedures BINDEVENT() works only if the procedure contains
>something, if the procedure is empty,
>vfp does not process it and consequently BINDEVENT() does nothing.

Hello Fabio

Thanks for your reply, i not to much if i demand base on my code to give me a little example on where i must put something.
Is on the line :

PUBLIC oHandler
oHandler = NEWOBJECT( "myhandler" )

BINDEVENT( SPO.Pageframe1.Page2.Process, "InteractiveChange", oHandler, "mychange" )

DEFINE CLASS myhandler AS Session
PROCEDURE mychange
LPARAMETERS something Is here where i need to paste something (note : SPO.Pageframe1.Page2.Process is boolean)

Thanks again
Luis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform