you are drawing to the screen before calling FrmDrawForm.  you must call
FrmDrawForm before you can do any drawing.  otherwise exactly this happens.
the reason is that FrmDrawForm is what saves the old form so it can be
restored when you close the new form.

----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 29, 1999 4:39 PM
Subject: Text field in Modal form.?


>
> Hi Folks.
> After restore the original form I got text from the modalform showing.
> But this is just in one of my forms.
> Using  FrmDeleteForm(frm); FrmRestoreActiveState(&FrmState);
>   frm = FrmGetActiveForm();  FrmDrawForm( frm );  it worked ok in my
> form with
> some text fields,  but in my form where I have a table ,  it showing of
> the "text" from the modal form.
> Anyone know a way around this.?
>
>
> Thank u all
> Paal.
>
>
>

Reply via email to