File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Sample code and projects for the Programming Language for Business (PL/B).
1212* htmlcontrol_designer - Designers for the HTMLCONTROL object
1313* http_root - Additional files for the plbwebsrv http_root
1414* includes - Latest Sunbelt include files
15+ * ini_templates - Latest template configuration files
1516* jquerymobile - Jquery Mobile sample for plbwebsrv
1617* legacy_demo - Legacy sample programs originally released with PLBWIN
1718* plbwebcli - Samples for use with PlbWebCli application
Original file line number Diff line number Diff line change 1+ [version]
2+
3+ PRODUCT =PLB
4+ VERSION =10.6
5+
6+ [environment]
7+
8+ # ==============================================================================
9+ #
10+ # PL/B Runtime Configuration
11+ #
12+ # ==============================================================================
13+
14+ # PLB_TERM=ansi
15+ # PLB_SYSTEM=/home/sunbelt/plbi20.106
16+ # PLB_PATH=/home/sunbelt/plbi20.106
17+ # PLBCMP_OPT=-ZG
18+
19+ # PLB_FNC=MIXED
20+
21+ # ==============================================================================
22+ #
23+ # End of configuration information
24+ #
25+ # ==============================================================================
Original file line number Diff line number Diff line change 1+ [Version]
2+
3+ PRODUCT =PLBCLIWIN
4+ VERSION =10.6
5+
6+ [Environment]
7+
8+ PLBCS_HOSTNAME =127.0.0.1
9+ PLBCS_PORTNUM =3933
10+ # PLBCS_LOGON={value}
11+ # PLBCS_PUBLIC={value}
12+
13+ # PLBCS_MULTISERVER=ON
14+ # PLBCS_HOSTNAME1=192.168.0.1
15+ # PLBCS_PORTNUM1=13933
16+ # PLBCS_HOSTNAME2=192.168.0.1
17+ # PLBCS_PORTNUM2=23933
18+
19+ # PLBCS_KEEPALIVE=ON
20+ # PLBCS_RECVTIMEOUT=130
21+
22+ # PLBCS_SINGLEUSE=0
23+
24+ # ==============================================================================
25+ #
26+ # General Configuration
27+ #
28+ # ==============================================================================
29+
30+ # PLBCS_AUTODELAY=0
31+ # PLBCS_AUTORETRY=0
32+ # PLBCS_CMDLN=mainmenu.plc
33+ # PLBCS_CACHE=ON
34+ # PLBCS_CACHEAGE=7
35+ # PLBCS_CACHEDIR=.\PLBCSTEMP
36+ # PLBCS_DSPMODE=0
37+ # PLBCS_IMCOUNT=100
38+ # PLBCS_IMSIZE=0
39+ # PLBCS_KEEPALIVE=ON
40+ # PLBCS_KEYMODE=0
41+ # PLBCS_MAXPROGVMEM=20480000
42+
43+ # PLBCE_COMPUTERNAME=workstation1
44+ # PLBCE_USERNAME=user1
45+
46+ # ==============================================================================
47+ #
48+ # Error Configuration
49+ #
50+ # ==============================================================================
51+
52+ # PLBCS_ERROR0=Error0 User Message^Line2
53+ # PLBCS_TITLE0=Connection Error
54+ # PLBCS_RETRY0=1
55+ # PLBCS_DELAY0=1
56+
57+ # PLBCS_ERROR1=ERROR1 User Message
58+ # PLBCS_TITLE1=User Communications Error
59+ # PLBCS_DELAY1=1
60+
61+ # PLBCS_ERROR2=ERROR2 User Message
62+ # PLBCS_TITLE2= User Application Server timeout
63+ # PLBCS_RETRY2=1
64+ # PLBCS_DELAY2=1
65+
66+ # PLBCS_ERROR3=ERROR3 User Message
67+ # PLBCS_TITLE3=User Application Error
68+ # PLBCS_DELAY3=1
69+
70+
71+ # ==============================================================================
72+ #
73+ # End of configuration information
74+ #
75+ # ==============================================================================
You can’t perform that action at this time.
0 commit comments