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:
00664613
Views:
17
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
Previous
Reply
Map
View

Click here to load this message in the networking platform