E. Notes for Users of QUEL : QUEL Notes for the ABF Development Example Chapter : The 4GL Code for Topframe
 
Share this page                  
The 4GL Code for Topframe
The QUEL version of the 4GL code for the Topframe main menu follows:
"Sales" =
begin
    callframe salerep;
end

"Customer" =
begin
    callframe customer;
end
"New" =
begin
    callframe neworder;
end

"End" =
begin
    callframe end;
end