12-16-2008, 08:56 AM
Hi,
Just try to put blank in the edit box before u type ur desiderd value.
exmpl:
Line# 3 :
or
Line# 3 :
Then
Line# 3 :
Let me know whether this is working or not
Regards
Raj
Just try to put blank in the edit box before u type ur desiderd value.
exmpl:
Line# 3 :
Code:
Browser(DataTable.Value("envlbl", dtGlobalSheet)).Page(DataTable.Value("envlbl", dtGlobalSheet)).ActiveX("Java
Plug-in").JavaApplet("ICFMApplet").JavaDialog("Timeseries data").JavaTable("Select data entry method:_Vol").Type ""
or
Line# 3 :
Code:
Browser(DataTable.Value("envlbl", dtGlobalSheet)).Page(DataTable.Value("envlbl", dtGlobalSheet)).ActiveX("Java
Plug-in").JavaApplet("ICFMApplet").JavaDialog("Timeseries data").JavaTable("Select data entry method:_Vol").set ""
Then
Line# 3 :
Code:
Browser(DataTable.Value("envlbl", dtGlobalSheet)).Page(DataTable.Value("envlbl", dtGlobalSheet)).ActiveX("Java
Plug-in").JavaApplet("ICFMApplet").JavaDialog("Timeseries data").JavaTable("Select data entry method:_Vol").Type "123"
Let me know whether this is working or not
Regards
Raj