Report running on Nav classic but not RTC

iqbalmad
iqbalmad Member Posts: 180
edited 2010-03-12 in NAV Three Tier
hi guys,

i have a processing only report on nav classic which exports data into a txt file. The report works fine on classic mode.

in rtc , it gives me an error message "Cannot write into string", when run.

the same report if run on the server works fine... but on another pc, gets the error message "Cannot write into string".

any idea??

i am using the functions Txtfile.OPEN, Txtfile.WRITE and Txtfile.CLOSE. Does this have anything to do??

Comments

  • kine
    kine Member Posts: 12,562
    Do not forget that you are working with the file on the server where the NST is installed, not on the client, when calling the code from within RTC! :whistle:
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • iqbalmad
    iqbalmad Member Posts: 180
    so, what shud i do??
  • Miklos_Hollender
    Miklos_Hollender Member Posts: 1,598
    Search C/SIDE help for "DOWNLOAD".