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
Difference between dim,public and private variables in vb script?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How will you get a combined string from array of string in vbscript?
Why is error handling required?
How will you get the exponent of the given number in vbscript?
How to assign a date value to a variable?
Explain sga memory structures?
What is the purpose of folders object of scripting.filesystemobject class in vbscript?
What are string functions in vbscript?
Mention how to access array data?
when we use filter funtiom invb script(QTP)
Mention what if you do not specify anything when you call a procedure?
How to write functions and sub in vb script?
What is dictionary object in vbscript? Explain?