Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
About Data Table
#5
Solved: 11 Years, 4 Months ago
Hi Raj,

Try this code.I've used SetNextRow property but it's not setting cursor to next row then i've used setcurrentrow property.Here is the code ,Can anyone tell me where i'm doing wrong?

Code:
p=datatable.AddSheet ("My").AddParameter("city","New York")

i=datatable.GetSheet ("My").getcurrentrow
msgbox i 'This will give 1 as the current row is 1.

q=datatable.GetSheet ("My").SetNextRow 'This one is getting null value.It should show 2
'but nothing
msgbox q

datatable.getsheet("My").Setcurrentrow(2) 'then i've used this cuz i know my current
'row index is 2

datatable.Value("city",3)="bombay"

Thanks to all for there help.
Reply


Messages In This Thread
About Data Table - by rajaselvan.d - 02-25-2008, 10:04 AM
RE: About Data Table - by Ankur - 02-25-2008, 02:21 PM
RE: About Data Table - by rajaselvan.d - 02-25-2008, 02:38 PM
RE: About Data Table - by aksv18 - 02-25-2008, 03:30 PM
RE: About Data Table - by newqtp - 02-26-2008, 09:32 PM
RE: About Data Table - by rajaselvan.d - 03-11-2008, 04:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  data table use uft_usr 1 2,235 06-29-2016, 05:23 PM
Last Post: Ankesh
  Writing to Run time data table Neetha 5 12,163 08-27-2015, 10:18 AM
Last Post: supputuri
  Retrieving data from web table nsuresh316 1 3,103 03-03-2014, 08:29 AM
Last Post: basanth27
  How to get data from data table in Ascending order dipashri 1 3,750 01-28-2014, 09:54 PM
Last Post: jacosta
  Data Table Query Suma Parimal 4 4,768 01-21-2014, 12:50 PM
Last Post: Suma Parimal

Forum Jump:


Users browsing this thread: 1 Guest(s)