17. System Commands for the Forms-based Tools : compform Command--Compile a Form : compform Example
 
Share this page                  
compform Example
This command compiles the employees form, which is stored in the emp database, into a C language data structure and places it in the file empform.c:
compform emp employees empform.c
Before you can link the compiled form to your application, you must translate the compiled form into object code.