Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listing memo field in browse window
Message
 
 
À
09/09/2011 17:57:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01523120
Message ID:
01523126
Vues:
45
Thanks!

>If the memo field only contains one line, you can use
>Browse ... Fields.. xx=padr(vOrder.memo,90,''):90 :H='On_Hold Message'
>
>NB! Keep in mind that what is displayed is not editable.
>
>>I need to be able to show the contents of a MEMO field along with other fieldsin a simple browse window.
>>I don't want to use a grid and form. Just a simple browse window as follows:
>>
>>
>>BROWSE window browse2 FIELDS TRANS_NO :H='Time Stamp' :W =.F., vOrder.MEMO :90 :H='On_Hold Message' ;
>>
>>I guess I could add an additional TEXT field to the table, and copy the contents of the MEMO field into that each time, and then browse, but that does not seem very efficient coding.
>>
>>Thanks in advance.
Cyrus Nima
-------------------
cyrusnima@gmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform