Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mouse Roller Control On a Listbox

Status
Not open for further replies.

FFrreedd

Programmer
Mar 15, 2017
4
US
In clarion 10.

PROMPT('Address Status:'),AT(8,21),USE(?Prompt8),TRN
LIST,AT(66,21,100,10),USE(ASta:Description),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
 
Hi,

you could experimentalize with PROP:WheelScroll, perhaps there is a value with no reaction when he scrolled inadvertently.

cagiv
 
Prop:wheelscroll does not solve the issue. I have set control to skip so that the control is never selected. However when i hover over the control with mouse pointer and roll the wheel the value changes.

Any other ideas for stopping the scroll wheel until dropdown is activated.

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top