rdipalmana
Programmer
- Sep 16, 2013
- 1
Hi.
I have to change a program that was written a few years ago in VFP 2.6. I have to make some variables hidden fields when running a particular condition occurs. Here's an example:
@ 10,10 get w_MOV_DATA
I want to hide w_MOV_DATA when its value is zero.
the program is compiled with Visual FoxPro Visual Studio 6.
Many thanks
I have to change a program that was written a few years ago in VFP 2.6. I have to make some variables hidden fields when running a particular condition occurs. Here's an example:
@ 10,10 get w_MOV_DATA
I want to hide w_MOV_DATA when its value is zero.
the program is compiled with Visual FoxPro Visual Studio 6.
Many thanks