Unfortunately, it is happening with the pause and dialog boxes. Maybe I am 
going to get a rid of the dialog boxes and put variables in the form itself.

Dan

-----Original Message----- 
From: Mike Byerley
Sent: Tuesday, May 01, 2012 4:52 AM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: pause dialog boxes going behind form

For the Pause boxes, you can fix that by using the Win API MessageBox
function as it has one of its arguments to keep it TOPMOST.  For a pause box
to replicate the PAUSE FOR n, you would use the MessageBoxTimeOut function,
which takes as an argument a timeout value in milliseconds.


The dialog box, you could replicate with an RBase Form and use the Property
command to keep it TOPMOST.


----- Original Message ----- 
From: "Dan Goldberg" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, April 30, 2012 6:30 PM
Subject: [RBASE-L] - pause dialog boxes going behind form


Using the current rbase 9.1 with a compile app, I have one user that uses a
form that the dialog and pause boxes goes behind the form. They are using
windows 7 pro.

Other users do not have that problem, just that one. That person thinks the
form is locked up and does ‘end task’

Is there a way to make sure dialog and pause boxes show in the front?


Dan Goldberg
MIS Manager
Lance Camper Mfg Corp
661-949-3322 Ext 252
www.lancecamper.com

--- RBASE-L
================================================
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
================================================
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
================================================
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
================================================


Reply via email to