Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using A Buffer File
Message
From
07/12/2001 00:10:24
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
 
 
To
06/12/2001 17:16:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00590334
Message ID:
00590980
Views:
27
>Hi Claudio
I tried the code as you suggested, in the load method and the init method, the m.fieldxx variable showed up, but when I tried it in another method, for example, the click event of a command button, the variable was not known.

Regards
Carmen
Hi Carmen
>
> Correcting what I wrote you before, 2 steps exist instead of an only one:
>
>
>STEP 1 - CREATING THE VARIABLES FOR THE FORM'S ENVIRONMENT
>
>
procedure myform.load
>sele myfile
>scatter memvar memo
>endproc
>
>STEP 2 - REFRESHING THEM TO THE OBJECTS
>
>
procedure myform.init
>sele myfile
>go top
>scatter memvar memo
>endproc
>
>I have almost a hundred programs that works fine and use it.
>
>PS: All variables m.myfield1,m.myfield2,m.myfieldN can be changed and handled
>with the use of some refresh
>
>
>CLAUDIO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform