Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

How to import image into page NAV2013

$
0
0

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


Viewing all articles
Browse latest Browse all 15740

Trending Articles