Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append General problem
Message
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00314894
Message ID:
00314904
Views:
18
>To All,
>
>In the Click() of a command button I look at a memo field named image_file. If it points to a file I want to append general to a general field named photo, but linked rather than in the field
>
>IF FILE(ALLTRIM(MYFILE.IMAGE_FILE))
> APPEND GENERAL PHOTO FROM (ALLTRIM(MYFILE.IMAGE_FILE)) LINK
> THISFORM.RefreshForm(.T.)
>ENDIF
>
>On one machine it seems to work fine, and the picture, displays in the oleBound control with MYFILE.photo.
>
>On another machine the picture displays correctly, but if I click() the button the display is replaced by a large JPG icon.
>
>They both show a right mouse menu. If I select open or double click the image the one that works brings the picturre into paint. The other machine beings up ACDsee. I suppose it is the way I have the machine configuration set, but I don;t know how to fix it.
>
You must have a program that will act as an OLE Server for the file extension type installed and registered to deal with that file extension on each machine; MS Paint isn't an option, but something like PaintShop Pro, CorelDraw, or even IE might be able to handle it.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform