... F. ) // Deletes the current record without confirmation.
content_copy
download
Use code with caution.
Harbour
97. SetOrderNatural()
Description: Resets the sorting order of the browse to its natural (unsorted) order.
Parameters: None
Return Value: None
Usage Example:
oBrw:SetOrderNatural ...
Search found 43 matches: resets
Searched query: resets
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
- Fri Jan 24, 2025 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... source (internal method).
Parameters: None
Return Value: None
Usage Example: (Internal use only)
19. ResetData( uSrc, aCols )
Description: Resets the browse control's data and columns.
Parameters:
uSrc: - New data source (can be array, DBF alias, or other supported types).
aCols: ARRAY ...
Parameters: None
Return Value: None
Usage Example: (Internal use only)
19. ResetData( uSrc, aCols )
Description: Resets the browse control's data and columns.
Parameters:
uSrc: - New data source (can be array, DBF alias, or other supported types).
aCols: ARRAY ...
- Fri Jan 17, 2025 11:11 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... the drop-down list of the combo box.
35. **`Refresh()`**:
- **Description**: Refreshes the combo box.
36. **`Reset()`**:
- **Description**: Resets the combo box.
- **Parameters**:
- `lChanged`: Logical indicating whether to trigger the change event.
37. **`Select()`**:
- **Description ...
35. **`Refresh()`**:
- **Description**: Refreshes the combo box.
36. **`Reset()`**:
- **Description**: Resets the combo box.
- **Parameters**:
- `lChanged`: Logical indicating whether to trigger the change event.
37. **`Select()`**:
- **Description ...
- Fri Jan 17, 2025 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... Description**: Refreshes the checkbox state based on the `bSetGet` code block.
- **Returns**: `nil`.
13. **`Reset()`**
- **Description**: Resets the checkbox state to its default value.
- **Returns**: `nil`.
14. **`GenLocals()`**
- **Description**: Generates local variable declarations ...
- **Returns**: `nil`.
13. **`Reset()`**
- **Description**: Resets the checkbox state to its default value.
- **Returns**: `nil`.
14. **`GenLocals()`**
- **Description**: Generates local variable declarations ...
- Fri Jan 17, 2025 11:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... the HTTP response code and the raw JSON response.
- **Returns**: The raw JSON response (`::cResponse`).
3. **`Reset()`**
- **Purpose**: Resets the libcurl session and clears the response data.
- **Description**:
- Resets the libcurl handle using `curl_easy_reset()`.
- Clears the ...
- **Returns**: The raw JSON response (`::cResponse`).
3. **`Reset()`**
- **Purpose**: Resets the libcurl session and clears the response data.
- **Description**:
- Resets the libcurl handle using `curl_easy_reset()`.
- Clears the ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... box and marks the event as created and visible.
3. **`GetNewId()`**
Generates a unique ID for the event. The ID is auto-incremented and resets after reaching 10000.
4. **`Hide()`**
Hides the event by setting `lVisible` to `.F.`.
5. **`Move( nTop, nLeft, nRight, nBottom )`**
Updates ...
3. **`GetNewId()`**
Generates a unique ID for the event. The ID is auto-incremented and resets after reaching 10000.
4. **`Hide()`**
Hides the event by setting `lVisible` to `.F.`.
5. **`Move( nTop, nLeft, nRight, nBottom )`**
Updates ...
- Fri Jan 17, 2025 10:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7654
Re: Using new Class TDeepSeek for documenting
... on the button state. |
| `GoUp()` | Sets the button to the "up" state. |
| `GoDown()` | Sets the button to the "down" state. |
| `ResetBorder()` | Resets the button border. |
| `cGenPRG()` | Generates PRG code for the button. |
| `LButtonDown()` | Handles the left mouse button down event ...
| `GoUp()` | Sets the button to the "up" state. |
| `GoDown()` | Sets the button to the "down" state. |
| `ResetBorder()` | Resets the button border. |
| `cGenPRG()` | Generates PRG code for the button. |
| `LButtonDown()` | Handles the left mouse button down event ...
- Sat Oct 15, 2022 10:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWForum Post and code grabber
- Replies: 14
- Views: 1800
Re: FWForum Post and code grabber
hi Marc,
Restarting the program resets the Google timer for the request right ?
NO, just lTranslate := .F. will be "reset" in "phpBB Forum Grabber"
you must get new (real) IP which Google use to "identify" User
but this is only possible when Router "disconnect"
have a look into IPINFO.PRG how to ...
Restarting the program resets the Google timer for the request right ?
NO, just lTranslate := .F. will be "reset" in "phpBB Forum Grabber"
you must get new (real) IP which Google use to "identify" User
but this is only possible when Router "disconnect"
have a look into IPINFO.PRG how to ...
- Fri Oct 14, 2022 7:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWForum Post and code grabber
- Replies: 14
- Views: 1800
Re: FWForum Post and code grabber
... DoMethod( "TranslateMemo", "RichEdit_Translate", "Refresh" )
Then it seems to work !! Thanks for the code.
Restarting the program resets the Google timer for the request right ?
How many request are possible in free mode ...
Then it seems to work !! Thanks for the code.
Restarting the program resets the Google timer for the request right ?
How many request are possible in free mode ...
- Tue Jul 27, 2021 4:47 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June/Junio (FWH 21.06)
- Replies: 7
- Views: 5683
New FTDN June/Junio (FWH 21.06)
... filename
using this function. Calling this function without any params
returns the current default. Calling the function with NIL as
param resets to the original default, i.e., exename.log
SetLogFile() --> Current log file
SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as logfile ...
using this function. Calling this function without any params
returns the current default. Calling the function with NIL as
param resets to the original default, i.e., exename.log
SetLogFile() --> Current log file
SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as logfile ...
- Tue Jul 27, 2021 4:46 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN June/Jnio (FWH 21.06)
- Replies: 0
- Views: 1687
New FTDN June/Jnio (FWH 21.06)
... filename
using this function. Calling this function without any params
returns the current default. Calling the function with NIL as
param resets to the original default, i.e., exename.log
SetLogFile() --> Current log file
SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as logfile ...
using this function. Calling this function without any params
returns the current default. Calling the function with NIL as
param resets to the original default, i.e., exename.log
SetLogFile() --> Current log file
SetLogFile( cNewFile ) --> Prev logfile. Sets cNew File as logfile ...
- Mon May 18, 2020 8:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Tested the xBrwTree.prg
- Replies: 0
- Views: 271
Tested the xBrwTree.prg
I tested the xBrwTree.prg example. It turned out that when returning from TRUE mode, the ARRAY mode resets the browse code blocks, the height of the x Browse header, and the column code blocks
FWH 2004
FWH 2004
- Sun Oct 13, 2019 11:14 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
- Replies: 1
- Views: 4906
New FTDN September/Septiembre 2019 (FWH 19.09)
... storing into a memo field of DBFCDX, the data
can be an array also.
* XBROWSE:
- New data bArrayData: If specified, evaluated during refresh and resets the
value of aArrayData if the value is not the same.
* HARUPDF:
- New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora
and ...
can be an array also.
* XBROWSE:
- New data bArrayData: If specified, evaluated during refresh and resets the
value of aArrayData if the value is not the same.
* HARUPDF:
- New class FWPdf (derived from class TPdf contributed by Mr. Carlos Mora
and ...
- Mon Jun 03, 2019 12:54 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN May/Mayo 2019 (FWH 19.05)
- Replies: 4
- Views: 5901
New FTDN May/Mayo 2019 (FWH 19.05)
... class: If method Say() is called with a Text
color, the changed color becomes to default to all subsequent calls
of this method.
New CLASSDATA lResetSayColors INIT .f.
If this is set to .t., calls to Say() with a text color apply to
that say only and does not affect subsequent says ...
color, the changed color becomes to default to all subsequent calls
of this method.
New CLASSDATA lResetSayColors INIT .f.
If this is set to .t., calls to Say() with a text color apply to
that say only and does not affect subsequent says ...
- Wed Mar 20, 2019 8:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Search on customers.dbf
- Replies: 12
- Views: 2725
Re: Search on customers.dbf
... account number, company ( or Last-First name ), phone number, or even email. By clicking on the header, I select the field I want to search in, it resets the list in that order and I start typing in the info.
Thus, to do a search I popup the browse, click on the company field ( remember, last name ...
Thus, to do a search I popup the browse, click on the company field ( remember, last name ...