Hi!
i have a field which is integer(auto inc).
so upon making new entry, new index will be assign.
but why when i cancel my attempt to create new entry, table is being revert but the index series skip its sequence?
how can i maintain its sequence when i cancel my attempt to create new entry? or is it even possible?
aside from this code in cancel command button, what else must be done? properties i think?
i have a field which is integer(auto inc).
so upon making new entry, new index will be assign.
but why when i cancel my attempt to create new entry, table is being revert but the index series skip its sequence?
how can i maintain its sequence when i cancel my attempt to create new entry? or is it even possible?
aside from this code in cancel command button, what else must be done? properties i think?
Code:
TABLEREVERT(.F., "JOBORDERS")
RELEASE THISFORM