Skip to content

Commit 2c27317

Browse files
committed
Update to PowerBuilder 2022 R3 GA(3289)
1 parent 3f3f1e9 commit 2c27317

37 files changed

Lines changed: 52 additions & 36 deletions

PostgreSQL demo/ECharts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Echarts Demo Readme
22

3-
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R2](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R3](https://www.appeon.com/products/powerbuilder). It shows:
44

55
1. How to use the PowerBuilder WebBrowser control to render the third-party visual charts which are exposed as JavaScript classes.
66
2. How to execute JavaScript in the PowerBuilder application to dynamically adjust data display in different chart styles.
@@ -10,13 +10,13 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
14-
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected PostgreSQL for Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R3.
14+
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R3 and selected PostgreSQL for Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
1515
3. Download the database file <b>pbdemo2021_for_postgresql.zip</b> from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
1616
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
1717

1818
```
19-
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
19+
Data source name: PB Demo DB V2022R3 //Must be the same as the Data source name specified in the code.
2020
User ID: dba
2121
Password: sql
2222
```
11.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

PostgreSQL demo/ECharts/theme/Flat Design Blue/theme.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -546,19 +546,23 @@
546546
{
547547
"normal-state":
548548
{
549-
"image":{"file":"tabbedbar-spin-normal.bmp"}
549+
"image":{"file":"tabbedbar-spin-normal.bmp"},
550+
"image-alltabsvisible":{"file":"tabbedbar-spin1-normal.bmp"}
550551
},
551552
"hover-state":
552553
{
553-
"image":{"file":"tabbedbar-spin-hover.bmp"}
554+
"image":{"file":"tabbedbar-spin-hover.bmp"},
555+
"image-alltabsvisible":{"file":"tabbedbar-spin1-hover.bmp"}
554556
},
555557
"pressed-state":
556558
{
557-
"image":{"file":"tabbedbar-spin-pressed.bmp"}
559+
"image":{"file":"tabbedbar-spin-pressed.bmp"},
560+
"image-alltabsvisible":{"file":"tabbedbar-spin1-pressed.bmp"}
558561
},
559562
"disabled-state":
560563
{
561-
"image":{"file":"tabbedbar-spin-disabled.bmp"}
564+
"image":{"file":"tabbedbar-spin-disabled.bmp"},
565+
"image-alltabsvisible":{"file":"tabbedbar-spin1-disabled.bmp"}
562566
}
563567
},
564568
"menu":

PostgreSQL demo/GoogleCharts/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GoogleCharts Demo Readme
22

3-
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R2](https://www.appeon.com/products/powerbuilder). It shows:
3+
This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 2022 R3](https://www.appeon.com/products/powerbuilder). It shows:
44

55
1. How to use the PowerBuilder WebBrowser control to render the third-party visual charts which are exposed as JavaScript classes.
66
2. How to execute JavaScript in the PowerBuilder application to dynamically adjust data display in different chart styles.
@@ -10,13 +10,13 @@ This demo is a PowerBuilder application, developed with Appeon [PowerBuilder 202
1010

1111
Download this PowerBuilder demo application, and then:
1212

13-
1. Open the PowerBuilder project in PowerBuilder 2022 R2.
14-
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R2 and selected PostgreSQL for Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
13+
1. Open the PowerBuilder project in PowerBuilder 2022 R3.
14+
2. If you already had the corresponding PostgreSQL database driver installed on the machine when you installed PowerBuilder 2022 R3 and selected PostgreSQL for Database Provider, you can just skip step#3 and step#4 below to run the PowerBuilder project directly. Otherwise, please follow the steps below to create the ODBC data source.
1515
3. Download the database file <b>pbdemo2021_for_postgresql.zip</b> from [PowerBuilder-Project-Example-Database](https://github.com/Appeon/PowerBuilder-Project-Example-Database).
1616
4. Use the downloaded database file to create a new ODBC data source referring to the below must-configure connection settings:
1717

1818
```
19-
Data source name: PB Demo DB V2022R2 //Must be the same as the Data source name specified in the code.
19+
Data source name: PB Demo DB V2022R3 //Must be the same as the Data source name specified in the code.
2020
User ID: dba
2121
Password: sql
2222
```

0 commit comments

Comments
 (0)