Focal Point
[SOLVED] Passing values from HTML to fex

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3197089926

April 05, 2013, 01:19 PM
Daniel G
[SOLVED] Passing values from HTML to fex
I am trying to pass a selected value, in a select list element, from an html page to a procedure. When I press the submit button the element's selected value does not pass through as an amper variable. I have given the element a name and a unique identifier. After reading forum post people are saying that all I need to do is place the element on page and it will be passed through when the page is submitted. Any ideas how to make this work?

Daniel

This message has been edited. Last edited by: <Kathryn Henning>,


In Focus since 2012
WebFOCUS 8.0.07
Windows, All Outputs
April 06, 2013, 11:18 AM
George Patton
Did you add the amper variable to your FEX after making the html page? If so, you'll have to re-link with your run button.

There are ways they say of adding unbound variables, but I wouldn't try it.


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
April 07, 2013, 09:34 AM
Twanette
There are two other possibilities (if you created your own HTML as opposed to using Dev Studio/HTML composer).

It depends on how you are calling your FOCEXEC from your HTML:
If you are using
<form action="/ibi_apps/WFServlet"> </form>
syntax, then you need to make sure that your Submit button and select list element are both with the form /form block.
If however your submit button calls javascript which then runs your FOCEXEC, you will need to pass the variable through on the "hrefr" string that calls the FOCEXEC.


WebFOCUS 8.2.06 mostly Windows Server
April 07, 2013, 05:45 PM
Waz
Did you create the page or Dev Studio ?

To pass values to WebFOCUS, the objects containing your values should be wrapped in a form element as Twanette says.

Can you post the html ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

April 08, 2013, 09:42 AM
Daniel G
George, I have an amper variable in my FEX file and I'm not sure how to re-link the run button in the HTML Composer.

Twanette, I will check to see if the element is with in the form tags.

Daniel


In Focus since 2012
WebFOCUS 8.0.07
Windows, All Outputs
April 08, 2013, 09:47 AM
Daniel G
I figured out how to re-link the run button and that fixed the issue. Thanks everyone.

Daniel


In Focus since 2012
WebFOCUS 8.0.07
Windows, All Outputs