Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Startut.prg not working
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00664606
Message ID:
00664611
Vues:
15
This message has been marked as the solution to the initial question of the thread.
>Has anyone had trouble with the startut program that Eric wrote, blowing up at this line:
>
>oie.document.forms(0).Key.Value = lcUsername
>
>
>I get OLE error code 0x80020006: Unknown name. The variable has the correct value. I don't think it recognizes "key.value"
>
>Any help is appreciated. Thanks, Chuck

The field name was not "key" but "Username" so the following should work:
oie.document.forms(0).Username.Value = lcUsername
If we exchange an apple, we both get an apple.
But if we exchange an idea, we both get 2 ideas, cool...


Gérald Santerre
Independant programmer - internet or intranet stuff - always looking for contracts big or small :)
http://www.siteintranet.qc.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform