Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Screen's image only support *.bmp ?
Message
 
To
23/04/2001 07:26:16
Agnes Cheng
DynamicTech Consultants Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00498499
Message ID:
00498646
Views:
10
>As Title !!!
>_screen can't support '*.jpg , *.gif' ??
>
>I try *.jpg. It can't show my *.jpg.
>
>Thanks
>From Agnes

It works for me, assign the file in testing like the following.

_screen.picture= getfile('jpg')

or

_screen.picture= getfile('gif')

This will show the open file dialog showing only jpg or only gif files and assign the file you choose to _screen.picture. After you choose the file it should immediately show up as the foxpro wallpaper.

To see what name was stored execute the following:

?_screen.picture

It may be that you aren't giving the path or name of the file correctly.

Hope this helps

Alek
Alek Massey
- The only stupid question is one left unasked -
Previous
Reply
Map
View

Click here to load this message in the networking platform