#PRIM_LIST.Number - Spin Edit
#PRIM_LIST.Number - Spin Edit
Is there anyway of turning off the Spin Edit when in focus for a #PRIM_LIST.Number?
Re: #PRIM_LIST.Number - Spin Edit
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)