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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DoScroll() in a Grid does not work if the application is in a screen left of the Main screen

Status
Not open for further replies.

dkean4

Programmer
Feb 15, 2015
282
US
Hello VFP Warriors,

I have a peculiar problem today. on my development station, I use a 4K screen with two other 1K screens on the left side.
When I drag my VFP application into the left screens, the scrolling inside of a VFP Grid is disabled... not responsive. The MouseScroll() no longer responds to the Mouse and the DoScroll() function of the Grid will not perform at all.

I suspect that the X coordinates of the background being in the Negative portion is what is causing the problem, but it does not help. I do not know what I can do to fix it other than move the app into the screen with the Positive domain. Is there a way of kicking VFP in the rear to not do that to me?

(By the way, guys, it is great to see that VFP is still loved among some.)




Dennis Kean

Simplicity is the extreme degree of sophistication.
Leonardo da Vinci
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top