Jump to the post that solved this thread.
Thread Rating:
  • 2 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Expected End statement error
#2
Solved: 8 Years, 10 Months, 1 Week ago
Hi,

Replace the line

Code:
Set nodes = xmlDoc.SelectNodes Datatable.Value ("XML_Node")

with

Code:
Set nodes = xmlDoc.SelectNodes( Datatable.Value ("XML_Node",Global))

and replace the line

Code:
Id = nodes(i).NodeValue

with

Code:
Id = nodes(i).Text
Reply
Jump to the post that solved this thread.


Messages In This Thread
Expected End statement error - by Lavanya N - 07-21-2015, 03:16 PM
RE: Expected End statement error - by kbhargava505 - 07-22-2015, 09:38 PM
RE: Expected End statement error - by Lavanya N - 07-27-2015, 01:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to check expected cookies are present or not priyanka.agarwal 0 1,881 07-02-2015, 12:43 PM
Last Post: priyanka.agarwal
  Validate Numeric value is displaying expected format kalaivanan123 1 3,396 09-23-2013, 08:45 PM
Last Post: ravi.gajul
  closing browser at end bistritapcv 3 5,772 04-12-2013, 07:21 AM
Last Post: basanth27
  QTP: code is not working as expected mahi392 0 2,120 09-17-2012, 10:56 PM
Last Post: mahi392
  expected ')' error sia sharma 8 5,587 08-30-2012, 04:30 PM
Last Post: sshukla12

Forum Jump:


Users browsing this thread: 1 Guest(s)