cancel
Showing results for 
Search instead for 
Did you mean: 

I am Using UDO's for my custom forms i want to open.....

Former Member
0 Kudos

Hi Friends

I am working on UDO's for my custom forms, in my project i have four screens i want to open choosefromlist my custom form what is the process to open choosefromlist(Userdefined screens)

anyone have solution

Thanks & Regards

GanjiMadhu

Accepted Solutions (1)

Accepted Solutions (1)

former_member209699
Contributor
0 Kudos

For eg your udo name is "ud_CFL"

Now open ur srf in xml.

<item uid="1000003" type="16" left="123" tab_order="0" width="120" top="5" 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="0" ChooseFromListUID="ud_CFL" ChooseFromListAlias="ud_CFL(Write col name of that table)">

<databind databound="1" table="@PM_ACTCO_HEAD" alias="U_machineID"/>

</specific>

</item>

-


<ChooseFromList UniqueID="ud_CFL" ObjectType="ud_CFL" MultiSelection="0" IsSystem="0"/>

Answers (0)