Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append General problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Titre:
Append General problem
Divers
Thread ID:
00314894
Message ID:
00314894
Vues:
57
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform