Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problem with retieving the data from the datatable
#4
Not Solved
Hi ,

I assume Run Settings are fine and suggest you to try as given below.

Code:
x=Datatable.GetSheet("Icentral").getrowcount
   For row=4 to x
   Datatable.GetSheet("Icentral").SetCurrentRow(row)
pszListDataTableNames="N_NullUserLogin,N_InvalidUserLogin,N_InvalidpassLogin,N_NullUserLogin,N_ValidUse​rLogin"
pszListDataTableNames=split(szListDataTableNames,",")
For a= 0 to ubound(pszListDataTableNames)
If (pszListDataTableNames(a)=datatable.Value("Scenario_name",oSheetName)) then
x=Datatable.GetSheet("Icentral").getrowcount
datatable.SetCurrentRow(row)
eporter.ReportEvent micDone,"------------End of Scenario------------",row
End If
Next
Next
Reply


Messages In This Thread
RE: problem with retieving the data from the datatable - by sreekanth chilam - 01-26-2010, 12:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Problem to set a data into a JavaEdit field bwillems 1 4,048 12-02-2010, 02:59 PM
Last Post: bwillems
  how to store data in datatable from other application? vimal singh 2 3,839 07-16-2010, 11:24 AM
Last Post: vimal singh
  problem with retieving the data from the webtable vijay44 2 2,985 05-25-2010, 12:43 PM
Last Post: jojiraj
  Storing the dynamic data to datatable nire 3 2,866 12-10-2009, 10:31 AM
Last Post: Saket
  data transfer across sheets of datatable ajay.r1982 1 2,147 07-02-2009, 09:46 PM
Last Post: desimunda

Forum Jump:


Users browsing this thread: 1 Guest(s)