Page 1 of 1
how to show MEMO in GRID when use COLUMNFIELDS
Posted: Sun May 22, 2022 11:25 am
by AUGE_OHR
hi,
when have URL they might LEN > 255 so i need a MEMO instead of Type "C"
but in GRID i see only <MEMO> ...
how to show Context of MEMO in GRID (or BROWSE)

Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Mon May 23, 2022 5:16 am
by mol
C type fields can be longer than 255 in Harbour
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Tue May 24, 2022 7:53 am
by Algernon
Something like this
The two fields call [OBSERVACIONES] and [RESPUESTA] are memo fields of the Data Base in the grid above them
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Wed May 25, 2022 8:05 pm
by AUGE_OHR
hi Mol,
mol wrote: ↑Mon May 23, 2022 5:16 am
C type fields can be longer than 255 in Harbour
how much can Type "C" have under harbour
as i do used Source-Code also for Xbase++ i´m not sure if "other" can handle Type "C" > 255
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Wed May 25, 2022 8:06 pm
by AUGE_OHR
hi,
Algernon wrote: ↑Tue May 24, 2022 7:53 am
Something like this
The two fields call [OBSERVACIONES] and [RESPUESTA] are memo fields of the Data Base in the grid above them
Nice ,
Found out that DBU also show "<Memo>" so it seems "by Design"
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Thu May 26, 2022 7:46 am
by serge_girard
I used to show a substring of Memo fields in grid. Then on doubleclick retrieve complete memo.
S
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Thu May 26, 2022 8:16 am
by AUGE_OHR
hi,
serge_girard wrote: ↑Thu May 26, 2022 7:46 am
I used to show a substring of Memo fields in grid. Then on doubleclick retrieve complete memo.
Ah YES
that is what i have "think" of, Thx
Re: how to show MEMO in GRID when use COLUMNFIELDS
Posted: Thu May 26, 2022 1:40 pm
by Algernon
AUGE_OHR wrote: ↑Wed May 25, 2022 8:06 pm
hi,
Algernon wrote: ↑Tue May 24, 2022 7:53 am
Something like this
The two fields call [OBSERVACIONES] and [RESPUESTA] are memo fields of the Data Base in the grid above them
Nice ,
Found out that DBU also show "<Memo>" so it seems "by Design"
Yes,
Design, I use two memo field in this Data Base and then I use ON CHANGE clause of the GRID to show the content of the memo field