Understanding FCAS application components  
To create standard FCAS applications you must 
       create the required forms using FirstClass Designer  
       use the FCAS Project Manager to program the event procedures in source code modules for the objects on the forms 
Since this is the development version, users never see the original source code. 
Event procedures run when an event occurs (for example, users click a button or fill in a field on a form). 
       use FCAS to import the forms and tie them to the code modules to create a distributable version of an application. 
This is the executable version that users receive. 
 |