!============================================================================= ! ! Code Sample, From "The Unofficial GEMBASE Home Page". ! http://members.tripop.com/GEMBASE/ ! ! This code sample can be placed at the bottom of any program to prevent ! it from being loaded into the Forms Editor. !============================================================================= ! PROCEDURE_FORM FED_BLOCK BEGIN_BLOCK STOP_1 OUTPUT_BLOCK STOP_2 /ROW=1 /COL=1 & /SOURCE = "By using two output blocks inside one BEGIN_BLOCK/END_BLOCK construct" OUTPUT_BLOCK STOP_3 /ROW=1 /COL=1 & /SOURCE = "The forms editor is blocked from opening the program" END_BLOCK END_FORM