ID of record
Posted: September 17th, 2016, 4:16 pm
hello good people
I have an ID in my record
PROC ID
preproc
if visualvalue(ID) = notappl then
ID = 1;
else
ID = visualvalue(ID) + 1;
endif;
when i want to modify a record the ID change and take ID=ID+1
i don't want to have this probleme
how can i do ?
kind regards
I have an ID in my record
PROC ID
preproc
if visualvalue(ID) = notappl then
ID = 1;
else
ID = visualvalue(ID) + 1;
endif;
when i want to modify a record the ID change and take ID=ID+1
i don't want to have this probleme
how can i do ?
kind regards