|
-
Sep 12th, 2006, 07:09 AM
#1
Thread Starter
New Member
[2005] autofill when multiple forms on site
Hi,
I have a company site that I update with data several times a day, and I have come 99% on the way to automate the reporting. However, in one page there is a search form and a form for filling in my info. And this is the problem, my app fails in this page. My debugging might not be strong, but it looks to me like the code (web01.Document.Forms.Item(, 0).elements("status").value = strStatus) does not point to the right form on that page(?) Can someone please explain to me how to go about this... I assume it has something to do with the zero in the code string, as if the Forms.Item is an array, but substituting the zero with other values does not change the fact that the auto filling fails.
Edward.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|