It looks like you're new here. Sign in or register to get started.
Vanio + Vmes + FORMAT (CONTADOR,0,'<Integer,3><Filler Character,0>');
Answers
It is necessary that the numbering is: year + month + correlative
but they have said when there is already registered with another numbering documents
So I need to know if there is in other tables besides "Purch. Inv. Header"
Regarding this numbering ...
I need this series
year + month + correlative of this form
201601000
201601001
201601002.............201601999
with this code: Vanio + Vmes + FORMAT (CONTADOR, 3.0)
I get
201601 0
201601 1
201601 2
I need to replace 2 spaces by zeros
but if I put this code: Vanio + Vmes + padstr (FORMAT (CONTADOR), 3, '0')
I get
201601000
201601100
201601200
I need the zeroes are left and not right CONTADOR find no function but to do so
Can you help me please?
1 /100 = 0,01
123 /100 = 1,23
Then convert to text and delete the ",".
You may use
thank you vaprog so is perfect
but I can not find "Filler" in Help, what does?