i have a set of tiny, easy to use routines that accomplish this.  they are
modeled after the Win32 APIs for modal dialogs.

FrmPopupModalForm
FrmEndModalForm

e-mail me directly if you want a copy of them (i've posted them on this
forum a couple times in the past, and on the news.massena.com newsgroups a
few times as well).


----- Original Message -----
From: Mike Davis <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, September 18, 1999 4:35 PM
Subject: Modal Forms that Halt Execution


> I have a problem that I have not been able to solve
> except by using FrmDoDialog.
>
> I am parsing a string and at some point (variable) I need
> to prompt for input before continuing.  I use FrmDoDialog
> to get the input then continue.  I must halt the processing
> while waiting for the input.
>
> My problem is that I must write in the input or use 123
> button to get a keyboard.  I would like my dialog to have
> some buttons for input rather than using 123, but none of
> the forms that allow this will stop program execution like
> FrmDoDialog.
>
> Is there any way to get a form to act like it does with
> FrmDoDialog (that is halt execution and wait for input) and still
> allow buttons on the form to be used for input?
>
> Or, is there a way to make a normal form that is displayed with
> FrmPopupForm, that will halt execution until an OK button is pressed?
>
> Mike
> --
> -----------------------------------------------------------------
> Discussion Group:        http://www.halcyon.com/ipscone/wwwboard/
>
> Protect your constitutional rights. Your favorite one may be next!
> -----------------------------------------------------------------
>

Reply via email to