Hi there,
I would like to format my date to input it in file name.
I try that :
Put my date in Global Text Variable : GV__DATE
and then try to format it like that, in another indexes that give my filename : GV_CDPF + "_" + GV_NATURE__DOC + "_" + Format(GV_DATE__DOC,"dd/MM/yyyy")
The result : 12345_Invoice_dd/mm/yyy
I don't know where i'am wrong..
Thanks !!