Normal Topic Operating System Commands and mouse scroll wheel (Read 585 times)
Andy
Member
*
Offline



Posts: 39
Location: Massachusetts
Joined: Aug 26th, 2014
Operating System Commands and mouse scroll wheel
Apr 12th, 2017 at 3:56pm
Print Post Print Post  
1. "Operating System Commands" .  I am familiar with FileDelete and FileExists etc.  I am looking to be able to file copy with a Sesame command.  I realize this can be done with an external vbs command.
2. Is there a way to enable the use of the scroll wheel on the mouse to interact with the scroll bar of a form.
  
Back to top
 
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Operating System Commands and mouse scroll wheel
Reply #1 - Apr 14th, 2017 at 2:25pm
Print Post Print Post  
2. You should be able to simply click on the form, then use the scroll wheel to move the form.
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Operating System Commands and mouse scroll wheel
Reply #2 - Apr 14th, 2017 at 2:44pm
Print Post Print Post  
Hi Andy,

1: There is no file command in Sesame for Copy. If it's an ASCII file you could use @Insert() and then FileOverwrite() to create the file. If it's not an ASCII file, You can use @Shell and the Copy command.

2: Like Carl said, unless you have a subform that it taking the scroll event, the mouse wheel will scroll the form when focus is on it.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged