Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Show picture at grid
Message
 
 
À
23/04/2009 03:36:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01396023
Message ID:
01396054
Vues:
61
Please see Message # 1130913

>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
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform