Hi,
I am sorry that I asked in Mibuso.com in this morning, meanwhile the answers are more completely and detail here. tks a lot. It depicts my depressed mind. It’s been clear ands answered, but I still hope that in the new version NAV. 5.0, there is no separated place for pictures no new customisation, and directly in Navision database (native). I am only afraid if there is error in drive P (virus, hang, or what else) or another problems arise, it means that I can’t access the pictures. [:(]. Meanwhile make the life a little easier is very good watchwords, [:)].
The picture2 field you are created is able to import JPEG/JPG files but do you put coding in the form 346 or in the item table or in the import menu of its menubutton…? the codings there are:
PictureExists := Picture.HASVALUE;
IF Picture.IMPORT(’*.BMP’,TRUE) = ‘’ THEN
EXIT;
IF PictureExists THEN
IF NOT CONFIRM(Text001,FALSE,TABLECAPTION,“No.”) THEN
EXIT;
CurrForm.SAVERECORD;
I should replace the coding or just using picture2 field there…?
Anyway the price of the product is really expensive (1,400.00 euro). Do you ever use it or you just customize like what you’ve written above…?.
Rgds,
MrGM