Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Feature not available error on AddProperty
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01159378
Message ID:
01159386
Vues:
19
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform