Updated plb_visual course · KcsDev1982/sunbelt-plb-samples@32064af · GitHub
Skip to content

Commit 32064af

Browse files
committed
Updated plb_visual course
Move old plb_visual course to plb_visual_classic. Updated plb_visual course to reflect version 10.6.
1 parent e886206 commit 32064af

65 files changed

Lines changed: 1772 additions & 5 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
30.1 KB
Loading
9.86 KB
Loading
17.2 KB
Loading
-7 Bytes
Binary file not shown.

courses/plb_visual/LabExercises/calc.pls

Lines changed: 1 addition & 0 deletions

courses/plb_visual/LabExercises/datetime.pls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
RESULT INTEGER 1
77
MAIN PLFORM datetime.plf
88
.
9+
//SETMODE *WEBMODEPLF=3
910
WINHIDE
1011
FORMLOAD MAIN
1112
LOOP

courses/plb_visual/LabExercises/employee.pls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ LENGTH FORM 5
1717
MAIN PLFORM employee.plf
1818

1919
.
20+
//SETMODE *WEBMODEPLF=3
2021
WINHIDE
2122
FORMLOAD MAIN
2223
LOOP

courses/plb_visual/LabExercises/labs.prj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<SunIDE_Project_File Version="10.0">
33
<ActiveProfile>labs</ActiveProfile>
44
<ProjectTitle>labs</ProjectTitle>
5-
<SelectedProgram>noteeditor.pls</SelectedProgram>
5+
<SelectedProgram/>
66
<Profiles>
77
<Name>labs</Name>
88
<Properties>
@@ -14,7 +14,6 @@
1414
<BookmarkErrors>0</BookmarkErrors>
1515
<ShowCompilerCmd>1</ShowCompilerCmd>
1616
<MaxErrors>0</MaxErrors>
17-
<OptionsPage>1</OptionsPage>
1817
<SymbolFile>1</SymbolFile>
1918
<OpenEnded>0</OpenEnded>
2019
<CrossReference>1</CrossReference>
@@ -75,6 +74,12 @@
7574
<EnableBackups>0</EnableBackups>
7675
<MaxBackups>10</MaxBackups>
7776
<BackupDir/>
77+
<GitEnabled>0</GitEnabled>
78+
<GitFolder/>
79+
<GitBranch/>
80+
<GitUserName/>
81+
<GitEmail/>
82+
<GitRemote/>
7883
</Properties>
7984
</Profiles>
8085
<Source Name="treeview.pls"/>
@@ -89,4 +94,5 @@
8994
<Source Name="noteeditor.pls"/>
9095
<Source Name="radiocheck.pls"/>
9196
<Source Name="equipment.pls"/>
97+
<Source Name="listview.pls"/>
9298
</SunIDE_Project_File>
13.5 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions

0 commit comments

Comments
 (0)