You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Open and build the Delphi project in the RAD Studio.
26
34
2. Start a console session and navigate to the _Delphi_ project directory.
27
-
3.When you run the program, specify the `OrderID` parameter (an order number between 10248 and 11077):
35
+
3.Run the program and specify the `OrderID` parameter (an order number between 10248 and 11077):
28
36
29
37
```console
30
-
> PDFReportGenerator.exe OrderID=11077
38
+
> PDFReportGenerator.exe 11077
31
39
32
40
Report saved to: ..\Order_11077.pdf
33
41
```
@@ -63,7 +71,9 @@ end;
63
71
64
72
### Step 2: Create a Database Connection
65
73
66
-
Create a database connection component to supply data to the report. This example project creates a SQL connection component with a built-in SQLite engine. The data source loads the Northwind sample database stored in `nwind.db`.
74
+
Create a database connection component to supply data to the report.
75
+
This example project creates a SQL connection component with a built-in SQLite engine to load the Northwind sample database stored in `nwind.db`.
0 commit comments