Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I was unable to find a solution, at least a clear direction to the solution, to setting a variable to an embedded iFrame QVW document through QvAJAXZfc. Or setting the TEXT value of an object, not an existing value within the object.
Any help would be appreciated. Thank you.
Qv.InitWorkBench({
View: 'myDocument',
BodyOnLoadFunctionNames: ['Init'],
Host: null
});
function Init() {
myDoc = Qv.GetCurrentDocument();
myDoc.SetVariable("MyVariable","MyValue");
}
Should do the trick.