Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh image cache
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01229343
Message ID:
01229453
Vues:
9
>>>> I had no luck with this. Eventually I just had to go with unique names until the next time VFP got started.
>>>
>>>try this:
>>>
>>>- disconnect the image file from the control, for example, clear the Picture property
>>>
>>>- issue CLEAR RESOURCES
>>>
>>>- reconnect the image file and Refresh
>>
>>I had tried:
>>thisform.objImage.picture=" "
>>Clear Resources
>>thisform.objImage.picture="c:\files\checkImage.tif"
>>thisform.refresh()
>>
>>most of the time it did not work.
>>now I use a sequential naming process and use the a variable in the .picture:
>>mVar = "c:\files\Image01.tif"
>>thisform.objImage.picture=mVar
>
>Did you try the
CLEAR RESOURCES x:\path\yourfilename.tif
?

i do not recall if I was aware of the filename option .
I do plan on doing a maintenance release of the form in question, I'll look into it.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform