[futurebasic] Re: [FB] SCROLL BUTTON event?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 2004 : Group Archive : Group : All Groups

From: John McKernon <misc@...>
Date: Mon, 22 Nov 2004 18:07:03 -0500
> FN FixLinkedEditField( cHndl )

Perfection!

For those who might be looking to do the same thing, here's the code:

'-------------------------------
Dim cHndl as ControlRef

cHndl=button&(8001)

'Where 8001=number of the edit field (and the scroll bar)

FN FixLinkedEditField( cHndl)

'-------------------------------
 
Couldn't be simpler - hooray!

My hat's off to Ben -

Thanks,

- John