Page 1 of 1

#PRIM_LIST.Number - Spin Edit

Posted: Fri Sep 17, 2021 12:02 am
by csturtev
Is there anyway of turning off the Spin Edit when in focus for a #PRIM_LIST.Number?

Re: #PRIM_LIST.Number - Spin Edit

Posted: Fri Sep 17, 2021 5:51 am
by Dino
I can only think in replacing that with #PRIM_LIST.String if you dont want the spin

Code: Select all

Define_Com Class(#PRIM_LIST.String) Name(#ColumnXDEMONUMB1) Displayposition(1) Parent(#List) Source(#xDemoNumber) Columnreadonly(False)