Hello to you,
I'm uisng vfp7
I tried to subclassing the form as below :
form's init :
parameter cMode
thisform.mode = cMode
Note : I add a new property to form named "mode"
Then I tested issuing :
do form abc with "xyz"
but it does't work, why ?
Please advice
Steven
I'm uisng vfp7
I tried to subclassing the form as below :
form's init :
parameter cMode
thisform.mode = cMode
Note : I add a new property to form named "mode"
Then I tested issuing :
do form abc with "xyz"
but it does't work, why ?
Please advice
Steven