Hi,
Is it possible to change the record selector color for the current row (i.e. use :nResSelColor as a code block) ?
Search found 930 matches: block
Searched query: block
- Thu Jan 30, 2025 4:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse record selector color
- Replies: 3
- Views: 679
- Fri Jan 17, 2025 11:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... class. Initializes the combo box with the specified parameters.
- **Parameters:**
- `nRow`, `nCol`: Position of the combo box.
- `bSetGet`: Code block to get/set the combo box value.
- `aItems`: Array of items to display.
- `nWidth`, `nHeight`: Dimensions of the combo box.
- `oWnd`: Parent ...
- **Parameters:**
- `nRow`, `nCol`: Position of the combo box.
- `bSetGet`: Code block to get/set the combo box value.
- `aItems`: Array of items to display.
- `nWidth`, `nHeight`: Dimensions of the combo box.
- `oWnd`: Parent ...
- Fri Jan 17, 2025 11:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... 7. **`nAt`**:
- **Type**: Numeric
- **Description**: Index of the currently selected item in the combo box.
8. **`bDrawItem`**:
- **Type**: Block (Code Block)
- **Description**: Code block to handle custom drawing of items in the combo box.
9. **`bCloseUp`**:
- **Type**: Block (Code Block ...
- **Type**: Numeric
- **Description**: Index of the currently selected item in the combo box.
8. **`bDrawItem`**:
- **Type**: Block (Code Block)
- **Description**: Code block to handle custom drawing of items in the combo box.
9. **`bCloseUp`**:
- **Type**: Block (Code Block ...
- Fri Jan 17, 2025 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... instance.
- **Parameters**:
- `nRow`, `nCol`: Position of the checkbox.
- `cCaption`: Text displayed next to the checkbox.
- `bSetGet`: Code block to get/set the checkbox state.
- `oWnd`: Parent window object.
- `nWidth`, `nHeight`: Dimensions of the checkbox.
- `nHelpTopic`: Help topic ID ...
- **Parameters**:
- `nRow`, `nCol`: Position of the checkbox.
- `cCaption`: Text displayed next to the checkbox.
- `bSetGet`: Code block to get/set the checkbox state.
- `oWnd`: Parent window object.
- `nWidth`, `nHeight`: Dimensions of the checkbox.
- `nHelpTopic`: Help topic ID ...
- Fri Jan 17, 2025 11:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... response into a Harbour hash.
- Iterates through the provided keys to extract nested values.
- Handles errors gracefully using a `TRY...CATCH` block.
- **Returns**: The extracted value from the JSON response.
---
### **Usage Example**
```harbour
// Initialize the TChatgpt object with your ...
- Iterates through the provided keys to extract nested values.
- Handles errors gracefully using a `TRY...CATCH` block.
- **Returns**: The extracted value from the JSON response.
---
### **Usage Example**
```harbour
// Initialize the TChatgpt object with your ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... ARRAY)**
Stores gradient color information for the event's background when it is marked as "Bloqueo/Descanso Terapeutas" (Therapist Block/Rest).
7. **`aCoords` (ARRAY)**
Stores the coordinates (top, left, bottom, right) of the event's bounding box on the calendar.
8. **`nStart ...
Stores gradient color information for the event's background when it is marked as "Bloqueo/Descanso Terapeutas" (Therapist Block/Rest).
7. **`aCoords` (ARRAY)**
Stores the coordinates (top, left, bottom, right) of the event's bounding box on the calendar.
8. **`nStart ...
- Fri Jan 17, 2025 11:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... the region used for rounded corners.
45. **`nMResize`**
- **Type:** NUMERIC
- **Description:** The resize mode.
46. **`bBmpLeft`**
- **Type:** BLOCK
- **Description:** A code block to generate the left-side bitmap.
47. **`nFixWidth`**
- **Type:** NUMERIC
- **Description:** The fixed width of ...
45. **`nMResize`**
- **Type:** NUMERIC
- **Description:** The resize mode.
46. **`bBmpLeft`**
- **Type:** BLOCK
- **Description:** A code block to generate the left-side bitmap.
47. **`nFixWidth`**
- **Type:** NUMERIC
- **Description:** The fixed width of ...
- Fri Jan 17, 2025 11:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... String
- **Description:** Defines the layout of the button, such as the alignment of the bitmap and text.
4. **`bAlphaLevel`**
- **Type:** Code Block
- **Description:** A code block that can be evaluated to determine the alpha level (transparency) of the bitmap.
5. **`hAlphaLevel`**
- **Type ...
- **Description:** Defines the layout of the button, such as the alignment of the bitmap and text.
4. **`bAlphaLevel`**
- **Type:** Code Block
- **Description:** A code block that can be evaluated to determine the alpha level (transparency) of the bitmap.
5. **`hAlphaLevel`**
- **Type ...
- Fri Jan 17, 2025 10:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... used for developing Windows applications in the xBase language (e.g., Clipper, Harbour).
#### Data Members (DATA)
1. **`bAction`**
- **Type:** Block (Code block)
- **Description:** A code block that defines the action to be executed when the button is clicked. This block typically contains the ...
#### Data Members (DATA)
1. **`bAction`**
- **Type:** Block (Code block)
- **Description:** A code block that defines the action to be executed when the button is clicked. This block typically contains the ...
- Fri Jan 17, 2025 10:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... Numeric
- **Initial Value:** `8`
- **Description:** Specifies the margin (in pixels) around the button's text.
2. **`bAction`**
- **Type:** Block (Code Block)
- **Description:** A code block that defines the action to be executed when the button is clicked.
3. **`lWorking`**
- **Type ...
- **Initial Value:** `8`
- **Description:** Specifies the margin (in pixels) around the button's text.
2. **`bAction`**
- **Type:** Block (Code Block)
- **Description:** A code block that defines the action to be executed when the button is clicked.
3. **`lWorking`**
- **Type ...
- Fri Jan 17, 2025 10:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... bAction` | Block | Codeblock to execute when the button is clicked. |
| `aBmpRect` | Array | Rectangle coordinates for the bitmap. |
| `cAction` | String | A string ...
| `aBmpRect` | Array | Rectangle coordinates for the bitmap. |
| `cAction` | String | A string ...
- Fri Jan 17, 2025 10:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
FWH Class TBlock documentation:
### Class Documentation: `TBlock`
#### Overview:
The `TBlock` class is a part of the FiveWin framework, which is commonly used in Clipper and xBase programming. This class is designed to encapsulate a code block (a piece of code that can be executed later) and ...
### Class Documentation: `TBlock`
#### Overview:
The `TBlock` class is a part of the FiveWin framework, which is commonly used in Clipper and xBase programming. This class is designed to encapsulate a code block (a piece of code that can be executed later) and ...
- Fri Jan 17, 2025 10:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... Indicates whether the bitmap is transparent. |
| `lHasAlpha` | `LOGICAL` | Indicates whether the bitmap has an alpha channel. |
| `bAlphaLevel` | `BLOCK` | Block to calculate the alpha level. |
| `hAlphaLevel` | `NUMERIC` | Current alpha level of the bitmap. |
| `bMLeave` | `BLOCK` | Block to handle ...
| `lHasAlpha` | `LOGICAL` | Indicates whether the bitmap has an alpha channel. |
| `bAlphaLevel` | `BLOCK` | Block to calculate the alpha level. |
| `hAlphaLevel` | `NUMERIC` | Current alpha level of the bitmap. |
| `bMLeave` | `BLOCK` | Block to handle ...
- Fri Jan 17, 2025 10:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Re: Using new Class TDeepSeek for documenting
... An array holding the methods of the ActiveX control.
- **`aEvents`**: An array holding the events of the ActiveX control.
- **`bOnEvent`**: A code block that is executed when an event is triggered.
- **`oOleAuto`**: An instance of `TOleAuto`, used for OLE automation.
#### Methods (METHODS)
- **`New ...
- **`aEvents`**: An array holding the events of the ActiveX control.
- **`bOnEvent`**: A code block that is executed when an event is triggered.
- **`oOleAuto`**: An instance of `TOleAuto`, used for OLE automation.
#### Methods (METHODS)
- **`New ...
- Fri Jan 17, 2025 10:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 5079
Using new Class TDeepSeek for documenting
... 10. **`oList`**
- **Type**: Object (TGetList)
- **Description**: Reference to the drop-down list object.
11. **`bCreateList`**
- **Type**: Block (Code Block)
- **Description**: Code block that defines how the list is created or filtered.
12. **`bCloseList`**
- **Type**: Block (Code Block ...
- **Type**: Object (TGetList)
- **Description**: Reference to the drop-down list object.
11. **`bCreateList`**
- **Type**: Block (Code Block)
- **Description**: Code block that defines how the list is created or filtered.
12. **`bCloseList`**
- **Type**: Block (Code Block ...