Hi guys
I have a table Transport Line and I want to increase value of field "Line No." by 10 when I go to a new row.
How can I do this without No. Series?
"Line No." is my primary key.
I tried this code but it doesn't work
Line No. - OnValidate()
IF "Line No." = ' ' THEN BEGIN
Lines.FINDLAST;
"Line No." := Lines."Line No." + 10;
END;
where Lines is rec variable of my table.
Thanks in advance
Answers
Delayed Insert, MultipleNewLines & AutoSplitKey should do the magic.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page