Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form transmormer v1.1
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00608172
Message ID:
00608203
Views:
23
>>>>Look in the Download section for a file called "Form transmormer v1.1"
>>>
>>>Hi,Gagnon
>>>
>>>Thank you for told me about the Form Transformer class (frmtrans.vcx).
>>>I had tested it successfully yet.
>>>but a error of undefined variable (TAPOINTS) appeared when compiling the >project.
>>>Could you solve it for me ?
>
>>You may want to ask Larry Miller who wrote the class. He is a member here.
>
>Hello,Miller
>
> Could you solve it for me ?
> Can I add an array property to the class instead of the undefined variable??

You may just ignore the message, or if you want to get rid of it, add the following procedure, for example to your main program.

PROCEDURE dummy
local tapoints[1]
ENDPROC

This procedure will be never called, but will prevent Program Manager from complaining about TAPOINTS when you compile.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform