Session: dead7ab8314c45b69a3a6da456971e8c.0
reload
close
Demo directory
Directory
▲
Sample1
Drag And Drop
User Interface
Dialogs
Tree
Arrays and Tables
Language Features
Advanced Features
Misc.
Tools
Compatibility
WebServices
1..12 / 12
Demo
▲
Program
▲
Type
▲
DB
▲
Description
▲
1..13 / 13
The Sample1 demo ---------------- This little example is provided to show all program components. Files used by this example are: - Programs/Modules (.4gl/.42m) - Form Specification Files (.per/.42f) - Using the preprocessor (.inc) - Database Schema Files (.sch/.val) - Message Files (.msg/.iem) - String Resources (.str/42s) - Action Defaults (.4ad) - Presentation Styles (.4st) - Toolbar files (.4tb) - Topmenu files (.4tm) - Configuration File (FGLPROFILE) How to run this example? ----------------------- Make sure a front-end is started. On UNIX, run: start-unix.sh On WINDOWS, run: start-mswin.bat There are some environment variables to be set before starting a program. See the scripts for more details about compilation and deployment rules. If you want to debug the program: fglrun -d dist/bin/p_cust.42m (fgldb) break main Breakpoint 1 at 0x00000000: file p_cust.4gl, line xx. (fgldb) run If you want to profile the program: fglrun -p dist/bin/p_cust.42m > profile.out
DB Source
Show
Close