May 2017
Intermediate to advanced
442 pages
11h 55m
English
We could do the same thing to ConWHSVehicleTable.
We don't need a form handler class in this case; we can add the methods directly to the ConWHSVehicleTable form.
Declare the NumberSeqFormHandler class global to the form, and write the initialize method also at form level. Call the method after the super() call in init.
In each data source method we changed in the recipe, just call numberSeqFormHandler(element, ConWHSVehicleTable_DS).<method> directly. The CustTable form is a good example of this.
Read now
Unlock full access