Hi,I have a database that I am getting data into my PDF form. I have a
button "Populate" that populates the fields with the selected data from
a list box. I am using Formcalc and usiing a click event script for the
button:--------------------------------------------------------------------------------------------------------var
oDC = Ref($sourceSet.Axess.clone(1))oDC.#command.query.commandType =
"text"oDC.#command.query.select.nodes.item(0).value = Concat("SELECT
Ordhuvud.Nummer, Ordhuvud.Kundna...