cancel
Showing results for 
Search instead for 
Did you mean: 

Collapsible frame : automatic collapsing

Former Member
0 Kudos

Hi all,

I work with collapsible frame on VC 7.0 SP16.

This is how it work for me : all my table/form appears first opened, and I can collapsed them as I want.

My question regarding this is : is it possible to make a table/form appearing closed on the first time, without any click, and/or to define a collapsing condition (e.g. : collapsed if @xxx == 4, !collapsed if @zzz==='test')

Does anyone has any idea ?

Thanks a lot.

Fabien.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Could you please explain what you mean by collapsible frames?

Perhaps I could help.

Thanks,

Udi

Former Member
0 Kudos

No luck with this....

Fabien.

Former Member
0 Kudos

Hi

Yes it is possible. You have to create one form with 'Radio Buttons' & create one radio button for each form with similar name. Then give give visibility condition for each form based on these radio buttons.

in the properties of radio button there is one tab 'General' in that there is option for default value. Do not enter any value here so that one form will get displayed as default. In run time as you select radio buttons related form or table will get displayed.

Visibility condition will be like - bool(if("radio button string"=="Button number",true,false))

try with it, this will solve your prblem.

Regards

Sandeep

Former Member
0 Kudos

Hi,

with your solution, the form won't be shown at all, they will not get collapsed.

What I want is to see it but collapsed from the beginning or with a condition.

Thanks.

Fabien.