NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: bijan on June 28, 2016, 04:03:30 PM

Title: FM3 and Multihost
Post by: bijan 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
Title: Re: FM3 and Multihost
Post by: Bruce 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