Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detect ListBox Scroll
Message
 
To
16/09/2006 10:11:13
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01154339
Message ID:
01154358
Views:
9
>Borislav
>
>We are almost there but only one thing remaining. The Text Cursor should remain at the Text Box while everything else behaves this way as far as scrolling and highligting is concerned.
>
>Thanks a lot
>
>Fred

Change MouseUp Event to be:
PROCEDURE MouseUp
      LPARAMETERS nButton, nShift, nXCoord, nYCoord
      this.TopIndex=m.this.TopIndex
      thisform.TextBox1.SetFocus()
ENDPROC
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform