Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field in a grid doesn't shows its content
Message
From
06/11/2012 13:48:42
 
 
To
06/11/2012 13:48:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01556508
Message ID:
01556517
Views:
40
>>You can use Afield() to find out which fields are memo fields
>
>Fantastic, it worked just fine !
>
>        Procedure grdBrowseTable_DblClick
>*                 -------------- --------
>                  Local nColumn, cFieldName, cFieldType
>
>                  nColumn = Thisform.grdBrowseTable.ActiveColumn
>
>                  aFields (TabFields, cTableAlias)
>
>                  cFieldName = TabFields [nColumn, 1]
>                  cFieldType = TabFields [nColumn, 2]
>                  
>                  If cFieldType = "M"
>                     ModiFy Memo &cFieldName
>                  endif
>
>                  Release TabFields
>        EndProc
>
>Thanks so much Toren !

You're welcome!
Previous
Reply
Map
View

Click here to load this message in the networking platform