Hi,
We do the following currently:
1. Scan the invoices
2. Save in folder "\GRAPHICS\PRODUCTS" with serial no of the invoice, let say "SI100105"
3. In form I apply the following code in order to display the invoices according to the serial no.
micode = allt(upper(This.value))
mpic = micode+'.jpg'
This.Parent.ItemImage.Picture = '\GRAPHICS\PRODUCTS\&mpic'
If ! File("&mpic")
This.Parent.ItemImage.Picture = '\GRAPHICS\PRODUCTS\no_image.jpg'
Endif
So, it is necessary to save the images exactly with the serial no.
Is it possible if I upload the image in the form, path should be saved somewhere in the table.
In this way the user will be free from saving the file according to the serial no. of the doc.
I hope I delivered what I am looking for.
Thanks!!
Saif
We do the following currently:
1. Scan the invoices
2. Save in folder "\GRAPHICS\PRODUCTS" with serial no of the invoice, let say "SI100105"
3. In form I apply the following code in order to display the invoices according to the serial no.
micode = allt(upper(This.value))
mpic = micode+'.jpg'
This.Parent.ItemImage.Picture = '\GRAPHICS\PRODUCTS\&mpic'
If ! File("&mpic")
This.Parent.ItemImage.Picture = '\GRAPHICS\PRODUCTS\no_image.jpg'
Endif
So, it is necessary to save the images exactly with the serial no.
Is it possible if I upload the image in the form, path should be saved somewhere in the table.
In this way the user will be free from saving the file according to the serial no. of the doc.
I hope I delivered what I am looking for.
Thanks!!
Saif