Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bitmap in config.fpw
Message
 
To
15/11/2001 15:56:00
Ken Knorr
Logos Management Software
Ventura, California, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00582364
Message ID:
00582427
Views:
26
You cannot include conditional (or any for that mater) "code" in the config.fpw file..
Also; you should EXPERIMENT with bitmap=off -- I deploy apps on TS & Citrix, sometimes it's faster, sometimes it's slower.

During your install, check if it's a Terminal Server, if it is, install a different config.fpw or add the line to config.fpw at runtime.

I have code to determin if it's ts (and a library to tell you if you're connected, disconnected etc) in the files section.

-josh

>I include a config.fpw in my application. This has worked fine but now we want to support Citrix and TS systems. Once config is included in exe can't override it with the /C option. So I tried the following in config.fpw
>
>BITMAP=IIF(FILE("CITRIX.DAT"),"OFF","ON")
>
>The above has no effect, does anyone have an ideas on this. I would like to continue to include config.fpx in exe, its one less thing that can go wrong on users machines when installing and creating shortcuts etc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform