Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Undefined Error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00773157
Message ID:
00773524
Views:
10
>>>I have this code in a prg.
>>>
>>>Define Class CodesMainTxtChar As textbox_char Of dataform
>>>...
>>>
>>>EndDefine
>>>
>>>While compiling the project I receive this error:
>>>
>>>Program codesmain.prg has the following errors:
>>> Program DATAFORM - Undefined
>>>
>>>I tried EXTERNAL CLASS dataform but I did not help.
>>>How can I prevent this error?
>>>
>>>Thanks in advance
>>>Anthony
>>
>>You have a classlib called dataform, which hold the textbox_char class?
>
>Yes.

The DataForm classlibrary needs to be in the project. Included or excluded should not matter. If this doesn't get you past the problem, try to compile classlib DataForm.
Tracy
Previous
Reply
Map
View

Click here to load this message in the networking platform