March 2020
Intermediate to advanced
534 pages
14h 15m
English
When the standard new button is called, the form code populates a list of the tables that were inherited from the data source's table. If the main table is abstract, it is not added to the list. Once the user selects an option, a map is initialized. The key is the data source name, while the value is the table name to be created. The following table shows this:
| User-selected option | Map->key | Map->value |
| Vehicles | ConVMSVehicleTable | ConVMSVehicleTable |
| Trucks | ConVMSVehicleTable | ConVMSVehicleTableTruck |
| Bikes | ConVMSVehicleTable | ConVMSVehicleTableBike |
| Cars | ConVMSVehicleTable | ConVMSVehicleTableCar |
Then, it calls the ...
Read now
Unlock full access