|
CSDemos Sample Conversion
| ![]() |
| · | Open up the CSDemos.REP file in the TDatasetSamples folder of IBO.
|
| · | Examine the Replace Text tab if you wish. It is setup with the necessary strings to completely convert this application.
|
| · | Change to the Source tab and make sure that it is pointing to the right directory where Delphi is installed.
|
| · | Change to the Destination tab and at the bottom of this tab is a button saying "GO". Click it.
|
| · | Now open up in Delphi the project you just created in the TDatasetSamples\IBOCSDemos folder.
|
| · | Simply run it. You are done. No further changes are required.
|
| CUSTOMER: CUSTOMER.CUST_NO
|
| DEPARTMENT: DEPARTMENT.DEPT_NO
|
| EMPLOYEE: EMPLOYEE.EMP_NO
|
| PROJECT: PROJECT.PROJ_ID
|
| SALES: SALES.PO_NUMBER
|
| EXECUTE PROCEDURE DELETE_EMPLOYEE ( :OLD_EMP_NO )
|
| SalesTable.InvalidateBookmark( SalesTable.Bookmark );
|
| SalesTable.InvalidateRowNum( SalesTable.RecNo );
|
| BaseKey: Software\Apps\IBO\CSDemos
|
| Caption: CSDemos
|
| IB_MonitorDialog1.Show;
|