Integrated Application Platform › Forums › General › [SOLVED]How to create a customized Id control? › Re: Re: How to create a customized Id control?
September 2, 2014 at 3:31 am
#1092
Participant
ok i got it,
IdControl
{
New()
{
super(query: "item",
field: 'item_No'
columns: #(item_No,
item_Name,
item_Price)
)
}
}