Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to show image from memo field
Message
De
15/08/2013 17:45:00
 
 
À
15/08/2013 14:37:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01560901
Message ID:
01580579
Vues:
60
>>>>>>See this Re: How to print image from a blob field Thread #962468 Message #1558963
>>>>>
>>>>>Thank you. I created function below and added showimage(typable.logo) to report. It worked with both old and new report engines.
>>>>>Is this best solution ?
>>>>>
>>>>>
FUNCTION ShowImage(bimage)
>>>>>
>>>>>RETURN CREATEOBJECT("PrintImage").refresh(bimage)
>>>>>ENDFUNC
>>>>>
>>>>>DEFINE CLASS printimage AS image
>>>>>PROCEDURE refresh(Pictureval)
>>>>>this.PictureVal=m.Pictureval
>>>>>RETURN m.this
>>>>>ENDPROC
>>>>>
>>>>>ENDDEFINE
>>>>>
>>>>
>>>>I have found some problems with Reportengine 80.
>>>
>>>What problems you have found ?
>>>I found that such image appears in pdf file very large.
>>>How to fix this so that pdf files can created ?
>>
>>If I remember well,
>>with Reportengine 80, the resizing an image is not correct.
>>with Reportengine 90 it is correct.
>
>I have issue that in pdf file images appear very big.
>Preview is normal.
>If I remmber properly, I Tried xfrx, ghostskript nad frx2any.
>
>How to make images from database appear in pdf normally ?

...Withdrawn..
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform