How can I get the value of an object property or variable in
another frame?
Answer Posted / guest
Use top.framename.varname or parent.framename.varname. To
get the value of a control property
use top.framename.control.property. See the previous item
for a complete description of referencing frames.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
How to create a cookie using vbscript?
I need to get some data from data base and store this
(retrieved) data in a excel sheet using VB script in QTP9.0
I have created connection for data base
I have created as excels sheet by using
Set XL=CreateObject("Excel.Application")
XLworksheet.cells(1,1).value= rs.fields.item("<
Why is it recommended to close the database connection every time after the work is completed?
What is the output of a + b in vbscript if a = 5 and b = 10?
In what way program "hello world" you can write in vbscript?
Explain about adodb.stream class?
Why is the use of exit do or exit for statements within loops discouraged?
after medical test,when will be the police verification
Explain the filter expression?
How will you compare two strings in vbscript?
How to capture a runtime error in vbscript?
How can constants be declared in the vbscript language?
what is the differance between BYVAL,BYREF?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me