Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Feature not available error on AddProperty
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01159378
Message ID:
01159386
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>Hi all,
>
>In my runtime application, I keep getting an error whereever there is AddProperty in the line of the code.
>Here is the error:
>Error#1001. Feature is not available. The help file describes it as "The Visual FoxPro feature you have attempted to use is not supported in this version of Visual FoxPro."
>
>However, I have the correct vfprenu.dll, vfpr90.dll with the version# 9.00.0000.3504 in runtime environment.
>
>The documentation doesn't say that I can't use AddProperty in runtime.
>
>
>I'm loading the form from the main prg as follows:
>
>public omainForm as object
>m.omainForm = newobject("cmainform","applib.vcx")
>if vartype(m.omainForm)="O" ;
>then
>    m.omainForm.Show()
>    read events
>endif
>
>
>Why is that?

Why I think you use ALL parameters of AddProperty(), The last one [cDescription] is available only at design-time.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform