Hi, I am using OE11.2 with Unix CHUI. I am trying to create a frame with fields in it dynamically based on the input data. For example - if the input is 1, then my frame will have fields 1,2 and 3. if the input is 2, then my frame will have fields 1,2 and 4. I tried using hidden attribute and hide/show the required fields only, but I want to show it in the same position. Any help is appreciated. Thanks.
You can move a field by changing its X and Y or COLUMN and ROW attributes. If you post some code we could help you figure out how to make it work the way you want.