Showing a Form Construct

Started by Anthony Billingsley, May 08, 2013, 01:27:32 AM

Previous topic - Next topic

Anthony Billingsley

Looking through FF example programs I came across this construct for displaying a form

frmFind_Show hWndForm, %FALSE

I haven't been able to find any information on it.  Where do I need to look?  I've looked through PB, FF and WinAPI help files without finding anything.  I did find FF_CLOSEFORM in the function library.  I'm kind of surprised that I didn't find something like FF_OPENFORM or FF_DISPLAYFORM.

Thanks,
Tony

Israel Vega Alvarez

In help of Firefly you can see...User Reference Guide - Displaying Forms.


Anthony Billingsley

Thanks, not sure how I missed that.