Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
$100 reward for VFP workaround!
Message
From
14/07/1999 07:12:14
 
 
To
13/07/1999 18:17:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00240688
Message ID:
00241184
Views:
12
>Hi David:
>
>I have this same problem with Citrix and I was wondering it the Getfile() and the other functions don't work because of restrictions to access some directories. Unfortunately my aplications are already working in an environment where I can't play with security settings. Please if you find something, Post it. System menus look terrible too.
>
>Thanks and Regards
>
>Oscar Corte

I don't think the GETFILE, PUTFILE problems have to do with security. Instead, the functions call on the operating system and NT 3.51 is too old to be compatible with the new development tools. I also heard where someone was telling me that even Access 97 apps cannot call the file open dialog box on a NT 3.51 PC. Therefore, there will be pressure from many sides to upgrade.

I fixed the appearance problems with the menus on my apps by making sure that every item has a font defined using the old trick of stuffing the following in the "skip for" expression:
.F. FONT "MS Sans Serif", 10 style "B"

The font solution also fixes the appearance of menus created with a DEFINE POPUP command.

Unfortunately, I still haven't figured out how to get the system menus in VFP6 itself readable when maintaining code remotely on the Citrix Server. Some things like editing screen forms are also a real pain since it is very difficult to move the properties window around since half height captions cannot be moved with the mouse.
__________________________________________________
Mesa Vista Software (david@mesa-vista.com)
Previous
Reply
Map
View

Click here to load this message in the networking platform