ChrisJBruce
Programmer
Is it possible to send a Page Up/Down or Line Up/Down to a grid in a MSO Connector (say, in the MSM26CA Invoicing screen)?
Thanks,
Chris
Thanks,
Chris
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
oMimsx.Screen.MSO.Commands("Next").Execute
oMimsx.Screen.MSO.Commands("OK").Execute
strFK = ""
For iFK = 1 To oMimsx.Screen.MSO.Commands.Count
strFK = strFK & CStr(iFK) & " " & _
oMimsx.Screen.MSO.Commands(iFK).Name & "; "
Next iFK
Debug.Print "Commands/Function Keys available on " & _
oMimsx.Screen.MSO.Name & _
": " & _
strFK