Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to create a few inputfield columns in a table using INPUTFIELD command. Then as user enters values inside those fields I want to assign that value to a variable. Can this be done? Is there any example?
The reason I want to do this and not use INPUT BOX is because Input Box have a vertical orientation. I though I can create INPUT fields as columns in a table (Horizontal Orientation) and then transfer those values to variables.
I think the easiest way would be to use several inputboxes and to layout and position them in your wanted horizontal style.
- Marcus
I think the easiest way would be to use several inputboxes and to layout and position them in your wanted horizontal style.
- Marcus
Thank You Marcus. That's what I have finally decided to do. Although little painful to do so many of them, I think that is the only way to do.
you can create input field with table then create several variable and fill them with formula (I think you should use rowno() in script to create a temp table for input field then use this rowno in set analysis to fill the variable)