NetTalk Central

Author Topic: FM3 and Multihost  (Read 2065 times)

bijan

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
    • Email
FM3 and Multihost
« on: June 28, 2016, 04:03:30 PM »
Hi,

I am looking at having FM3 upgrade my tables using the DLL app. However, I am getting an error 45 invalid file name. I currently have this in the webhandler procedure. I am sure FM3 can't find the file to upgrade. What do you recommend?

Customer{prop:name} = clip(self.site.DataPath) & 'Customer.tps'

Regards

Bijan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: FM3 and Multihost
« Reply #1 on: June 30, 2016, 06:30:36 AM »
I think you need to have this code before the file is accessed for the first time.
So, if you open the table in another (non web) procedure, then it has to be set before that procedure is used (on that thread.)

cheers
Bruce