on 8/22/00 10:03 AM, Dave Lippincott at [EMAIL PROTECTED] wrote:
> I'd read about FrmGetFormPtr or FrmGetActiveForm and see if either helps.
> (hint: you may have to do a little pointer comparison)
>
>> Is it bad to load a form more than once?
> I don't know
Loading a form involves calling FrmInitForm(), which sets up the drawing
window for the form and adds it to the system's linked list of open windows.
If a form is already loaded, its window is already in the list: adding it
again would be a Bad Thing.
You can check to see if a form is already open using FrmGetFormPtr() - if it
returns NULL the form's window is not in the list.
----------------------------------------------
JB Parrett [EMAIL PROTECTED]
Palm, Inc.
We grow a lot faster than trees,
so we miss a lot of stuff. - B. Andreas
----------------------------------------------
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/