Search found 6 matches

by MMK
Thu Jun 06, 2024 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: A copy of the clipboard on the DC window.
Replies: 8
Views: 987

Re: A copy of the clipboard on the DC window.

nageswaragunupudi wrote:
Natter wrote:Did I understand correctly that FW_ReadImage (without parameters) accesses the clipboard ?
Yes, but if you are using the recent versions. ( FWH2310 and later)
What is the version you are using?
And if version 2306?

Thank you!
by MMK
Mon Jan 29, 2024 4:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 2943

Re: Creating table with Trichedit

Let's begin with the last question
1. Mistakes
You have an old version of richtext

2. single rtf and six files
The END TABLE oRTF team closes the table, but does not close the file.
Therefore you just continue to fill out the file
If it is necessary - oRtf:NewPage(), and -
NEW PARAGRAPH ...
by MMK
Mon Jan 29, 2024 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 2943

Re: Creating table with Trichedit

Where to lay out or send this file?
by MMK
Mon Jan 29, 2024 11:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 2943

Re: Creating table with Trichedit

//You made everything well. Small inaccuracies. There is a working example
#INCLUDE "FiveWin.ch"
#include "richtext.ch"
******************
Function RftDemo()
**********************
Local anchos,j,lFormato:=.F.
//Local Mas_n:={}
local aTable:={}
local nRow,ncol

Local oRtf,aMarca, cOutFile :="Plata ...
by MMK
Sat Jan 27, 2024 9:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 2943

Re: Creating table with Trichedit

Twenty seven years ago Thomas R. Marchione wrote a class for creation rtf of files
// Copyright: (C) 01/28/97 1997, Thomas R. Marchione
oRTF := SetRT( cOutFile )

// Use this to write an entire paragraph, with optional formatting.
NEW PARAGRAPH oRTF TEXT 'OOO «Text in aligned left»';
FONTNUMBER ...
by MMK
Thu May 11, 2023 9:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Copy several files to the clipboard
Replies: 9
Views: 668

Re: Copy several files to the clipboard

And how to activate the changes in clpbrd.c? Do I need to rebuild the library (which one) or is there another way?