E
egarcia
Guest
Hello Gordon, The behavior that you are seeing happens because in the sample code, the seq field is not set. Please update the AdvCustomer.i and AdvCustomer.cls with the code changes listed in the documentation: documentation.progress.com/.../ In particular, take a look at the following items: - The field definition should include INITIAL ?: FIELD seq AS INTEGER INITIAL ? - The ReadCustomer method should have a call to SET-CALLBACK: BUFFER ttCustomer:SET-CALLBACK ("AFTER-ROW-FILL", "AddIdField"). I hope this helps, Edsel
Continue reading...
Continue reading...