Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display image
Message
 
To
19/03/2000 23:48:20
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00347748
Message ID:
00347837
Views:
27
>Hi Jim,
>
>Thank's for your response, but didn't work, i explain better,
>
>I have a field text2, character-25, with a value 'c:\jbfox\myImage.jpg' and then what field type i want to have to display the image, can you specify your answer a litle bit more.
>
>Thank's in Advance
>
>João Batista
>(jbinf@mail.telepac.pt)

Joao,

You need to use an Image control. In the refresh of the image control assign the field to the picture property as in;

This.Picture = FieldName

Then when the record pointer moves issue a refresh for the image control as in;

SKIP
Thisform.Image1.Refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform