Run the report in RTC,File.CREATE ERROR

misyunmisyun Member Posts: 11
edited 2009-11-16 in NAV Three Tier
when I run the report in RTC,File.CREATE ERROR
my code:

MyFile.CLOSE();
MyFile.TEXTMODE(TRUE);
//MyFile.QUERYREPLACE(TRUE);

IF MyFile.CREATE(FileName)=FALSE THEN
BEGIN
ERROR('Cannot Open this file');
END;

why "MyFile.CREATE(FileName)=FALSE"? who can help me? thanks very much

Comments

  • BeliasBelias Member Posts: 2,998
    Files are created on the service tier, check that the path of the file really exists on the service tier
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.