... part about the comments. The tool always only works with the control that you copy & paste into Autocode.
It also provides a clear source code formatting.
I use it and am glad to have this "competitive advantage."
HARBOURINO – mainly for mod harbour – which also doesn't interest anyone, is an ...
Search found 15 matches: formatting
Searched query: formatting
- Mon Dec 30, 2024 8:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: AC4xBrowse
- Replies: 13
- Views: 884
- Tue Dec 24, 2024 4:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New: Read/Edit/Save XLSX files without Excel/ADO
- Replies: 2
- Views: 286
New: Read/Edit/Save XLSX files without Excel/ADO
... nRow, [anCol] )
METHOD SaveAs( cSave )
METHOD Close()/End()
Notes:
1. Reads only values and data types of the cells but does not read other formatting information like font character specs or other formatting like pictures, border styles, etc.
2. Reads only scalar data and embedded images from ...
METHOD SaveAs( cSave )
METHOD Close()/End()
Notes:
1. Reads only values and data types of the cells but does not read other formatting information like font character specs or other formatting like pictures, border styles, etc.
2. Reads only scalar data and embedded images from ...
- Thu Nov 28, 2024 12:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Some Command on Tscintilla
- Replies: 0
- Views: 543
Some Command on Tscintilla
... the text. for this command I found the method oMemo:DlgFindText()
Replace (Ctrl+H) to Display a dialog box to perform string replacements.
Formatting -> Reformat Code (F3) to Automatically format the entire code.
Formatting -> Increase Indent (Ctrl+Right) to Insert an indent by moving the text ...
Replace (Ctrl+H) to Display a dialog box to perform string replacements.
Formatting -> Reformat Code (F3) to Automatically format the entire code.
Formatting -> Increase Indent (Ctrl+Right) to Insert an indent by moving the text ...
- Sun Nov 03, 2024 3:23 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Funciones MySql desde codigo FiveWin (SOLUCIONADO)
- Replies: 1
- Views: 376
Funciones MySql desde codigo FiveWin (SOLUCIONADO)
... Acá dejo imagen del código y el enlace a StackOweflow donde lo encontré
https://stackoverflow.com/questions/6181937/how-to-do-a-proper-case-formatting-of-a-mysql-column
http://www.datanet.space/fw/imagenstore.jpg
Agradecido con la Ayuda que puedan prestarme. No tengo mucho dominio con ...
https://stackoverflow.com/questions/6181937/how-to-do-a-proper-case-formatting-of-a-mysql-column
http://www.datanet.space/fw/imagenstore.jpg
Agradecido con la Ayuda que puedan prestarme. No tengo mucho dominio con ...
- Sat May 04, 2024 7:42 am
- Forum: mod_harbour
- Topic: xbrowse (likely a custom table) whose contents change dynam
- Replies: 0
- Views: 1202
xbrowse (likely a custom table) whose contents change dynam
... Processing: The function hb_jsondecode decodes incoming JSON data, and the response is structured as a JSON object using hb_jsonEncode.
Response Formatting: It sets the content type to application/json and formats the response data as JSON, which is typical for API endpoints.
Logic Based on Input: It ...
Response Formatting: It sets the content type to application/json and formats the response data as JSON, which is typical for API endpoints.
Logic Based on Input: It ...
- Wed Mar 20, 2024 4:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to include hbCurl?
- Replies: 13
- Views: 4432
Re: How to include hbCurl?
... tags to a member in a MailChimp list using the MailChimp API and curl in a command line environment. The issue appears to be with the way you're formatting the JSON data in your curl command. Let's break down the correct format and structure for your curl command to add tags to a member.
Here's the ...
Here's the ...
- Sun Jan 28, 2024 5:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating table with Trichedit
- Replies: 18
- Views: 2998
Re: Creating table with Trichedit
... 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
// 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
- Sat Jan 27, 2024 9:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating table with Trichedit
- Replies: 18
- Views: 2998
Re: Creating table with Trichedit
... 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
// 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
- Sat Jan 27, 2024 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Creating table with Trichedit
- Replies: 18
- Views: 2998
Re: Creating table with Trichedit
... 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
// 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 1 ;
APPEARANCE BOLD_OFF+ITALIC_OFF+CAPS_OFF;
FONTSIZE 12 ;
FONTCOLOR CLR ...
- Thu Nov 30, 2023 10:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Convert a print to Rtf or doc
- Replies: 33
- Views: 5882
Re: Convert a print to Rtf or doc
... a DOCX archive is word/document.xml. This XML file contains the actual text of the document, along with information about its structure and formatting. The content of word/document.xml is written in a special markup language called WordprocessingML, designed for representing Word documents.
In ...
In ...
- Mon Aug 14, 2023 10:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF to Excel Sheet, without Excel, using ADO ?
- Replies: 50
- Views: 5948
Re: DBF to Excel Sheet, without Excel, using ADO ?
... double only.
c) Date fields accept both dates and datetime values.
d) Use field type "TEXT" for memo fields.
To have better control of column formatting we need to create Excel Sheets using Excel OLE.
ADO has these limitations.
We are going to make some necessary changes in xbrowse and other ...
c) Date fields accept both dates and datetime values.
d) Use field type "TEXT" for memo fields.
To have better control of column formatting we need to create Excel Sheets using Excel OLE.
ADO has these limitations.
We are going to make some necessary changes in xbrowse and other ...
- Tue Jul 11, 2023 4:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Create help system with F1
- Replies: 15
- Views: 1817
Re: Create help system with F1
... summarizes the content of the topic.
Topic Content: The actual content of the help topic. This field can be a text field or support rich text formatting, depending on the complexity and formatting requirements of your help content.
Category: An optional field that categorizes the help topics into ...
Topic Content: The actual content of the help topic. This field can be a text field or support rich text formatting, depending on the complexity and formatting requirements of your help content.
Category: An optional field that categorizes the help topics into ...
- Tue May 23, 2023 9:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: RTF Spell Checker
- Replies: 7
- Views: 653
Re: RTF Spell Checker
... and Clipper. FiveWin includes its own implementation of an RTF (Rich Text Format) edit control, which is designed to provide text editing and formatting capabilities within FiveWin applications.
The RTF edit control in FiveWin allows users to input and edit text while supporting various text ...
The RTF edit control in FiveWin allows users to input and edit text while supporting various text ...
- Tue May 09, 2023 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI class using hbCurl
- Replies: 8
- Views: 1259
Re: OpenAI class using hbCurl
... this case will be aJSon structure with ICD10 codes and descriptions. I parse the result and move to an xbrowse where coders work with it. After formatting the response it looks like this:
ICD10 codes:
Tiny fibroid: D25.0
Endometrial polyp: N84.0
Retroflexed uterus: N89.3
Endometrial thickening ...
ICD10 codes:
Tiny fibroid: D25.0
Endometrial polyp: N84.0
Retroflexed uterus: N89.3
Endometrial thickening ...
- Mon Nov 21, 2022 10:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Display thumbnails of pdfs
- Replies: 34
- Views: 7104
Re: Display thumbnails of pdfs
Mr. Rao,
Data = memofield that contains some basic formatting codes for html screen : (not more than 10)
<p><strong><u>Zeefdruk : </u></strong></p> <p>Een aantrekkelijk geprijsde druktechniek ideaal voor het bedrukken van grote aantallen T-shirts, polo’s en sweaters.</p> <p>Deze druktechniek gebeurt ...
Data = memofield that contains some basic formatting codes for html screen : (not more than 10)
<p><strong><u>Zeefdruk : </u></strong></p> <p>Een aantrekkelijk geprijsde druktechniek ideaal voor het bedrukken van grote aantallen T-shirts, polo’s en sweaters.</p> <p>Deze druktechniek gebeurt ...