... for the current record. It must be of the same data type as the value returned by the index expression. If omitted, <xIndexValue> is obtained by evaluating the index expression with the data of the current record. Return
The function returns .T. (true) if the current record is successfully included ...
Search found 69 matches: evaluating
Searched query: evaluating
- Sat Jan 25, 2025 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Antonio... FiveTouch posts are gone?
- Replies: 15
- Views: 34096
- Fri Jan 17, 2025 10:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Using new Class TDeepSeek for documenting
- Replies: 29
- Views: 4835
Re: Using new Class TDeepSeek for documenting
... Parameters:**
- `uPar1`, `uPar2`, `uPar3`, `uPar4`, `uPar5`: Optional parameters to be passed to the code block.
- **Returns:** The result of evaluating the code block, or `nil` if `::bBlock` is `nil`.
3. **`Exec( uPar1, uPar2, uPar3, uPar4, uPar5 )`**
- **Type:** Inline Method
- **Description ...
- `uPar1`, `uPar2`, `uPar3`, `uPar4`, `uPar5`: Optional parameters to be passed to the code block.
- **Returns:** The result of evaluating the code block, or `nil` if `::bBlock` is `nil`.
3. **`Exec( uPar1, uPar2, uPar3, uPar4, uPar5 )`**
- **Type:** Inline Method
- **Description ...
- Fri Nov 08, 2024 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: cloud or not cloud
- Replies: 34
- Views: 10482
cloud or not cloud
Hi,
an important client of mine is evaluating the possibility of moving to the cloud, he has IBM iPower Server and about 60 clients using the server interactively by native application throughout the day and each client has my application (FiveWin) that use Ado Connection.
what do you think?
Is the ...
an important client of mine is evaluating the possibility of moving to the cloud, he has IBM iPower Server and about 60 clients using the server interactively by native application throughout the day and each client has my application (FiveWin) that use Ado Connection.
what do you think?
Is the ...
- Sun May 05, 2024 3:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Filter on Xbrowse
- Replies: 42
- Views: 6536
Re: Filter on Xbrowse
... the dummy JSON.
The function sendFilterData() makes a request to the server, and it responds with a JSON.
At the moment, we are not yet evaluating any indexes and filters, but simply querying the database.
https://mybergland.com/fwforum/ch_tabelle.jpg
https://mybergland.com/fwforum/ch ...
The function sendFilterData() makes a request to the server, and it responds with a JSON.
At the moment, we are not yet evaluating any indexes and filters, but simply querying the database.
https://mybergland.com/fwforum/ch_tabelle.jpg
https://mybergland.com/fwforum/ch ...
- Fri Nov 04, 2022 9:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: The more fancy Xbrowses the more slow they become ?
- Replies: 8
- Views: 1358
Re: The more fancy Xbrowses the more slow they become ?
... is one main reason.
If the total number of cells ( rows x columns ) visible are high, full refresh is slow, because XBrowse paints each cell, evaluating all the code-blocks for each cell.
Obviously too many graphics, embellishments and conditional colors, gradients slow down further.
You need to ...
If the total number of cells ( rows x columns ) visible are high, full refresh is slow, because XBrowse paints each cell, evaluating all the code-blocks for each cell.
Obviously too many graphics, embellishments and conditional colors, gradients slow down further.
You need to ...
- Sun Jul 04, 2021 11:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Finding XBrowse current record
- Replies: 11
- Views: 2041
Re: Finding XBrowse current record
... numeric value can not have any methods/datas.
While writing such codeblocks, we need to know/ascertain what are the parameters supplied by the evaluating method/procedure while evaluating the codeblock.
Please see line no.2038 of window.prg (FWH1805)
return Eval( ...
While writing such codeblocks, we need to know/ascertain what are the parameters supplied by the evaluating method/procedure while evaluating the codeblock.
Please see line no.2038 of window.prg (FWH1805)
return Eval( ...
- Wed May 19, 2021 8:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TDatabase Class
- Replies: 18
- Views: 3068
Re: TDatabase Class
... like '"+cSceis1+"%'"OtherWise oRsCust:Filter := "[CustomerName] = 'bogus'"End CaseoLbx:ReFresh()Return(.t.)
The trick is evaluating
cLname1 := alltrim( oLName1:GetText() )
As you type in the Name field .. the On Change clause calls iSearch() .. and the GetText() traps the ...
The trick is evaluating
cLname1 := alltrim( oLName1:GetText() )
As you type in the Name field .. the On Change clause calls iSearch() .. and the GetText() traps the ...
- Tue Mar 30, 2021 5:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: EasyReport progress?
- Replies: 86
- Views: 13619
Re: EasyReport progress?
... is working fantastically and after these months, this group of companies in which I am working, is looking to expand different modules and evaluating a series of extensions that will surely give me work for months, possibly years and in the end the concepts is this: A system that has worked in ...
- Mon Dec 28, 2020 10:16 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
- Replies: 8
- Views: 6307
New FTDN December/Diciembre 2020 (FWH 20.12)
... f.] ) // --> string as box or single line
METHODS FOR CALCULATIONS:
METHOD Calc( bCalc, u ) // or ( u, bCalc )
Returns a new matrix object, evaluating bCalc on every element of the
matrix using the operand "u". "u" can be a scalar number of a matrix.
bCalc is evaluated with two params |x,y ...
METHODS FOR CALCULATIONS:
METHOD Calc( bCalc, u ) // or ( u, bCalc )
Returns a new matrix object, evaluating bCalc on every element of the
matrix using the operand "u". "u" can be a scalar number of a matrix.
bCalc is evaluated with two params |x,y ...
- Thu Dec 10, 2020 9:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH: Support for Matrix calculations
- Replies: 3
- Views: 994
Re: FWH: Support for Matrix calculations
... string as box or single line
METHODS FOR CALCULATIONS:
METHOD Calc( bCalc, u ) // or ( u, bCalc )
Returns a new matrix object, evaluating bCalc on every element of the
matrix using the operand "u". "u" can be a scalar number of a matrix.
bCalc is evaluated with two params |x,y ...
METHODS FOR CALCULATIONS:
METHOD Calc( bCalc, u ) // or ( u, bCalc )
Returns a new matrix object, evaluating bCalc on every element of the
matrix using the operand "u". "u" can be a scalar number of a matrix.
bCalc is evaluated with two params |x,y ...
- Sat Oct 24, 2020 3:27 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introduction to Harbour, an Open Source Alternative to VFP
- Replies: 1
- Views: 692
Introduction to Harbour, an Open Source Alternative to VFP
m
Introduction to Harbour, an Open Source Alternative to VFP
1:51:14
grandpa - seems disrespectful to me. I think when evaluating FIVEWIN one should add that FIVETECH made HARBOUR and MOD HARBOUR possible for us and that
FIVEWIN is practically the research and development department for the entire ...
Introduction to Harbour, an Open Source Alternative to VFP
1:51:14
grandpa - seems disrespectful to me. I think when evaluating FIVEWIN one should add that FIVETECH made HARBOUR and MOD HARBOUR possible for us and that
FIVEWIN is practically the research and development department for the entire ...
- Mon Apr 27, 2020 2:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: adding parameters to a command line to launch a local URL
- Replies: 6
- Views: 1100
Re: adding parameters to a command line to launch a local URL
... get your suggestion to work by using the function hb_Aparams() .. and as you know it creates an array ... and I have not been successful is evaluating the array
Leavew32 "Rick Lipkin"
Using the above example from the command line ...
Local aParams,nParamNoaParams := {}aParams := hb ...
Leavew32 "Rick Lipkin"
Using the above example from the command line ...
Local aParams,nParamNoaParams := {}aParams := hb ...
- Mon Jan 14, 2019 4:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TGET behavior (Antonio)
- Replies: 7
- Views: 1482
Re: TGET behavior (Antonio)
... oPositionAbbr VAR cPositionAbbr ID 148 of oGRPS UPDATE //COLOR CLR_BLACK, 16053492 READONLY
In the above code .. tget is evaluating the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired ...
In the above code .. tget is evaluating the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired ...
- Mon Jan 14, 2019 4:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: oJump for Antonio
- Replies: 1
- Views: 583
Re: oJump for Antonio
... 125; REDEFINE GET oPositionAbbr VAR cPositionAbbr ID 148 of oGRPS UPDATE //COLOR CLR_BLACK, 16053492 READONLY
In the above code .. tget is evaluating the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired ...
In the above code .. tget is evaluating the bKeydown code block and traps the <enter> key .. thereby blocking the navigation to the next field .. I believe the above code was inspired ...
- Wed Sep 12, 2018 9:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Spirin's fastreport library
- Replies: 23
- Views: 4868
Re: Spirin's fastreport library
Hello, is someone using the fast-report library adapted by the X a i l e r team?
I am evaluating this possibility.
I am evaluating this possibility.