NetTalk Central

Author Topic: Assign TPS File Name At Runtime  (Read 2213 times)

zdpl0a

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
Assign TPS File Name At Runtime
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Assign TPS File Name At Runtime
« Reply #1 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