‎2009 Dec 10 7:44 AM
I create a table that has as key a numeric field that will act as progressive. there is a way to do that automatically increase the inclusion of a record?
‎2009 Dec 10 8:27 AM
Hi Franscesco,
You can create table events for this.
First create a table maintainance generator. And follow the menu path Environment ->Modification ->Events and create the event here. Choose event type 05 (Create new entry). And do the coding as to fetch next serial number.
‎2009 Dec 10 8:24 AM
‎2009 Dec 10 8:27 AM
Hi Franscesco,
You can create table events for this.
First create a table maintainance generator. And follow the menu path Environment ->Modification ->Events and create the event here. Choose event type 05 (Create new entry). And do the coding as to fetch next serial number.