mpowell_esq
Member
Hey,
I have DO loop with the VAR from which I would like to hide a frame. I have named the frames with numbers for this reason eg frm_1, frm_2 ... However I do not know the syntax to use at design time. Eg
Do i = 1 to 5
frm_**number that i is currently on in my loop**:VISIBLE = FALSE.
END.
Because I do not know the number at design time how do I code to make Progress use the VAR value?
Is it something likefrm_ VALUE(var) ?
Cheers. Regards
I have DO loop with the VAR from which I would like to hide a frame. I have named the frames with numbers for this reason eg frm_1, frm_2 ... However I do not know the syntax to use at design time. Eg
Do i = 1 to 5
frm_**number that i is currently on in my loop**:VISIBLE = FALSE.
END.
Because I do not know the number at design time how do I code to make Progress use the VAR value?
Is it something likefrm_ VALUE(var) ?
Cheers. Regards