cancel
Showing results for 
Search instead for 
Did you mean: 

"Not linked to another item" Error show in TestTools formchecker

former_member209771
Active Participant
0 Kudos

Hi all ,

I have a UDO form with a textBox . A link button added in this text box using Screenpaint .

i have set Linkto ="TextBoxUniqID" , LinkedObject ="4" in Link button property and set Alias ='Table Columnname' ,DataBound='true',TableName ='@abcd' .link button work properly but error Textbox is "Not linked to another item" show in 'B1TE Tools' formchecker for the TextBox.

please any one help why this error show that TextBox not link to another item .

thanks in advance

surajit

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi

Can you paste your this fragment of xml with Linkedutton and EditText ??

It can be caused duplicated UID of some spelling mestake

Edited by: Michal Wieczorek on Nov 9, 2011 10:34 AM

former_member209771
Active Participant
0 Kudos

Hi MiChal ,

For Link Button : <item uid="LNK_itmmst" type="116" left="85" tab_order="0" width="10" top="24" height="9" visible="1" enabled="1" from_pane="0" to_pane="0" disp_desc="0" right_just="0" description="" linkto="ET_itmcd" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" supp_zeros="0" AffectsFormMode="1"><AutoManagedAttribute/><specific linkedObject="4" LinkedObjectType="4"/>

For TextBox : <item uid="ET_itmcd" type="16" left="96" tab_order="1" width="110" top="22" height="14" visible="1" enabled="1" from_pane="0" to_pane="0" 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 TabOrder="1" ChooseFromListUID=""><databind databound="1" table="@WITM" alias="U_SKU"/></specific></item>

thanks for the reply

Surajit

0 Kudos

Hi

thats look good .

Please check if Yu dont have duplicated UIDs of your controls.

Regards

former_member209771
Active Participant
0 Kudos

hi michal ,

there are no dup UID .....

0 Kudos

Hi

I have pasted Your XML and for my appl 8.8.1 pl 08 this works Great.

You have to chech if You dont have any event handling in Your addon that caused this error.

<datasource type="9" size="20" uid="TST" />
   <item uid="LNK_itmmst" type="116" left="390" tab_order="0" width="10" top="400" height="9" visible="1" enabled="1" from_pane="0" to_pane="0" disp_desc="0" right_just="0" description="" linkto="ET_itmcd" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" supp_zeros="0" AffectsFormMode="1">
              <AutoManagedAttribute/>
              <specific linkedObject="4" LinkedObjectType="4"/>
            </item>

               <item uid="ET_itmcd" type="16" left="400" tab_order="1" width="110" top="400" height="14" visible="1" enabled="1" from_pane="0" to_pane="0" 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 TabOrder="1" ChooseFromListUID="">
                  <databind databound="1" table="" alias="TST"/>
                </specific>
              </item>

Regards

former_member209771
Active Participant
0 Kudos

Hi Michal ,

link button also work properly in my addon .

but error show in 'B1TE Tools' formchecker for the TextBox when i test addon using B1TE tools .

is tested addon in B1TE tools ?

thanks

surajit