Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Addproperty Error 1001
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01023532
Message ID:
01023537
Vues:
9
This message has been marked as the solution to the initial question of the thread.
The third and forth parameters are available at design time only. Help states that value of 1-Public can be used in runtime but it's not the case. Anyway, 1-Public is default so there's no need to specify it.

>I have this code IN Runtime Version.
>I have a strange error 1001 ONLY in runtime version ...
>
>Why ?
>
>
>
>
>DEFINE CLASS cSqlCustom AS CUSTOM
>  D_debut = {  /  /    }
>  d_fin = {  /  /    }
>ENDDEFINE
>
>
> oSql = CREATEOBJECT("cSqlCustom")
>
>*-- Here I have a strange error 1001 ONLY in runtime version ...
>oSql.ADDPROPERTY( 'nvType' , 0 , 1 ) && 1 = Public
>
>
>
>bernhart
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform