The Unofficial GEMBASE Home Page.


A copy of the actual .DML is available here, NO_FED_ACCESS.DML Right click on the link to download it. The code is shown below:



!=============================================================================
!
! 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 BLOCK"

                OUTPUT_BLOCK STOP_3 /ROW=1 /COL=1 &
                        /SOURCE = "the forms editor is blocked from opening the program"
        END_BLOCK
END_FORM



When developing in Gembase, personal preferences will dictate which editor you use, on VMS systems the supplied editors are pretty good, we advise setting the cursor to be bound to the flow of the text, and ensuring the initial indentation of code is done with tabs. For developing on the PC, we recommend P.F.E. (Programmer's File Editor). This has been developed at Lancaster University's Computer Centre by Alan Phillips. It can be downloaded from http://www.lancs.ac.uk/people/cpaap/pfe It is free software, but please read the terms of use. For those of you developing on UNIX - get something better than vi!


Please note that this site is currently under development! Development was started on the 24th of February 1999, and will be an ongoing process. Check back regularly for updates to this site.



Sign our Guestbook.
Guestbook by GuestWorld
View our Guestbook
Make your contribution on our Forum

Provided as a free service by Delphi.
View our site statistics
Site Meter
http://www.sitemeter.com


This page last updated on 3rd April 1999.