Re: how to check editble or non editable

2011-01-14 Thread byzoor rahuman
Hi All, Set objEditBox=Browser(Browser).Page(Page).Frame(Frame).WebEdit(EditClass) bolEnabled = objEditBox.GetROProperty(disabled) If bolEnabled = True Then Reporter.ReportEvent micInfo, Enabled: True, Else Reporter.ReportEvent micInfo, Enabled: False, End If Happy Tester,

Re: Redim array?

2011-01-13 Thread byzoor rahuman
HI, Dim arrValue() strGetRoCount=B().P().F().WebTable().GetRoPropeties(Rows) Redim arrValue(strGetRoCount) strCol=B().P().F().WebTable(Cols) Redim Preserve arrValue(strCol) Happy Tester, Byzoor On Tue, Jan 11, 2011 at 10:42 PM, ann hoang annthu2...@yahoo.com wrote: Hi all, Have anyone ever

JavaTable (Window Based App) retive cell value and store in to array

2010-07-08 Thread byzoor rahuman
Hi All, My Requirment is: In JavaTable I need retrive all the cell value and store into array. Because see the example: Val1 Val2 Val3 Val4 24 3 6 Validation: 1) Val1+val2 /2 =Val3 2) Val1+val2 = Val4 Thanks

Re: Anybody tell me the solution....Thanks in advance..

2010-06-27 Thread byzoor rahuman
Hi Vamsi, See the Driver script and using QC. ' Script Name: VAF_S2K_Driver_Script ' Created by: Byzoor ' Date: 03.04.2009

captur the tool tip in java based window application

2010-06-23 Thread byzoor rahuman
Hi to all, I need function reg, to capture the tooltip for java based object. My application is window based java plateform. In each screen, I need to capture the -- java object, java link, java statictext... and so on Regards, Byzoor, -- You received this message because you are