Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IE automation
Message
From
17/07/2002 11:02:38
 
 
To
17/07/2002 07:58:48
Marcus Hüneke
Heidelberger Druckmaschinen
Wiesloch, Germany
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00678988
Message ID:
00679609
Views:
26
>Hello J.Crescencio,
>
>thanks a lot for your help. The code works fine with the universalthread page. With my page I have the problem to fill the input fields.
>If I use the field name "BAPI1007-CUSTOMER":
>(oie.document.forms(0).BAPI1007-CUSTOMER.Value = lcUsername)
>I receive a systax error.
>Do you have any idea how to handel this problem. Probably I'm using the wrong field name?
>
>Regards
>
>Marcus

You can try:
oie.Document.forms(0).elements("BAPI1007-CUSTOMER").value="something"
If you want to use the same names.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform