Peter,
I do the following:
1: Set the controlsource of the grid column =Padr(mlines(<Memofield>,1),200)
and this displays the padded out 200 characters as a textfield.

2: Set up a standard form with just a memofield in it called say memoform.
Set the doubleclick() on the column to call the memoform with the memofield
value i.e do form Memofield with This.Value. Make the form modal if you want
the user to close it before continuing.

3: You can also set the grid to display the memoform form all the time if
you want and have it change via the rowcolchange. In the rowcolchange()
event and this way you get a perpetual "memo window"

Note that you need the Padr() in (1) above as if the first memo field in
your grid is length 1 character for example then ALL the following column
entries will be displayed as this length. Kent doesn't do this and it is an
easy error to fall into - the display looks as if it is losing characters!!!

Dave C

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf
Of Peter Hart
Sent: 31 March 2010 13:24
To: ProFox Email List
Subject: Memo's in grids

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