Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Show picture at grid
Message
From
23/04/2009 03:36:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Show picture at grid
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01396023
Message ID:
01396023
Views:
92
hi all,

i need help to show picture at mygrid as below

if insert the picure as
xpic = "e:\errors\books_256.bmp"
append general cattach from &xpic && same picture for all records

how i can display it at the grid as picture ....TAlias1.cattach(picture)
 SELECT  TAlias1.time1,TAlias1.date1,TAlias1.roomno,TAlias1.place1,TAlias2.mobile,TAlias2.tel,TAlias2.empname, TAlias1.discerror,TAlias1.sno,TAlias1.mark1,TAlias1.remark1,TAlias1.remark2 ;
        FROM trans1 TAlias1, emp1 TAlias2 ,pasw TAlias3 ;
       WHERE   Alltrim(UPPER(TAlias3.pasw)) == Alltrim(UPPER(thisform.pageframe1.page1.text2.value)) AND TAlias1.empno = TAlias2.empno ;
         AND TAlias1.fexerno=val(ThisForm.pageframe1.page1.text4.value) AND mark1=0 AND TAlias1.fexerno = TAlias3.empno;
    ORDER BY date1,sno ;
        INTO cursor TAliascursor4
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform