"D. DeVecchio" <[EMAIL PROTECTED]> wrote:

[ deletia ]

>                       frm = FrmInitForm(MainForm);
>                       FrmSetActiveForm(frm);
>                       for (j = 0;j<160;j++)WinEraseLine(0,j,159,j);
>                       FrmDeleteForm(frm);
>                       FrmCloseAllForms ();

You need to call FrmDrawForm before you can call WinEraseLine (or any 
other OS routine that changes the visible content of the form).

--
Roger Chaplin
<[EMAIL PROTECTED]>

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to