#PRIM_LIST.Number - Spin Edit

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
csturtev
Posts: 12
Joined: Thu Feb 02, 2017 6:54 am

#PRIM_LIST.Number - Spin Edit

Post by csturtev »

Is there anyway of turning off the Spin Edit when in focus for a #PRIM_LIST.Number?
User avatar
Dino
Posts: 477
Joined: Fri Jul 19, 2019 7:49 am
Location: Robbinsville, NC
Contact:

Re: #PRIM_LIST.Number - Spin Edit

Post 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)
Post Reply