Message
From
04/10/2006 11:43:46
 
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:
01159387
Views:
21
>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?

Dawa,

Where are you running the ADDPROPERTY() from and what is the syntax you're using?

Regards,
Jim
Previous
Next
Reply
Map
View