Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Some Images/Pictures not showing in forms
Message
From
21/01/2006 17:41:23
 
 
To
19/01/2006 23:26:02
Sonny Tabano
Trams Printwork, Inc.
Mabalacat, Philippines
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Environment versions
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01088766
Message ID:
01089176
Views:
12
Hi Sonny

You must put the code in the refresh method of the form.

This code is independente of the folder where you put your aplication but for the folder name where the images are.

foto = SYS(5)+CURDIR()+"IMAGES\"+alltrim(Str(val(empid)))+".jpg"
ThisForm.imgPic.Picture=(foto)
Previous
Reply
Map
View

Click here to load this message in the networking platform