Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do you clear default values of java edit box contained within a java table?
#2
Not Solved
Hi,

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
Reply


Messages In This Thread
RE: How do you clear default values of java edit box contained within a java table? - by Rajashekar Gouda - 12-16-2008, 08:56 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Java objects not refreshed bonnaudc 2 1,988 03-08-2017, 11:50 AM
Last Post: prajyot
  Trying to create List box in excel sheet at Run time with values yes No JACKSPARROW 0 1,706 01-17-2017, 11:05 AM
Last Post: JACKSPARROW
  How to edit a text in aParagraph shaan.mishra87@gmail.com 2 2,531 08-26-2016, 04:48 PM
Last Post: shaan.mishra87@gmail.com
  webfile web object not identified at runtime in a java application saila123 1 2,811 02-11-2015, 08:23 PM
Last Post: Kirill
  Auto complete for Web Edit box branjitk 2 5,910 12-20-2014, 09:31 PM
Last Post: supputuri

Forum Jump:


Users browsing this thread: 1 Guest(s)