... Clipper to web technologies. Here is a brief insight into the user interface.
TreeView for Navigation
Documents are organized hierarchically, similar to an explorer view.
New nodes (e.g., chapters or subchapters) can be easily added.
TinyMCE as an Editor
Content can be edited in rich-text format ...
Search found 2508 matches: similar
Searched query: similar
- Tue Feb 04, 2025 8:38 am
- Forum: mod_harbour
- Topic: tool for documentation
- Replies: 0
- Views: 390
- Thu Jan 30, 2025 5:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using DeepSeek locally using Ollama
- Replies: 11
- Views: 1827
Re: Using DeepSeek locally using Ollama
... this is just reversing a sale.
3. **Book "Computing for Dummies"**: 2 units, €2.48 each, so total €4.96, with 10% VAT. This is another sale, similar to the laptop but at a different VAT rate.
So, Debit: 1400
Credit: 8400 and 2500 (since it's 10% VAT).
Wait, no, because when you sell goods ...
3. **Book "Computing for Dummies"**: 2 units, €2.48 each, so total €4.96, with 10% VAT. This is another sale, similar to the laptop but at a different VAT rate.
So, Debit: 1400
Credit: 8400 and 2500 (since it's 10% VAT).
Wait, no, because when you sell goods ...
- Sat Jan 25, 2025 3:27 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: WEBVIEW2 una observación
- Replies: 6
- Views: 1105
Re: WEBVIEW2 una observación
... sale del sistema o proboca que el dialogo siguiente que es la pantalla del Login aparesca como que no existe, pero cuando no se llama pasa normal, para solucionar he tenido que crear una aplicacion aparte y llamarlo con waitrun() si es posible publica un ejemplo si tienes un trabajo similar. Gracias
- Sat Jan 25, 2025 3:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34105
Re: Antonio... FiveTouch posts are gone?
... My system is already working very well, but I wanted to share my approach and at the same time ask if anyone else is working on something similar. I’d love to exchange ideas and learn from your experiences!
My Solution Overview
One-time Creation of the Index File
I scan the directory and ...
My Solution Overview
One-time Creation of the Index File
I scan the directory and ...
- Fri Jan 24, 2025 11:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... from different categories work together to handle a single user action. Many other workflows, like navigation, editing, and filtering, involve similar interactions between different sets of methods.
This detailed breakdown should provide a better understanding of how the numerous methods within ...
This detailed breakdown should provide a better understanding of how the numerous methods within ...
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... or deselects the current row in multi-select mode (internal method, likely used by Select).
Parameters:
nOperation: NUMERIC - Operation code (similar to Select, but specifically for the current row).
Return Value: None
Usage Example: (Internal use only)
159. Adjust()
Description: Adjusts the ...
Parameters:
nOperation: NUMERIC - Operation code (similar to Select, but specifically for the current row).
Return Value: None
Usage Example: (Internal use only)
159. Adjust()
Description: Adjusts the ...
- Thu Jan 23, 2025 2:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowse, dbf and codeblock
- Replies: 10
- Views: 19881
Re: xbrowse, dbf and codeblock
... codeblock bSkip uses the function:
nSkipped := DbSkipper( nRecs ) // xHarbour
nSkipped := __DbSkipper( nRecs ) // Harbour
The functionality is similar to this function
function MyDbfSkipper( nRecs )
local nKeyFrom := OrdKeyNo()
DBSKIP( nRecs )
if Eof()
DbGoBottom()
elseif Bof(
DbGoTop ...
nSkipped := DbSkipper( nRecs ) // xHarbour
nSkipped := __DbSkipper( nRecs ) // Harbour
The functionality is similar to this function
function MyDbfSkipper( nRecs )
local nKeyFrom := OrdKeyNo()
DBSKIP( nRecs )
if Eof()
DbGoBottom()
elseif Bof(
DbGoTop ...
- Mon Jan 20, 2025 12:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: talk to your database using natural language
- Replies: 6
- Views: 1304
- Fri Jan 17, 2025 11:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... bOwnerDraw`: Code block for owner-drawn events.
2. **`ReDefine()`**:
- **Description**: Redefines an existing combo box.
- **Parameters**: Similar to `New()`.
3. **`Add()`**:
- **Description**: Adds an item to the combo box.
- **Parameters**:
- `cItem`: Item to add.
- `nAt`: Position to ...
2. **`ReDefine()`**:
- **Description**: Redefines an existing combo box.
- **Parameters**: Similar to `New()`.
3. **`Add()`**:
- **Description**: Adds an item to the combo box.
- **Parameters**:
- `cItem`: Item to add.
- `nAt`: Position to ...
- Fri Jan 17, 2025 11:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... cPrompt, lCancel, cBitmap, cPosText, cToolTip, lGDIP )`**
- **Description:** Redefines an existing button with new properties.
- **Parameters:** Similar to `New()`, but for redefining an existing button.
3. **`Initiate( hDlg )`**
- **Description:** Initializes the button within a dialog ...
- **Description:** Redefines an existing button with new properties.
- **Parameters:** Similar to `New()`, but for redefining an existing button.
3. **`Initiate( hDlg )`**
- **Description:** Initializes the button within a dialog ...
- Fri Jan 17, 2025 10:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... bValid, cPrompt, lBorder, nClrText, nClrPane, lCancel, lDefault )`**
- **Description:** Redefines an existing button control.
- **Parameters:** Similar to the `New` method, but with an additional `nId` parameter to specify the control ID.
- **Returns:** The redefined `TBtnFlat` instance.
3 ...
- **Description:** Redefines an existing button control.
- **Parameters:** Similar to the `New` method, but with an additional `nId` parameter to specify the control ID.
- **Returns:** The redefined `TBtnFlat` instance.
3 ...
- Fri Jan 17, 2025 10:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... name for the button bar.
2. **`NewAt()`**:
- **Description**: Constructor for creating a `TBar` at a specific position.
- **Parameters**: Similar to `New()`, but with additional position parameters (`nRow`, `nCol`, `nWidth`, `nHeight`).
3. **`Add()`**:
- **Description**: Adds a button to ...
2. **`NewAt()`**:
- **Description**: Constructor for creating a `TBar` at a specific position.
- **Parameters**: Similar to `New()`, but with additional position parameters (`nRow`, `nCol`, `nWidth`, `nHeight`).
3. **`Add()`**:
- **Description**: Adds a button to ...
- Fri Jan 17, 2025 10:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Using new Class TDeepSeek for documenting
... the initialized object).
2. **`ReDefine()`**
- **Description**: Re-defines an existing `TAutoGet` object with new properties.
- **Parameters**: Similar to `New()`.
- **Returns**: Self (the redefined object).
3. **`CloseList()`**
- **Description**: Closes the drop-down list.
- **Returns**: None ...
2. **`ReDefine()`**
- **Description**: Re-defines an existing `TAutoGet` object with new properties.
- **Parameters**: Similar to `New()`.
- **Returns**: Self (the redefined object).
3. **`CloseList()`**
- **Description**: Closes the drop-down list.
- **Returns**: None ...
- Thu Jan 16, 2025 7:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bootstrap for FiveWin
- Replies: 6
- Views: 1017
Bootstrap for FiveWin
... automatically adjust to the size of the window when it is resized.
Easy positioning: Controls can be positioned based on rows and columns, similar to HTML/CSS with Bootstrap.
Flexibility: Controls can span across multiple columns (ColSpan) to create complex layouts.
#include "FiveWin.ch ...
Easy positioning: Controls can be positioned based on rows and columns, similar to HTML/CSS with Bootstrap.
Flexibility: Controls can span across multiple columns (ColSpan) to create complex layouts.
#include "FiveWin.ch ...
- Mon Jan 13, 2025 11:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Multihilo - Multithread
- Replies: 13
- Views: 2986
Re: Multihilo - Multithread
... como estas?
Pues en ese caso yo usaria un servicio... es lo que se me ocurre de momento, creo que se adapta mejor a lo que quieres hacer. En estos días que me quede un tiempito voy a empezar a trabajar en montar un servicio similar a lo que necesitas hacer, apenas tenga algo de código lo publico.
Pues en ese caso yo usaria un servicio... es lo que se me ocurre de momento, creo que se adapta mejor a lo que quieres hacer. En estos días que me quede un tiempito voy a empezar a trabajar en montar un servicio similar a lo que necesitas hacer, apenas tenga algo de código lo publico.