I don't know how to import image from my computer into Page of NAV2013
I try to insert some code but it didn't work
----------------------------------------------------------------------------------
IF EXISTS ('D:\Work\ABCDE.BMP') THEN
BEGIN
Rec.Picture.IMPORT('D:\Cartoons\ABCDE.BMP',FALSE);
Rec.CALCFIELDS(Picture);
END;
---------------------------------------------------------------------------------
and when i ran the program it said 'The IMPORT() method is obsolete. Page View - Company Card must close.'.
so I didn't know which way to pull them to show up on the Page.
Thank for your help
Chaiyakorn