In RBase X (10.0.2.20126) I know we have the ability to see if there is a 
second (or more) monitors on the terminal running the application.

What I want to do:  I have a form that brings up another form in MDI mode, and 
I want that form placed on the second monitor.  Right now in version 9.5 I use 
these commands on startup of the MDI form to place this form as far to the left 
of the primary monitor as I can:
    PROPERTY RBASE_FORM TOP 10
    PROPERTY RBASE_FORM LEFT 1000

These are the notes on the new GetProperty commands:
GETPROPERTY APPLICATION MONITOR_COUNT vMonitorCount
GETPROPERTY APPLICATION MONITOR_PROPERTY[0] vMonitorProps
-- What it returns:    vMonitorProps = 0,Y,0,0,1920,1080,0,0,1920,1040
-- What each parameter means:  MonitorNumber, MonitorIsPrimaryYN, MonitorLeft, 
MonitorTop, MonitorWidth, MonitorHeight, MonitorWorkareaLeft, 
MonitorWorkareaTop, MonitorWorkareaRight, MonitorWorkareaBottom

How would I use this to locate my MDI form on the second monitor?  Anyone done 
this yet?


Frank Taylor - Director of Information Technology

F.J. O'Hara & Sons,  Inc - Araho Transfer - Boston Florida Transport - Florida 
Refrigerated Logistics
Boston, MA - Ft. Myers, FL - Miami, FL
Direct Dial - 617-790-3093
Email: [email protected]<mailto:[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to