Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reports - GDI+ - Image
Message
 
 
À
20/09/2004 09:00:57
Suhas Hegde
Dental Surgeon
Sirsi, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00942250
Message ID:
00944395
Vues:
14
This has nothing to do with the report. Have you tried the same approach on a form? Unless your refresh or record changing code re-loads the image control, you will not see the image change just because you move to another record in the table.

IOW: PictureVal is not a controlsource for the Image control. The image is not "bound" to the PictureVal property of the field.

All you've done is load the control using the contents of the first field. If you expect the image to change its contents when you move from one record to the next, you have to reload the image.

If you're using the image in a report, you can do this in the OnEntry for the band, or you can do it in an event in a ReportListener. It works well to do it in a ReportListener if the images are going to change sizes. And, no, I don't have time to write an example for you here <s>.

>L<
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform