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:
00664613
Vues:
18
Great, that was the answer, Thanks

>>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
Extreme Programming = Plan -> Design -> Code -> Test
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform