Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use scanner
Message
From
20/12/2004 15:15:09
 
 
To
20/12/2004 15:06:06
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
00970779
Message ID:
00970795
Views:
12
>thank you for reply,
>i get error message file d:\tal\images\55.jpj dose not exist
>
>but how i can link between employee number and his picture ,mean employee number is 8 ,at the same time with command button link with scanner to giv this picture the same number 8 ..
>thanks
>m.qasem
procedure thisform.refresh
cwemployee  = allt(thisform.text1.value)  && place for employee code

cwpicfile   = forcepath(cwemployee + ".jpg", "d:\tal\images\")

thisform.imgemployee.picture = iif(file(cwpicfile), cwpicfile, "")
thisform.imgemployee.visible = file(cwpicfile)
endproc
Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform