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.
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').