... 118. Copy( laRows, aCols )
Description: Copies one or more rows from the browse to the clipboard.
Parameters:
laRows: LOGICAL or ARRAY - Specifies which rows to copy:
.T. : Copy all rows in the browse.
.F. : Copy only the currently selected row.
ARRAY : Copy rows at the specified indices ...
Search found 110 matches: specifies
Searched query: specifies
- Fri Jan 24, 2025 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
- Fri Jan 24, 2025 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Re: Using new Class TDeepSeek for documenting
... Sets DBF as datasource, automatically adding columns and enabling auto-order.
oBrw:SetRDD( .F., .F., { "FIELD1", "FIELD2" } ) // Sets DBF and specifies columns to add.
content_copy
download
Use code with caution.
Harbour
12. SQLRDD_OrdKeyNo( n )
Description: Sets or gets the order key number ...
oBrw:SetRDD( .F., .F., { "FIELD1", "FIELD2" } ) // Sets DBF and specifies columns to add.
content_copy
download
Use code with caution.
Harbour
12. SQLRDD_OrdKeyNo( n )
Description: Sets or gets the order key number ...
- Fri Jan 17, 2025 11:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Re: Using new Class TDeepSeek for documenting
... data types (text, bitmaps, metafiles, etc.) between applications.
### DATA Members
1. **`nFormat`**:
- **Type**: Numeric
- **Description**: Specifies the clipboard format to be used (e.g., `CF_TEXT`, `CF_BITMAP`, etc.). Default is `CF_TEXT`.
2. **`oWnd`**:
- **Type**: Object
- **Description ...
### DATA Members
1. **`nFormat`**:
- **Type**: Numeric
- **Description**: Specifies the clipboard format to be used (e.g., `CF_TEXT`, `CF_BITMAP`, etc.). Default is `CF_TEXT`.
2. **`oWnd`**:
- **Type**: Object
- **Description ...
- Fri Jan 17, 2025 11:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Re: Using new Class TDeepSeek for documenting
... that will be sent to the ChatGPT model.
7. **`cModel`**
- **Type**: `CHARACTER`
- **Initial Value**: `"gpt-4o-mini"`
- **Description**: Specifies the ChatGPT model to be used for generating responses.
8. **`cUrl`**
- **Type**: `CHARACTER`
- **Initial Value**: `"https://api.openai.com ...
7. **`cModel`**
- **Type**: `CHARACTER`
- **Initial Value**: `"gpt-4o-mini"`
- **Description**: Specifies the ChatGPT model to be used for generating responses.
8. **`cUrl`**
- **Type**: `CHARACTER`
- **Initial Value**: `"https://api.openai.com ...
- Fri Jan 17, 2025 11:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Re: Using new Class TDeepSeek for documenting
... information about the bitmap, including the handle, dimensions, and transparency data.
2. **`cPosText`**
- **Type:** String
- **Description:** Specifies the position of the text relative to the bitmap (e.g., "LEFT", "RIGHT", "TOP", "BOTTOM").
3. **`cLayOut`**
- **Type:** String
- **Description ...
2. **`cPosText`**
- **Type:** String
- **Description:** Specifies the position of the text relative to the bitmap (e.g., "LEFT", "RIGHT", "TOP", "BOTTOM").
3. **`cLayOut`**
- **Type:** String
- **Description ...
- Fri Jan 17, 2025 10:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Re: Using new Class TDeepSeek for documenting
... registered only once.
---
### Instance Data Members (DATA)
1. **`nMargin`**
- **Type:** 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 ...
---
### Instance Data Members (DATA)
1. **`nMargin`**
- **Type:** 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 ...
- Fri Jan 17, 2025 10:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 7633
Using new Class TDeepSeek for documenting
... Numeric
- **Description**: Indicates the type of data source (e.g., array, hash).
9. **`cField`**
- **Type**: Character
- **Description**: Specifies the field or key to be used from the data source.
10. **`oList`**
- **Type**: Object (TGetList)
- **Description**: Reference to the drop-down ...
- **Description**: Indicates the type of data source (e.g., array, hash).
9. **`cField`**
- **Type**: Character
- **Description**: Specifies the field or key to be used from the data source.
10. **`oList`**
- **Type**: Object (TGetList)
- **Description**: Reference to the drop-down ...
- Fri Dec 08, 2023 8:22 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Classe TGif
- Replies: 9
- Views: 3110
Re: Classe TGif
... This means that the GIF file should have the following characteristics:
It should have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a”
It should have a logical screen ...
It should have a header that identifies the file as a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a”
It should have a logical screen ...
- Wed Apr 05, 2023 6:57 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Sending HTML using MAIL
- Replies: 10
- Views: 3177
Re: Sending HTML using MAIL
... member to NULL or set it to point to an empty string.
I have asked to chatGPT and got this:
lpszMessageType is a string parameter that specifies the message type of the email being sent. In the context of MAPISendMail function, the message type is usually specified using one of the ...
I have asked to chatGPT and got this:
lpszMessageType is a string parameter that specifies the message type of the email being sent. In the context of MAPISendMail function, the message type is usually specified using one of the ...
- Mon Dec 26, 2022 9:02 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
- Replies: 32
- Views: 8145
Re: EXPORTAR DATOS DESDE FW A PRESTASHOP
... rddName>]
[SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ] ]
[CODEPAGE <cCodePage>] ;
DELIMITED WITH <xDelimiter>
The WITH option specifies the delimiting character to enclose values of Character fields in. <xDelimiter> can be specified as a literal character or a character expression ...
[SDF | DELIMITED [WITH BLANK | TAB | PIPE | <xDelimiter> ] ]
[CODEPAGE <cCodePage>] ;
DELIMITED WITH <xDelimiter>
The WITH option specifies the delimiting character to enclose values of Character fields in. <xDelimiter> can be specified as a literal character or a character expression ...
- Mon Nov 28, 2022 1:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Dark-Mode and CHECKBOX
- Replies: 16
- Views: 2235
Re: Dark-Mode and CHECKBOX
... your post I learned the use of SetWindowTheme() function.
We will try to improve the FWH library to make this happen automatically, when user specifies the colors in COLOR clause, so that it works the same way whether the application is themed or not themed.
We need to do this for both windows ...
We will try to improve the FWH library to make this happen automatically, when user specifies the colors in COLOR clause, so that it works the same way whether the application is themed or not themed.
We need to do this for both windows ...
- Mon Nov 14, 2022 11:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Everything under Fivewin
- Replies: 17
- Views: 2682
Re: Everything under Fivewin
... the text. If the string is as long or longer than the buffer, the string is truncated and terminated with a NULL character.
nMaxCount
Specifies the maximum number of characters to copy to the buffer, including the NULL character. If the text exceeds this limit, it is truncated.
Return ...
nMaxCount
Specifies the maximum number of characters to copy to the buffer, including the NULL character. If the text exceeds this limit, it is truncated.
Return ...
- Thu Nov 10, 2022 8:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problems with Preview
- Replies: 14
- Views: 2443
Re: Problems with Preview
Dear David,
I guess Silvio simply specifies a different path:
instead of cPdf:= oApp:cPdfTemp
use cPdf := "the_path"
I guess Silvio simply specifies a different path:
instead of cPdf:= oApp:cPdfTemp
use cPdf := "the_path"
- Sun Aug 07, 2022 10:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: hb_base64 link
- Replies: 57
- Views: 7815
Re: hb_base64 link
Hi Nages, thanks.
i checked, all libs of buildx are in my mak, could you tell me which lib specifies this function uses? could it be a xharbour version error? compiling prg with fwh 20.02 works perfectly.
thanks again
i checked, all libs of buildx are in my mak, could you tell me which lib specifies this function uses? could it be a xharbour version error? compiling prg with fwh 20.02 works perfectly.
thanks again
- Wed Jun 22, 2022 3:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consulta Sobre Plantilla Word o Rtf "URGENTE"
- Replies: 19
- Views: 3470
Re: Consulta Sobre Plantilla Word o Rtf "URGENTE"
... Source of the picture is an EMF (enhanced metafile).
\pngblip Source of the picture is a PNG.
\jpegblip Source of the picture is a JPEG.
\shppict Specifies a Word 97-2000 picture. This is a destination control word.
\nonshppict Specifies that Word 97-2000 has written a {\pict destination that it will ...
\pngblip Source of the picture is a PNG.
\jpegblip Source of the picture is a JPEG.
\shppict Specifies a Word 97-2000 picture. This is a destination control word.
\nonshppict Specifies that Word 97-2000 has written a {\pict destination that it will ...