Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bindevents doubt
Message
From
24/07/2012 11:25:53
Luis Santos
Biglevel-Soluções Informáticas, Lda
Portugal
 
 
To
24/07/2012 11:06:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01549082
Message ID:
01549098
Views:
59
>>>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform