In clarion 10.
PROMPT('Address Status:'),AT(8,21),USE(?Prompt8),TRN
LIST,AT(66,21,100,10),USE(AStaescription),DROP(5),FORMAT('180L|M~Description~@s45@'),FROM(Queue:FileDrop), |
MSG('Description')
When the listbox is selected and i move the mouse roller, the value of the description changes. I would like to turn off/disable the roller in listbox control. My client says sometimes they inadvertently change the value when self.request = changerecord. Any ideas.
I have tried the Prop:alwaysdrop = 0 or 1 and neither seems to affect how the listbox reacts.
thanks
PROMPT('Address Status:'),AT(8,21),USE(?Prompt8),TRN
LIST,AT(66,21,100,10),USE(AStaescription),DROP(5),FORMAT('180L|M~Description~@s45@'),FROM(Queue:FileDrop), |
MSG('Description')
When the listbox is selected and i move the mouse roller, the value of the description changes. I would like to turn off/disable the roller in listbox control. My client says sometimes they inadvertently change the value when self.request = changerecord. Any ideas.
I have tried the Prop:alwaysdrop = 0 or 1 and neither seems to affect how the listbox reacts.
thanks