Was this helpful?
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
Last modified date: 01/30/2023