Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo in Grid
Message
 
 
À
11/09/2002 14:56:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00699467
Message ID:
00699492
Vues:
22
This message has been marked as the solution to the initial question of the thread.
>Hi Again,
>
>If you have a memo field and you place it in the grid. Is there a way to represent a Memo with image like (book)? The word "Memo" is misleading when the header caption displayed Item Description. Thanks

You can create two images (one is opened book, another closed - for empty memo). Place both controls into column with Memo and put
this.ColumnMemo.DynamicCurrentControl=[iif(empty(MyTable.MyMemo),"ImageClosed","ImageOpen")]
in the Grid.Init (or you can put it directly in properties for this Column)

Don't forget to code click event for these images...
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform