Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying pictures using vfp7
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00632262
Message ID:
00632275
Views:
12
Hi, Nick!

>>
Does anyone have any ideas how I should approach this?
<<

Yes, I have <vbg> - here are some fragments:

1. What about generating a HTML-Page with the pictures and showing the HTML using the web browser control?

2. With VFP you can use two kinds of controls to show pictures: the image control and the olebound control.

3. To use an OleBound control you have to create an general (object) field in your table an fill this field with the JPEG using APPEND GENERAL. Now you can show the pictures, i.e. within a grid!

4. Another idea: Deal with image controsl and create so much images controls you need programmatically at runtime. That mean you have to take on scrolling etc!

5. What about generating a HTML-Page with the pictures and showing the HTML using the web browser control? I think this will be an easy job! <vbg>
SeBaFlu
Previous
Reply
Map
View

Click here to load this message in the networking platform