Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access Graphics on different PCs
Message
From
18/05/2001 14:35:23
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
 
To
17/05/2001 05:00:02
Edward See
Magicalogic Consultancy System
Quezon, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00508218
Message ID:
00508910
Views:
20
>i have a field storing the path to a graphic image file.
>i use this field to display the image.
>this works fine if the imgImage.picture='f:c\ut\imagefile\ut.jpg'
>and the program is run on a work station and the exe shortcut is 'f:c\ut\ut.exe'
>it works fine
>but if exe shortcut is mapped as '\\server\ut\ut.exe' where 'f:c' folder is \\server then it does not display.
>seems like path with f:\ works fine but \\server does not.
>please advice, appreciate any suggestions

HAVE YOU TRIED MAPPING A DRIVE LETTER TO THE \\SERVER\SHARE NAME ?
IT APPEARS THE CONTROL.PICTURE PROPERTY IS NOT LIKING THE UNC
CONVENTION, BUT PREFERS THE DRIVE-LETTER/DIRECTORY NOTATION.
WILL WORK UNLESS THERE IS SOME REASON YOU CANNOT PERMANENTLY MAP
THE DRIVE LETTER.
patrick
Previous
Reply
Map
View

Click here to load this message in the networking platform