Answered
[img]http://www.gridero.it/download/pilla/alert.jpg[/img]
hello Thom, i refer directly to you for tring to solving this problem.
i want to put results of query's sql into a dialog load. i know that it's work fine because the app method gives back all values i need.
how can i do for passing these value into a dialog load.
Regards. Luciano Pilla
Like This:
var MyListValues = {
"apple":-1,
"Orange":1,
"Grape":-1,
};
Where "Orange is the selected value. If the values are already in an array, then do the conversion like this:
var theVals = ["Apple","Orange","Grape"];
var MyListValues = {}; // Create empty object
for(var i=0;i
Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script