Hi bfakruddin ,
I am trying same as you.
In this i am getting Login(Agent name) directly from database.
But when it comes to Password it says operation can not Performed.
See part of code is
Here Agent Name get inserted from Database. But For Password field it says " Operation can not performed"
Can you pls help me.
I am trying same as you.
In this i am getting Login(Agent name) directly from database.
But when it comes to Password it says operation can not Performed.
See part of code is
Code:
arr=rs.fields("Login_name")
pwd=rs.fields("Pass")
dialog("Login").Activate
dialog("Login").WinEdit("Agent Name:").Set arr
Dialog("Login").WinEdit("Agent Name:").Type micTab
dialog("Login").WinEdit("Password:").Set pwdHere Agent Name get inserted from Database. But For Password field it says " Operation can not performed"
Can you pls help me.

