I ran across this problem many times and finally came up with the 
following solution:

a) somewhere in your form outside of the grid put an edit box. Make it 
readonly and play with the disabledforecolor property so the contents of 
the memo field are clearly seen

b) put the following code in the afterrowcolchange method of your grid

thisform.edit1.Value   = cursorname.memofieldname

(cursorname is the cursor or table you use in your grid and 
memofieldname is the name of the memo)

You do not need the extra column to show the memo in your grid, since it 
is only going to show the word memo, confusing, annoying and useless.

Rafael Copquin




El 31/03/2010 9:24, Peter Hart escribió:
> Hi folks.
>
>
>
> I have a grid which is bound to a table with memo fields for the
> description and buckle columns.
>
> Running the form displays the word memo in the column.  The client does
> not like this.
>
> Any ideas on how I could get round the problem.
>
>
>
> T.I.A.
>
>
>
> Peter
>
> Peter Hart Computers
>
>
>
>
>
> --- StripMime Report -- processed MIME parts ---
> multipart/alternative
>    text/plain (text body -- kept)
>    text/html
> ---
>
[excessive quoting removed by server]

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to