On a Web-enabled form I have a HIDDEN computed text field w/ “Computed after validation” checked that is filled via a DBLOOKUP. The formula behind this field is:
The variable Sel_Doc is a document the user selects from a combobox on this same form and the DBLookup in this field returns the full URL of the selected document.
I need the CLICK event of a hidden button to be activated upon this field being filled so the selected document is opened in frame 2 on the screen.
Is it possible to trigger the Click event of a button, via formula language? Or is it possible to open the URL of the selected document in an other way without hidden buttons?
Subject: Is it possible to call the Javascript CLICK event from Formula language?
Yes,Create a button with your @formula code in it. Give this button an HTML ID name. Then after the user event you have captured call the click event of the button.
Subject: RE: Is it possible to call the Javascript CLICK event from Formula language?
Thanks Andy,
But I can not seem to get the Formula within the Click event of the button to be recognized, the form is used on the Web if that makes a difference? Here is my coding: