I have scanned many files, the operation is fast because where I work we have a multiple scanners and it's possible that some files will be saved with the previous file name because I have given the name with the current date and time as I can solve in order to have different names for all the scanned files
I made
Local dTime := (VAL(LEFT(Time(),2)) * 100) + VAL(RIGHT(Time(),2))
Local nomefile :=DtoS(Date())+alltrim(str(dTime))+"noname.JPG"
how I can resolve it ?