WHat is equivalent of PBMAIN

Started by ssukhani, May 08, 2006, 01:05:26 PM

Previous topic - Next topic

ssukhani

Sorry for this newbie question.
I wish to open a cheetah database when the form loads. This would normally be in the PBMain function.
Where should I put the code in Firefly ?
Is there an equivalent of PBMain ?

Thanks.

TechSupport

When a Form loads you can place the code in the WM_CREATE for the Form. If you want to load the database when the application loads then put it in the FF_WinMain function (located in the 'Project Explorer' treeview under the branch called 'Special Functions').