Hi,
We're currently upgrading a customer's database from 403 to 601.
They've some functionality which uses the 'File' System Record, which of course doesn't work in the RTC (I've tried, even though the customer uses IP addresses to point to a folder, it still doesn't work)!
WITH RecFile DO BEGIN
RESET;
SETRANGE(Path,InterfaceSetup."Folder - In");
SETRANGE("Is a file",TRUE);
SETFILTER(Name,'@*.' + InterfaceSetup."Import - File Extension");
IF(FINDSET) THEN REPEAT
....
UNTIL(NEXT = 0);
END;
Has anybody else had this issue? How can I approach the problem?
Any ideas greatfully received!
Comments
For example:
Nav, T-SQL.