Search found 76 matches: memofields

Return to advanced search

Re: Data management system

Tim, forget about the old Clipper programs.
We have xBrowse and we can store RTF into memofields.

Best regards,
Otto
by Otto
Tue Mar 02, 2021 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data management system
Replies: 18
Views: 2182

Re: An advice needed to save same variables and its value to mem

Saving and restoring arrays to and from MemoFields of DBF Using DBFCDX, we can save an array in a memo field like this: FIELD->MEMOFIELD := aVars  Later, we can read the data into array like this aVars := FIELD->MEMOFIELD  You ...
by nageswaragunupudi
Wed Dec 30, 2020 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: An advice needed to save same variables and its value to mem
Replies: 7
Views: 848

New FTDN July/Julio 2020 (FWH 20.07)

... HaruPdf: When TPrinter():lUseHaruPDF is set to .t., preview of easyreport also saves pdf using harupdf. * Fix: TArrayData class (tarrdata.prg) - Memofields are not working. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&p=234116#p234116 - Constructor fromQry() not working unless ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1210

New FTDN November 2018 (FWH 18.11)

... from the current server. Optional nBatchSize (default 1000) may be reduced to a much smaller size in case of tables with blobs and large memofields. - UpdateTableToServer( cTable, oDestServer, cTimeStampFld ) Updates cTable on the destination server with the latest changes made to cTable ...
by Antonio Linares
Sat Dec 01, 2018 10:46 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2018 (FWH 18.11)
Replies: 1
Views: 2154

Re: Richedit how to highlight a defined word in memofields ?

Hey Uwe,

Could you make a pre release where the words are colored ? I use the program for all my search lookups and it would make it better to use.

If you prefer, you can also mail marc(at)maveco.be Thanks.
by Marc Venken
Tue Mar 27, 2018 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Uwe,

Since you see now the position and the count of the colored word into the text, maybe a button above the textfield with the name : "NEXT"

Every time we click on it, the cursor could move to the next colored text insite the textbox. Just a idea, but sure not a need !!
by Marc Venken
Mon Mar 26, 2018 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Cristóbal,

that WORKS :D :D
a little change with big result.

thank You very much.

I'm just working on the forum-statistik using You forum-class
It will be a extra folderpage inside the SETUP-section ( a nice idea to complete it :wink: )
NO need to start something extra.

regards
Uwe :D
by ukoenig
Mon Mar 26, 2018 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Uwe, easy, look FUNCTION THIGHLIGHT( nLine, oCode )LOCAL cLine := ""LOCAL nAt1  := 0LOCAL nAt2  := 0LOCAL nPos1 := 0LOCAL nPos2 := 0LOCAL x//   oCode:GoTo( nLine - 1 )//   cLine       := Upper( oCode:GetLine( nLine ) )FOR x = 1 to Len( oCode:a...
by cnavarro
Mon Mar 26, 2018 10:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Cristóbal , using 2 different keywords and colours is working fine. I noticed a little problem to display more than one keyword in the same line Your included functions and new testdata. http://www.pflegeplus.com/DOWNLOADS/Richedit4.zip http://www.pflegeplus.com/IMAGES/Richedit5.jpg ...
by ukoenig
Mon Mar 26, 2018 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Could we create a PRG to import all forums posts to a DBF ? :-) How to know how many posts a forum has ? How to know in a specific topic, what the next post ? Could we have a function ForumGetPost( ... ) that returns an array or an object with ? 1. Title (topic) 2. Date 3. Author 4. Next post in to...
by Marc Venken
Sat Mar 24, 2018 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Cristóbal, thank You very much. That is exactly the solution I've been looking for :shock: A clean textpreview without any flickering. Now I can finish the forum-sample-import. regards Uwe :D Ok, Uwe, I am glad that it works correctly and to be able to help you You can use the DATA nClrKey1 as an a...
by cnavarro
Sat Mar 24, 2018 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Could we create a PRG to import all forums posts to a DBF ? :-) How to know how many posts a forum has ? How to know in a specific topic, what the next post ? Could we have a function ForumGetPost( ... ) that returns an array or an object with ? 1. Title (topic) 2. Date 3. Author 4. Next post in top...
by Antonio Linares
Sat Mar 24, 2018 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Cristóbal,

thank You very much.
That is exactly the solution I've been looking for :shock:
A clean textpreview without any flickering.

Now I can finish the forum-sample-import.

Image

regards
Uwe :D
by ukoenig
Sat Mar 24, 2018 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Also, look this ( Remove clause highlight ( not need for this topic ) )       :bChange := { || cTopic     := Alltrim((cFileName)->TOPIC), ;                       oTopic:SetText( cTopic ), ;                       oTopic:aKeyWords1  := ;                       oTCode:aKe...
by cnavarro
Fri Mar 23, 2018 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242

Re: Richedit how to highlight a defined word in memofields ?

Uwe, sorry for the time in answering Made with your logic 1.- Your :bChange codeblock is Ok 2.- Remove clause highlight ( not need for this topic ) 3.- Please apply this functions and tell me //----------------------------------------------------------------------------//Function SHOW_KEYW( oCod...
by cnavarro
Fri Mar 23, 2018 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8242
Next

Return to advanced search