cancel
Showing results for 
Search instead for 
Did you mean: 

Create Tab Folder with XML

Former Member
0 Kudos

Hi,

I have created a tab folder using XML; but the tab folder doesn't display...see xml code below.

All the button and matrix display inside the tab folder; but I do not see my tab folder...???

Thank you,

Rune

<item uid="tab_A" type="99" left="10" tab_order="0" width="950" top="318" height="270" visible="1" enabled="1" from_pane="1" to_pane="1" disp_desc="0" right_just="0" description="" linkto="" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" supp_zeros="0" AffectsFormMode="1">
                            <AutoManagedAttribute/>
                            <specific caption="Car Registration" AffectsFormMode="1" val_on="Y" val_off="N" pane="1">
                                <databind databound="1" table="" alias="FolderDS"/>
                            </specific>
                        </item>

Accepted Solutions (1)

Accepted Solutions (1)

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Rune,

Please see this thread as it may help you ...

Eddy

Former Member
0 Kudos

Hi Eddy,

The problem is that I had only 1 tab; when I added 2 tab...it display by code.

How do I add 2 tabs by xml? They have to be grouped...

<item uid="tab_A1" type="99" left="10" tab_order="0" width="950" top="318" height="270" visible="1" enabled="1" from_pane="1" to_pane="1" disp_desc="0" right_just="0" description="" linkto="" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" supp_zeros="0" AffectsFormMode="1">
                            <AutoManagedAttribute/>
                            <specific caption="Car Registration" AffectsFormMode="1" val_on="Y" val_off="N" pane="1">
                                <databind databound="1" table="" alias="FolderDS"/>
                            </specific>
                        </item>
<item uid="tab_A1" type="99" left="0" tab_order="0" width="0" top="0" height="0" visible="0" enabled="0" from_pane="2" to_pane="2" disp_desc="0" right_just="0" description="" linkto="" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" supp_zeros="0" AffectsFormMode="1">
                            <AutoManagedAttribute/>
                            <specific caption="Hide by Visible 0" AffectsFormMode="1" val_on="Y" val_off="N" pane="1">
                                <databind databound="1" table="" alias="FolderDS"/>
                            </specific>
                        </item>

Eneveux
Product and Topic Expert
Product and Topic Expert
Former Member
0 Kudos

Thank you Eddy!

Wish you a nice WEEKEND!

Answers (0)