Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Terminal Server
Message
 
To
23/08/2000 14:50:12
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00408408
Message ID:
00408818
Views:
15
>I have a Fox app that has been installed on Terminal Server. One of the first things the app does is check to see if another window is open with the same title. If so, it tells the user the app is already running and shuts down (this on the request of the client).
>
>A location has installed this on terminal server and gets the error even though I can't find that it is already running anywhere else.
>
>Any ideas?
>
>Anything special that needs to be done to run a Fox app from Terminal Server??
>
>Judy Scofield

Judy,

From my experiences with applications on TS, there should be few issues. I have the same type of instance checking in my code and have no problem. Each user is assigned an ID under this ID each program that this user is running is assigned a PID (Program ID). When another user signs on to TS they are assigned their ID, then when the program starts the OS looks for the window title by ID and PID. Each user has his own desktop, though they are all running on the same server. If it is possible I would examine how the program is set up on the TS. It needs to be set up on the server in "Server" mode not a user instance of TS. There is also some differences when set up as a published application or as a program on the desktop. Most of this just has to do with security and how much of the TS desktop you want the users to get to. All issues that I ran into were with memory and how VFP uses it. This should be taken care of for the most part with SP4.

HTH
Robert
Previous
Reply
Map
View

Click here to load this message in the networking platform