... the footer area to reflect changes, like updated totals.
content_copy
download
Use code with caution.
Harbour
117. ClpRow( lFullRow, aCols, lFormatted )
Description: Copies the data of a row to the clipboard, formatting it as text.
Parameters:
lFullRow: LOGICAL - .T. to copy all columns of ...
Search found 152 matches: formatted
Searched query: formatted
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7656
- Wed Mar 20, 2024 4:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to include hbCurl?
- Replies: 13
- Views: 5087
Re: How to include hbCurl?
... the tag name you want to add. Note that we need to escape double quotes inside the JSON data by using `""`.
Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the JSON format.
If ...
Make sure that `aTags` is properly formatted. If `aTags` is a variable containing the tag name, ensure that it doesn't have spaces or special characters that might break the JSON format.
If ...
- Mon Feb 26, 2024 4:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MAPI Outlook HTML TEXT
- Replies: 10
- Views: 1758
MAPI Outlook HTML TEXT
... this instruction from my fivewin program I obtain a perfect message If I use Thunderbird or David Infocenter
If I use Outlook no
I don't see the formatted text in the body but I see it as if it were normal text
DEFINE MAIL oMail ;
SUBJECT cSubject ;
TEXT cBodyHtml ;
FROM USER
any suggestions ...
If I use Outlook no
I don't see the formatted text in the body but I see it as if it were normal text
DEFINE MAIL oMail ;
SUBJECT cSubject ;
TEXT cBodyHtml ;
FROM USER
any suggestions ...
- Thu Nov 30, 2023 7:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Convert a print to Rtf or doc
- Replies: 32
- Views: 8869
Re: Convert a print to Rtf or doc
... adjusted according to actual requirements.
HTML Templates: External HTML templates are used for the report. These should be present and correctly formatted.
Printing Functionality: The printing functionality depends on the correct configuration and installation of the ActiveX object.
https ...
HTML Templates: External HTML templates are used for the report. These should be present and correctly formatted.
Printing Functionality: The printing functionality depends on the correct configuration and installation of the ActiveX object.
https ...
- Thu Nov 02, 2023 9:53 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octubre 2023 (FWH 23.10)
- Replies: 1
- Views: 7125
New FTDN October/Octubre 2023 (FWH 23.10)
... a TPages control that holds
TScrollPanel objects. Very interesting, don't miss it!
* Enhancement: FW_MemoEdit( cJsonFile/text ) now displays in formatted
json text.
* Enhancement: functions EnumWindows() and EnumChildWindows() support recursive calls.
* New: Class TTVItem METHOD Select(), it is ...
TScrollPanel objects. Very interesting, don't miss it!
* Enhancement: FW_MemoEdit( cJsonFile/text ) now displays in formatted
json text.
* Enhancement: functions EnumWindows() and EnumChildWindows() support recursive calls.
* New: Class TTVItem METHOD Select(), it is ...
- Sat Aug 05, 2023 3:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lost connection to MySQL server during query
- Replies: 40
- Views: 19214
Re: Lost connection to MySQL server during query
... and fully scans the disk.
I had problems with a couple of clients that kept disconnecting and checking it with the antivirus I found several Trojans that were lodged when
they formatted the computer they use the driverspack that they download from the internet that arrive infected
I hope it is useful
I had problems with a couple of clients that kept disconnecting and checking it with the antivirus I found several Trojans that were lodged when
they formatted the computer they use the driverspack that they download from the internet that arrive infected
I hope it is useful
- Mon Jun 12, 2023 1:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Xbrowse : Tooltips timers
- Replies: 3
- Views: 513
Re: Xbrowse : Tooltips timers
This is for afther FW 21.06.. ?
Will upgrade for some of the new stuff )))
I'm using a function because I need the value of the cell to be formatted in some kind.
cell = Black,White,Green,Blue,Orange
Tooltip needs to show
1. Black
2. White
3. Green
4. Blue
...
Time will be there afther upgrade.
Will upgrade for some of the new stuff )))
I'm using a function because I need the value of the cell to be formatted in some kind.
cell = Black,White,Green,Blue,Orange
Tooltip needs to show
1. Black
2. White
3. Green
4. Blue
...
Time will be there afther upgrade.
- Sat Jun 10, 2023 1:06 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Seeking your thoughts
- Replies: 10
- Views: 1877
Re: Seeking your thoughts
... is why I'm not posting code ... because it is working on over 50 workstations ... just not this one.
The document has both plain text, and RTF formatted text. It has boxes and grey fill. It supports color. Everything else is working except the watermark. ( .png ), and only on that one computer ...
The document has both plain text, and RTF formatted text. It has boxes and grey fill. It supports color. Everything else is working except the watermark. ( .png ), and only on that one computer ...
- Tue May 23, 2023 9:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RTF Spell Checker
- Replies: 7
- Views: 1163
Re: RTF Spell Checker
... provide spell checking capabilities to assist users in identifying and correcting spelling errors.
Printing: The control may support printing the formatted text document.
It's important to note that the exact features and capabilities of the RTF edit control in FiveWin may depend on the specific ...
Printing: The control may support printing the formatted text document.
It's important to note that the exact features and capabilities of the RTF edit control in FiveWin may depend on the specific ...
- Mon Apr 03, 2023 2:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse footer picture
- Replies: 11
- Views: 1678
Re: xBrowse footer picture
... function nStrToNum( cNumericVal, [lEuropean] ) --> nVal
Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E".
Converts any number formatted as string using either European
notation or American notation, retaining the full precision of
the decimal part. In almost all cases the ...
Optional Parameter lEuropean defaults to FWNumFormat()[ 1 ] == "E".
Converts any number formatted as string using either European
notation or American notation, retaining the full precision of
the decimal part. In almost all cases the ...
- Wed Feb 15, 2023 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Decode JSON - revisited
- Replies: 3
- Views: 689
Re: Decode JSON - revisited
... be studying the principles more closely.
Antonino, I appreciate those alternative formats and agree with you completely. Also, I do have the formatted response as you suggested and should have used that in my post.
One of the time consuming tasks in decoding JSON responses is the need to ...
Antonino, I appreciate those alternative formats and agree with you completely. Also, I do have the formatted response as you suggested and should have used that in my post.
One of the time consuming tasks in decoding JSON responses is the need to ...
- Sat Sep 17, 2022 5:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: convert from a txt text file to a dbf with errors - RESOLVED
- Replies: 10
- Views: 1096
Re: convert from a txt text file to a dbf with errors - RESOLVED
... 23-10-2021.
This function works irrespective of the date format set.
In some cases like "10/04/21", the function can not decide whether it is formatted as dd/mm/yy or mm/dd/yy or yy/mm/dd, etc. In such cases, set date format is used.
Still there may be some cases, where this function may fail
I ...
This function works irrespective of the date format set.
In some cases like "10/04/21", the function can not decide whether it is formatted as dd/mm/yy or mm/dd/yy or yy/mm/dd, etc. In such cases, set date format is used.
Still there may be some cases, where this function may fail
I ...
- Wed Sep 07, 2022 9:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: what is use for CRLF in HTLM ?
- Replies: 3
- Views: 427
what is use for CRLF in HTLM ?
... do have use
cMemo := STRTRAN( cMemo, CHR( 10 ), CRLF )
when "strip" more HTML CODE i might have use wrong sign so CODE is not "formatted" and all can be in "one line"
PROCEDURE StripCodeTag( cCode ) // change HTML in CODE cCode := STRTRAN( cCode, "<br /><br />", CRLF ...
cMemo := STRTRAN( cMemo, CHR( 10 ), CRLF )
when "strip" more HTML CODE i might have use wrong sign so CODE is not "formatted" and all can be in "one line"
PROCEDURE StripCodeTag( cCode ) // change HTML in CODE cCode := STRTRAN( cCode, "<br /><br />", CRLF ...
- Tue Apr 12, 2022 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing RTF 22.03
- Replies: 6
- Views: 1174
Re: Printing RTF 22.03
... of the characters, with bold, underlining, etc, the commands will not give an accurate count of the lines needed. We have to draw that from the formatted output. Also, because of the way this is handled, in a block size, we can't split it. A person might have 20 lines of "disclaimer" ( often called ...
- Fri Dec 10, 2021 6:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Print RTF using tPRINTER class ?????
- Replies: 6
- Views: 1016
Print RTF using tPRINTER class ?????
... saved text is RTF, it prints the text and formatting codes just as you see it in the first codebox above.
What I need is a way to print RichTextFormatted text in it's encoded form. Normally I would expect the tPrinter class to have an oPrn:SayRTF( ) capability but that does not exist.
Right now I ...
What I need is a way to print RichTextFormatted text in it's encoded form. Normally I would expect the tPrinter class to have an oPrn:SayRTF( ) capability but that does not exist.
Right now I ...