Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issues with Dates
#1
Not Solved
Hello All,

Please help me out in this code .I have two feilds in my Seibel Web App'n Agreement StartDate,Agreement EndDate and in the datatable i have mentioned values under each of them as '01012010,'31122012.
While running the code the Agreement Start Date[01012010]gets placed into the Agreement Start Date field while running the second line of code the value '31122012 also gets placed in Agreemetn Start Date Field instead it should get placed in Agreement End Date field?Pls suggest.this is urgent.

Code:
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("Account Opportunities").SiebApplet("Opportunities").SiebList("List").SiebCalendar("Agreement Start Date").SetText DataTable("Agreement_StartDate", dtGlobalSheet)
SiebApplication("Siebel Media Systest 10.9.2").SiebScreen("Accounts").SiebView("Account Opportunities").SiebApplet("Opportunities").SiebList("List").SiebCalendar("Agreement End Date").SetText DataTable("Agreement_EndDate", dtGlobalSheet)
Reply
#2
Not Solved
Hi,
Use wait(1) after passing the start date to "start date" field then pass the end date value to "end date" field

Thanks,
Venkat.Batchu.
Reply
#3
Not Solved
do a 'setfocus' on the control and then try
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Performance Issues Using '.Exist' AndyBSG 2 3,156 12-12-2014, 03:24 PM
Last Post: AndyBSG
  QC Install issues manisun 0 10,944 08-15-2012, 02:01 AM
Last Post: manisun
Toungue Two dialog box issues mv8167 3 3,755 09-28-2011, 11:09 PM
Last Post: mv8167
  Installing issues @ QTP 11 Suresh 1 3,265 02-21-2011, 02:18 PM
Last Post: sahay.rupesh
  Issues in QTP 11.0 Radhat 0 2,590 02-04-2011, 12:37 PM
Last Post: Radhat

Forum Jump:


Users browsing this thread: 1 Guest(s)