Nav2009 Windows 7 EXPORT problem

slowhandfanslowhandfan Member Posts: 56
I recently updated a customer to NAV2009. They have shop drawings saved as BLOB/jpg, etc.
A tried and true function that executes this statement set


TempName := INCSTR(TempName);
CALCFIELDS(Attachment);
IF Attachment.HASVALUE THEN BEGIN
AttachmentName := Attachment.EXPORT('C:\'+TempName+"Attachment Type",TRUE);

SLEEP(1000);
HYPERLINK(AttachmentName);
END;


It works great if the fat client is WINDOWS XP, but under WINDOWS 7, it fails with the following message

The operating system returned the error (1314)
A required privledge is not held by the client

Anyone seen this before and overcome it?

Thanks

Comments

Sign In or Register to comment.