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
Title:
Append General problem
Miscellaneous
Thread ID:
00314894
Message ID:
00314894
Views:
59
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.

Any suggestions?

Thanks, Al Allison
Next
Reply
Map
View

Click here to load this message in the networking platform