Focal Point
assign column value to variable

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

July 26, 2004, 06:26 AM
raji
assign column value to variable
Hi All,

i've column A and B. it returns a row and i need to display these values in html. so i planned to assig the values to local variable (&var1) and call the variable in html.

can any 1 help me?

very urgent

Thanks in Advance,
-raji
July 26, 2004, 03:53 PM
Bob Jude Ferrante
THe standard way to do this is:
1. Begin with one TABLE request that extracts the values you want in &vars.
2. In that request, HOLD the data to an ALPHA file.
3. -READ the fields into a pair of &vars.
4. Use the &vars where you want to place the text in the -HTMLFORM area by using the !IBI.AMP.ampername syntax.

have fun