Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

numeric field progressive

Former Member
0 Likes
874

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
628

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.

2 REPLIES 2
Read only

Former Member
0 Likes
628

ok

Read only

Former Member
0 Likes
629

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.