... inserted.
Automated Flowcharts with AI
Instead of drawing flowcharts manually, the system can automatically generate them from process descriptions.
Ideal for documenting workflows, algorithms, or decision processes.
Server-Side Storage with PHP
Created documents and diagrams are stored ...
Search found 51 matches: descriptions
Searched query: descriptions
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 390
- Fri Jan 17, 2025 10:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... Checks if the bitmap has an alpha channel. |
| `nAlphaLevel()` | Sets or retrieves the alpha level of the bitmap. |
---
### **Detailed Method Descriptions**
#### **1. `New()`**
- **Purpose**: Constructor for creating a new `TBitmap` object.
- **Parameters**:
- `nTop`, `nLeft`, `nWidth`, `nHeight ...
| `nAlphaLevel()` | Sets or retrieves the alpha level of the bitmap. |
---
### **Detailed Method Descriptions**
#### **1. `New()`**
- **Purpose**: Constructor for creating a new `TBitmap` object.
- **Parameters**:
- `nTop`, `nLeft`, `nWidth`, `nHeight ...
- Fri Jan 17, 2025 10:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... Parameters:**
- `nOption`: The index of the bar to be displayed.
- **Returns:** The index of the previously active bar.
#### Detailed Method Descriptions
- **`New` Method:**
- The `New` method initializes the `TBarTabs` object. It sets up the panel, creates the tab control, and initializes the ...
- `nOption`: The index of the bar to be displayed.
- **Returns:** The index of the previously active bar.
#### Detailed Method Descriptions
- **`New` Method:**
- The `New` method initializes the `TBarTabs` object. It sets up the panel, creates the tab control, and initializes the ...
- Fri Nov 15, 2024 9:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10483
Re: cloud or not cloud
... provides functions to interact with DBF (dBASE) files using PHP.
* It includes functions for opening DBF files, reading headers and field descriptions,
* properly padding values, and adding records to DBF files.
*
* Functions:
* - php4dbf_logline: Logs messages to a log file.
* - php4dbf ...
* It includes functions for opening DBF files, reading headers and field descriptions,
* properly padding values, and adding records to DBF files.
*
* Functions:
* - php4dbf_logline: Logs messages to a log file.
* - php4dbf ...
- Mon Jul 29, 2024 6:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Switching from memo fields to files -
- Replies: 8
- Views: 1935
Re: Switching from memo fields to files -
... or loss of data. I also found they are much faster than the other methodology.
I use memo fields for storing text, which includes detailed descriptions. I never use them for storing data that I might want to search.
As an example, for service related invoices, I use many files:
A master ...
I use memo fields for storing text, which includes detailed descriptions. I never use them for storing data that I might want to search.
As an example, for service related invoices, I use many files:
A master ...
- Thu Nov 30, 2023 7:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Convert a print to Rtf or doc
- Replies: 32
- Views: 7684
Re: Convert a print to Rtf or doc
... the dialog, the Report function is invoked.
This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices.
5. Printing the Report
The PrintHtml function allows for printing the generated report.
This function utilizes an ...
This function reads HTML templates and constructs a structured report that includes images, product descriptions, quantities, and prices.
5. Printing the Report
The PrintHtml function allows for printing the generated report.
This function utilizes an ...
- Tue May 09, 2023 7:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: OpenAI class using hbCurl
- Replies: 8
- Views: 1627
Re: OpenAI class using hbCurl
... Send()
IF !Empty( oAI:Response )
MsgInfo( oAI:Response )
ENDIF
Response in 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 ...
IF !Empty( oAI:Response )
MsgInfo( oAI:Response )
ENDIF
Response in 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 ...
- Wed Aug 31, 2022 2:51 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Transaction security with DBF
- Replies: 9
- Views: 1164
Re: Transaction security with DBF
Dear Otto,
The idea is quite simple:
you use a history.dbf where you save all the operations descriptions that you are going to do, before doing them and after doing them, to confirm that they were performed successfully.
If any of those operations fails, then you "undo" what you have done. That ...
The idea is quite simple:
you use a history.dbf where you save all the operations descriptions that you are going to do, before doing them and after doing them, to confirm that they were performed successfully.
If any of those operations fails, then you "undo" what you have done. That ...
- Tue Mar 29, 2022 2:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: font SIZE 0,-10
- Replies: 1
- Views: 245
Re: font SIZE 0,-10
Dear Kajot,
Please review the first two parameters descriptions of this function call:
https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-createfonta
< 0
The font mapper transforms this value into device units and matches its absolute value against the character ...
Please review the first two parameters descriptions of this function call:
https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-createfonta
< 0
The font mapper transforms this value into device units and matches its absolute value against the character ...
- Sun Dec 19, 2021 11:10 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with tdatabase
- Replies: 14
- Views: 2826
Re: Problem with tdatabase
... changes too.
I see some inconsistencies with the current database example. It seems that you are combining the first and second categories descriptions into the same field. This creates problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the ...
I see some inconsistencies with the current database example. It seems that you are combining the first and second categories descriptions into the same field. This creates problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the ...
- Sun Dec 19, 2021 9:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with tdatabase
- Replies: 14
- Views: 2826
Re: Problem with tdatabase
... changes too.
I see some inconsistencies with the current database example. It seems that you are combining the first and second categories descriptions into the same field. This creates problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the ...
I see some inconsistencies with the current database example. It seems that you are combining the first and second categories descriptions into the same field. This creates problems such as you cannot find all the records with SAMSUNG. For example, one record contains SAMSUNG in the ...
- Thu May 27, 2021 12:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Put Hash data into a dbf
- Replies: 8
- Views: 1393
Re: Put Hash data into a dbf
... addonInstagramEnabled":"0","addonInstagram":"0","addonOcsEnabled":"0","dateAdded":"0000-00-00 00:00:00","lastModified":"2020-09-11 16:41:37","descriptions":{"description":"Uniseks <br> French Terry <br> Lange mouwen <br> Hooded <br> Regular fit <br> Voorgekrompen ringgesponnen katoen <br> Zijnaden ...
- Wed May 26, 2021 3:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Put Hash data into a dbf
- Replies: 8
- Views: 1393
Re: Put Hash data into a dbf
... addonInstagramEnabled":"0","addonInstagram":"0","addonOcsEnabled":"0","dateAdded":"0000-00-00 00:00:00","lastModified":"2020-09-11 16:41:37","descriptions":{"description":"Uniseks <br> French Terry <br> Lange mouwen <br> Hooded <br> Regular fit <br> Voorgekrompen ringgesponnen katoen <br> Zijnaden ...
- Mon Mar 15, 2021 7:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Can FW also read a intire online webshop ?
- Replies: 14
- Views: 2352
Re: Can FW also read a intire online webshop ?
... or "composit" or "kevlar", .... should go in 1 array/browse in order to link one of them to the start description.
In this function I will also put a array of words that are not seeked for like (S3, and, in, ..) words that are to commen in many descriptions will be skipped.
Any Idea how to start ?
In this function I will also put a array of words that are not seeked for like (S3, and, in, ..) words that are to commen in many descriptions will be skipped.
Any Idea how to start ?
- Tue Mar 02, 2021 11:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Documentation for variables - what form should it be?
- Replies: 9
- Views: 1243
Re: Documentation for variables - what form should it be?
Sounds good, Tim.
But I'd want the notes, including a block for descriptions of each element, to be in a format that a program could easily extract.
In other words, the purpose of the documentation isn't just readibility for human beings, but also a reference for automated processes that might ...
But I'd want the notes, including a block for descriptions of each element, to be in a format that a program could easily extract.
In other words, the purpose of the documentation isn't just readibility for human beings, but also a reference for automated processes that might ...