Focal Point
Javascript values in FEX procedures

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

May 15, 2006, 09:31 AM
Karanth
Javascript values in FEX procedures
How do we set javascript values in WF procedures?

For example
-HTMLFORM BEGIN
<script>
var aa='sometext';

----some WF code to get aa??
-HTMLFORM END
how do i access the variable aa in the fex procedure?
May 15, 2006, 09:50 AM
TexasStingray
One of 2 ways

if the HTML code is inline then
var aa='&SOMETEXT.EVAL';
if in a seperate file
var aa='!IBI.AMP.SOMETEXT;';

Hope this helps




Scott