Hi, is there a way to change the caption of a button using javascript and without binding to a data source?
Thanks
wisi
Forms Developer/Designer Tech-Pro, Inc. Roseville, MN
To change the button caption you would use the following code in JavaScript to change the caption:
ButtonName.resolveNode("caption.value.#text").value = "NewCaptionText";
Rick Kuhlmann
Forms Developer/Designer
Tech-Pro, Inc.
Roseville, MN