Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Startut.prg not working
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00664606
Message ID:
00664611
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform