Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show picture at grid
Message
De
23/04/2009 03:36:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Show picture at grid
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01396023
Message ID:
01396023
Vues:
93
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform