NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: zdpl0a on August 15, 2009, 01:55:28 PM

Title: Assign TPS File Name At Runtime
Post by: zdpl0a on August 15, 2009, 01:55:28 PM
I converted my d ata dictionary is 100% runtime variables for the TPS filenames.  My two web server apps are the last ot get my attention.

In a regular windows app, I call 'StartPath.dll' which performs prop:name assignments for the files.  I call the startpath procedure in the startpath.dll in the WindowsManager INIT before open files, and it works great.

Can I assume I can plug it in the 'WebServer' Procedure at the same point?  I assume I can by I wanted to make sure that that one location would handle all the activity to all the procedures handling the pages and reports.


I only ask because I got an error 45 and have not started to hunt it down.

Thanks,

Dave
Title: Re: Assign TPS File Name At Runtime
Post by: Bruce on August 16, 2009, 09:03:24 AM
Hi Dave,

yes, absolutely - call it in the one place and you're sorted.

The right place is the WebHandler procedure, in the ProcessLink method, before the parent call.

Cheers
Bruce