[progress Communities] [progress Openedge Abl] Forum Post: Re: Pasoe Advcustomer.cls...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top