... function InsertFruits( oRs, aFruits )
local oCn := oRs:ActiveConnection
local nSave := oRs:AbsolutePosition
local nId, aList, aRows, cSql
CursorWait()
aList := {}
AEval( aFruits, { |c| AAdd( aList, { nil, c } ) } )
aRows := RsGetRows( oRs )
AEval( aRows ...
Search found 221 matches: nid
Searched query: nid
- Tue Feb 04, 2025 3:46 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo Insertar registros a na tabla?
- Replies: 17
- Views: 30110
- Mon Feb 03, 2025 10:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cómo Insertar registros a na tabla?
- Replies: 17
- Views: 30110
Re: Cómo Insertar registros a na tabla?
... function InsertFruit( oRs )
local nSave := oRs:AbsolutePosition
local nId := oRs:Fields( "id" ):Value
local cSql
PRIVATE cId := LTrim( Str( nId ) )
PRIVATE cFruit := PadR( "Lima", 15 )
if !MsgGet( "Fruit Name:", "At ...
local nSave := oRs:AbsolutePosition
local nId := oRs:Fields( "id" ):Value
local cSql
PRIVATE cId := LTrim( Str( nId ) )
PRIVATE cFruit := PadR( "Lima", 15 )
if !MsgGet( "Fruit Name:", "At ...
- Sun Feb 02, 2025 10:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Cambiar el nInterval de un Timer
- Replies: 0
- Views: 680
Cambiar el nInterval de un Timer
... un Timer, ¿Puedo dar de alta un nuevo Timer?
Otra, ¿Cómo dar de alta un Timer que se ejecute una sola vez?
He visto que en la Clase Timer el '::nId' se actualiza cada vez que se hace un 'Activate' del Timer... entonces ¿Este valor va cambiando?
Nota: es que le estoy dando vueltas a como ...
Otra, ¿Cómo dar de alta un Timer que se ejecute una sola vez?
He visto que en la Clase Timer el '::nId' se actualiza cada vez que se hace un 'Activate' del Timer... entonces ¿Este valor va cambiando?
Nota: es que le estoy dando vueltas a como ...
- Wed Jan 22, 2025 5:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: multi-column popup menu
- Replies: 13
- Views: 31354
Re: multi-column popup menu
... oI )
//oI:SetCheck(.T.)
? "Object Item: ", oI, ;
"Position into Menu Parent: ", oI:nPos, ;
"oItem cPrompt:", oI:cPrompt, ;
"oItem Id: ", oI:nId, ;
"Object Menu Parent of Item: ", oI:oMenu, ;
"Position of Menu Parent: ", oI:oMenu:nPos
? "Object Menu Principal: ", Valtype( GetaMenusAux()[ 1 ...
//oI:SetCheck(.T.)
? "Object Item: ", oI, ;
"Position into Menu Parent: ", oI:nPos, ;
"oItem cPrompt:", oI:cPrompt, ;
"oItem Id: ", oI:nId, ;
"Object Menu Parent of Item: ", oI:oMenu, ;
"Position of Menu Parent: ", oI:oMenu:nPos
? "Object Menu Principal: ", Valtype( GetaMenusAux()[ 1 ...
- Fri Jan 17, 2025 11:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... before the checkbox is activated.
- `cVarName`: Variable name for the checkbox.
- **Returns**: Self (the `TCheckBox` instance).
2. **`ReDefine( nId, bSetGet, oWnd, nHelpId, bChange, bValid, nClrFore, nClrBack, cMsg, lUpdate, bWhen, cPrompt )`**
- **Description**: Redefines an existing checkbox ...
- `cVarName`: Variable name for the checkbox.
- **Returns**: Self (the `TCheckBox` instance).
2. **`ReDefine( nId, bSetGet, oWnd, nHelpId, bChange, bValid, nClrFore, nClrBack, cMsg, lUpdate, bWhen, cPrompt )`**
- **Description**: Redefines an existing checkbox ...
- Fri Jan 17, 2025 11:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... The class inherits from `TControl`, which suggests it is a visual component that can be rendered on the screen.
---
### **DATA Members**
1. **`nID` (NUMERIC)**
A unique identifier for each instance of `TCalInfo`. It is auto-incremented using the `GetNewId()` method.
2. **`Cargo`**
A ...
---
### **DATA Members**
1. **`nID` (NUMERIC)**
A unique identifier for each instance of `TCalInfo`. It is auto-incremented using the `GetNewId()` method.
2. **`Cargo`**
A ...
- Fri Jan 17, 2025 11:00 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... Layout of the button.
- `lGDIP`: Whether to use GDI+ for rendering.
- `lRelPix`: Whether to use relative pixel positioning.
2. **`ReDefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen, bValid, cPrompt, lCancel, cBitmap, cPosText, cToolTip, lGDIP )`**
- **Description:** Redefines an ...
- `lGDIP`: Whether to use GDI+ for rendering.
- `lRelPix`: Whether to use relative pixel positioning.
2. **`ReDefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen, bValid, cPrompt, lCancel, cBitmap, cPosText, cToolTip, lGDIP )`**
- **Description:** Redefines an ...
- Fri Jan 17, 2025 10:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... multiline text.
- `nAddlStyle`: Additional styles for the button.
- `lRelPix`: Whether the coordinates are relative to pixels.
2. **`ReDefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen, bValid, cPrompt, lCancel )`**
- **Description:** Redefines an existing button with new properties ...
- `nAddlStyle`: Additional styles for the button.
- `lRelPix`: Whether the coordinates are relative to pixels.
2. **`ReDefine( nId, bAction, oWnd, nHelpId, cMsg, lUpdate, bWhen, bValid, cPrompt, lCancel )`**
- **Description:** Redefines an existing button with new properties ...
- Fri Jan 17, 2025 10:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... lDefault`: A flag indicating whether the button is the default button.
- **Returns:** The newly created `TBtnFlat` instance.
2. **`ReDefine( nId, bAction, oWnd, oFont, lUpdate, bWhen, bValid, cPrompt, lBorder, nClrText, nClrPane, lCancel, lDefault )`**
- **Description:** Redefines an ...
- **Returns:** The newly created `TBtnFlat` instance.
2. **`ReDefine( nId, bAction, oWnd, oFont, lUpdate, bWhen, bValid, cPrompt, lBorder, nClrText, nClrPane, lCancel, lDefault )`**
- **Description:** Redefines an ...
- Fri Jan 17, 2025 10:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... A new `TBitmap` object.
#### **3. `ReDefine()`**
- **Purpose**: Redefines an existing bitmap object with new properties.
- **Parameters**:
- `nId`: Control ID.
- `cResName`, `cBmpFile`: Resource name or file path of the bitmap.
- `oWnd`: Parent window.
- `bLClicked`, `bRClicked`: Blocks for ...
#### **3. `ReDefine()`**
- **Purpose**: Redefines an existing bitmap object with new properties.
- **Parameters**:
- `nId`: Control ID.
- `cResName`, `cBmpFile`: Resource name or file path of the bitmap.
- `oWnd`: Parent window.
- `bLClicked`, `bRClicked`: Blocks for ...
- Fri Jan 17, 2025 10:37 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... nCol`: Column position.
- `oWnd`: Window object.
30. **`Redefine()`**:
- **Description**: Redefines the button bar.
- **Parameters**:
- `nId`: ID.
- `oWnd`: Window object.
- `nWidth`: Width.
- `nHeight`: Height.
- `l2007`, `l2010`, `l2013`, `l2015`: Office style flags.
- `lBorder ...
- `oWnd`: Window object.
30. **`Redefine()`**:
- **Description**: Redefines the button bar.
- **Parameters**:
- `nId`: ID.
- `oWnd`: Window object.
- `nWidth`: Width.
- `nHeight`: Height.
- `l2007`, `l2010`, `l2013`, `l2015`: Office style flags.
- `lBorder ...
- Fri Jan 17, 2025 10:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4826
Re: Using new Class TDeepSeek for documenting
... control.
- `nRow`, `nCol`: The position of the control.
- `nWidth`, `nHeight`: The size of the control.
- **Returns**: Self.
- **`ReDefine( nId, oWnd, cProgID )`**: Constructor method for redefining an existing ActiveX control.
- **Parameters**:
- `nId`: The control ID.
- `oWnd`: The ...
- `nRow`, `nCol`: The position of the control.
- `nWidth`, `nHeight`: The size of the control.
- **Returns**: Self.
- **`ReDefine( nId, oWnd, cProgID )`**: Constructor method for redefining an existing ActiveX control.
- **Parameters**:
- `nId`: The control ID.
- `oWnd`: The ...
- Tue Feb 27, 2024 7:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: GROUPBOX
- Replies: 3
- Views: 544
Re: GROUPBOX
Try removing TRANSPARENT. That is allowing the background to be seen in the control.
REDEFINE GROUP [ <oGroup> ];
[ LABEL | PROMPT <cLabel> ];
[ ID <nId> ];
[ OF | WINDOW | DIALOG <oWnd> ];
[ COLOR <cClrFore> [, <nClrBack> ] ];
[ FONT <oFont> ];
[ TRANSPARENT ]
<nTop> , <nLeft> To specify the top ...
REDEFINE GROUP [ <oGroup> ];
[ LABEL | PROMPT <cLabel> ];
[ ID <nId> ];
[ OF | WINDOW | DIALOG <oWnd> ];
[ COLOR <cClrFore> [, <nClrBack> ] ];
[ FONT <oFont> ];
[ TRANSPARENT ]
<nTop> , <nLeft> To specify the top ...
- Wed Jan 24, 2024 3:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consuta sobre MariaDB/MySql
- Replies: 8
- Views: 2079
Re: Consuta sobre MariaDB/MySql
... es usando el comando
SHOW PROCESSLIST
Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando
KILL nId (nId es el id que te muestra en show processlist)
Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End ...
SHOW PROCESSLIST
Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando
KILL nId (nId es el id que te muestra en show processlist)
Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End ...
- Tue Jan 23, 2024 4:16 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Consuta sobre MariaDB/MySql
- Replies: 8
- Views: 2079
Re: Consuta sobre MariaDB/MySql
... es usando el comando
SHOW PROCESSLIST
Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando
KILL nId (nId es el id que te muestra en show processlist)
Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End ...
SHOW PROCESSLIST
Puede ser tambien que en algún corte quede una sesión abierta, la cual puedes matar con el comando
KILL nId (nId es el id que te muestra en show processlist)
Cuando cierras la sesión debes cerrar la conexión a la base de datos, con el metodo oServer:End ...