05-22-2012, 11:12 AM
Hi,
As sankalp wrote, please add all the objects to the repository not just the dialog box.This time "agent name" object is missing.Now you will have to go and add all these objects to repository for your script to work
1) Dialog("Login") 'this is the main window of flight app
2)WinEdit("Agent Name:") 'this is an edit box for user id
3)WinEdit("Password:") ' this is the password field in the main window
Regards,
Ravi
As sankalp wrote, please add all the objects to the repository not just the dialog box.This time "agent name" object is missing.Now you will have to go and add all these objects to repository for your script to work
1) Dialog("Login") 'this is the main window of flight app
2)WinEdit("Agent Name:") 'this is an edit box for user id
3)WinEdit("Password:") ' this is the password field in the main window
Regards,
Ravi