Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
This videos describes how to pass parameters in a URL and how to leverage this techinque to chain documents when using AJAX.
The genral syntax is as follows:
http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=LB01,Value
It is also possible to us a similar technique to go directly to a specific sheet within a document using the sheet parameter.
e.g. http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&sheet=SH01
Hi,
just like we select the values in Listbox ,Can I Clear particular list box while doing Open URL action. Something like below.
http://myserver//QvAJAXZfc/opendoc.htm?document=DocumentName.qvw&host=Local&select=Clear=LB01
I am facing a issue , where I am able to pass the value in List box of another document when I do the selection in the field with the help of getfieldselection () but if I don't make any selection , by default all values appear to be selected in green. I don't want this selection to happen as this confuses the users even though selecting all values and not selecting any value in field gives same result.
Thanks
-VIVEK