Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IF Then else statement
#4
Solved: 11 Years, 4 Months, 4 Weeks ago
Hey can anybody help me urgent !!!!

Here are my if and else statements listed:

Code:
If Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Email") = True Then
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtE").Set "swetha.b@osmosys.asia"
Elseif Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebList("ctl00$ContentPlaceHolder1$ddlP").Select ("Phone") = True Then
Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtM").Set "(987)789-4563"
Else Browser("TalonPro Solutions").Page("TalonPro Solutions_4").WebEdit("ctl00$ContentPlaceHolder1$txtF").Set "(876)567-3456"
End if

Logic is this: If preferred coom is Email : Fill Email field else if preferred comm is Phone : Fill Phone Filed else fill fax field.

My problem: Weblist - Preferred comm is always defaulted to "Email". So first time when I run the script First If statment should be true and execute immediate next statement. But inreturn execution goes to the Elseif statement and since elseif is also false last statmemt is excecuted. Implies Fax field is filled. Also noticed that after the elseif statement execution Preferred comm was set to Phone????
Reply


Messages In This Thread
IF Then else statement - by swetha.b - 12-03-2009, 06:01 PM
RE: IF Then else statement - by Jyobtech - 12-03-2009, 06:25 PM
RE: IF Then else statement - by swetha.b - 12-03-2009, 07:58 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 11:17 AM
RE: IF Then else statement - by swetha.b - 12-04-2009, 12:47 PM
RE: IF Then else statement - by nil - 12-04-2009, 02:59 PM
RE: IF Then else statement - by Jyobtech - 12-04-2009, 03:32 PM
RE: IF Then else statement - by nil - 12-04-2009, 03:37 PM
RE: IF Then else statement - by MahalakshmiDevi - 12-04-2009, 04:09 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:17 PM
RE: IF Then else statement - by swetha.b - 12-04-2009, 04:27 PM
RE: IF Then else statement - by nil - 12-04-2009, 04:32 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)