cancel
Showing results for 
Search instead for 
Did you mean: 

Linkbutton ofcus to Businesspartner

Former Member
0 Kudos

Hi.

i am developing an application in which.. a a link button is linked to a text box.

when tht butto is click it should reflect to the business partner details given in the text box.

fir this i have given the linked object =2

but it is working

can u give any help for it

Thaks Regarding

mahi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I has used this in xml based form.

It's work.


<!-- CAPTION: Codice Riferimento ============= -->
<item uid="lUCLIRIF" type="8" left="9" tab_order="0" width="120" top="55" height="14" visible="1" 
		      enabled="1" from_pane="1" to_pane="1" disp_desc="0" right_just="0" description="" 
		      linkto="eUCLIRIF" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" 
		      supp_zeros="0" AffectsFormMode="0">
			    <AutoManagedAttribute /><specific caption="Codice Riferimento" />
     </item>
<!-- BUTTON CFL: --><!-- tab_order 70 --><!-- pick number 1 -->
<item uid="bCFL1" type="4" left="262" top="55" width="15" height="15" visible="1" 
		      enabled="1" tab_order="70" from_pane="1" to_pane="1" disp_desc="0" right_just="0" 
		      description="Seleziona" linkto="" forecolor="-1" backcolor="-1" text_style="0" 
		      font_size="-1" supp_zeros="0" AffectsFormMode="1">
       <AutoManagedAttribute>
	<Attribute id="1" description="editable" modeAdd="1" />
       </AutoManagedAttribute>
       <specific image="CHOOSE_ICON" ChooseFromListUID="2" />
</item>
<!-- Arrow Link to BP -->
<item uid="arr1" type="116" tab_order="35" 
		      left="142" width="12" top="55" height="11" visible="1" enabled="1" 
		      from_pane="1" to_pane="1" disp_desc="0" right_just="0" description="" 
		      linkto="eUCLIRIF" forecolor="-1" backcolor="-1" text_style="0" font_size="-1" 
		      supp_zeros="0" AffectsFormMode="2">
  <AutoManagedAttribute>
    <Attribute id="arr1" description="editable" modeView="1" />
  </AutoManagedAttribute>
  <specific linkedObject="2" LinkedObjectType="2" />
</item>

Regards

Sierdna S.