Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Write in Excel
#31
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

i tried by removing the parathesis but now error is coming on below line:
If ((temp%10)=0) Then
Please find the screen shot.


Attached Files Image(s)
   
Reply
#32
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi Anu,

Try with the below code.

Code:
temp=10
result=temp mod 10
If result=0 Then
Browser("xxxxxxxxx").Page("xxxxxxxxx").Weblink("Next").Click
End If

Please use the appropriate terminology thats suits for ur frame work
Please let me know for further clarification.


Regards,
Venkat.Batchu
Reply
#33
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

After doing the said modification, again error is coming on below line

Datatable.AddParameter "CustomerName",""
Please look into the code given by me having excel object and please provide a work around for this problem...........

Regards,
Anu


Attached Files Image(s)
   
Reply
#34
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

Use the paranthesis for the below one...

Code:
Datatable.AddParameter ("CustomerName","")


Let me know for further clarification.


Regards,
Venkat.Batchu
Reply
#35
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

After adding the paranthesis, it is not working. This throughing he following error


Attached Files Image(s)
   
Reply
#36
Solved: 10 Years, 8 Months, 2 Weeks ago
If you are intrested to give url and then i can try to give complete code for the thing which u wnat.

Regards,
Venkat.Batchu
Reply
#37
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

The url is "http://bsnl.co.in/onlinedirectory.htm"
On opening the url, select Gujarati Language.

Regards,
Anu
Reply
#38
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi Anu,
Try with the below code it works fine
i have taken few assumptions.intrcount=22
Code:
intrcount=22
Datatable.GlobalSheet.AddParameter "Phoneno",""
Datatable.GlobalSheet.AddParameter "Name",""
Datatable.GlobalSheet.AddParameter "Address",""
temp1=0
For temp=2 to intrcount-1 step 1
temp1=temp1+1
Datatable.SetCurrentRow(temp1)
intphoneno=Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Page("BSNL GUJARAT TELECOM CIRCLE:Ma").WebTable("innertext:=Phone no.*").GetCellData(temp,1)
strname=Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Page("BSNL GUJARAT TELECOM CIRCLE:Ma").WebTable("innertext:=Phone no.*").GetCellData(temp,2)
straddress=Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Page("BSNL GUJARAT TELECOM CIRCLE:Ma").WebTable("innertext:=Phone no.*").GetCellData(temp,3)
Datatable.Value("Phoneno","Global")=intphoneno
Datatable.Value("Name","Global")=strname
Datatable.Value("Address","Global")=straddress
If (temp-1) mod 10=0 Then
Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Page("BSNL GUJARAT TELECOM CIRCLE:Ma").Link("Next").Click
Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Sync
Browser("BSNL GUJARAT TELECOM CIRCLE:Ma").Page("BSNL GUJARAT TELECOM CIRCLE:Ma").Sync
temp=temp-10
End If
Wait 1
Next


Please let me know for further clarification



Regards,
Venkat.Batchu....
Reply
#39
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi,

Could you please tell me where it will write the data?

Regards,
Anu
Reply
#40
Solved: 10 Years, 8 Months, 2 Weeks ago
Hi Anu,

First it will write the data to the data table onCe all data comes to data table i.e by executing script then we can export the data at last to external source i.e excefile which will be stroed in ur disk.

Please let me know for further clarification.

Regards,
Venkat.Batchu
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Write in Excel Continued Anu 3 3,152 08-27-2010, 08:53 AM
Last Post: basanth27
  Write Heading in excel Anu 27 18,623 08-05-2010, 03:02 PM
Last Post: Anu

Forum Jump:


Users browsing this thread: 1 Guest(s)