Hi Friends,
I have tested the Antonio's above code with:
Win11,
FWH 2310,
xHarbour 1.3.1 Lastest Build,
BCC760
And it is working as intended.
-Ramesh Babu
Search found 33 matches: lastest
Searched query: lastest
- Fri Apr 12, 2024 6:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with valid email refresh btnbmp- RESOLVED
- Replies: 25
- Views: 5814
- Wed Jun 07, 2023 8:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Connection to XPlane Flight Simulator
- Replies: 13
- Views: 2245
Re: Connection to XPlane Flight Simulator
... a “plugin” in xplane, as said here:
https://github.com/nasa/XPlaneConnect/wiki/XPC-Developer-Information#plugin-information
download the lastest binary of the plugin here:
https://github.com/nasa/XPlaneConnect/releases
I modified the C code to adapt it to harbour and I made a class to ...
https://github.com/nasa/XPlaneConnect/wiki/XPC-Developer-Information#plugin-information
download the lastest binary of the plugin here:
https://github.com/nasa/XPlaneConnect/releases
I modified the C code to adapt it to harbour and I made a class to ...
- Fri Feb 25, 2022 10:29 am
- Forum: Bugs report & fixes / Informe de errores y arreglos
- Topic: Bug in Harbour ATAIL() [False report]
- Replies: 11
- Views: 5340
Re: Bug in Harbour ATAIL()
It has not been corrected as lastest commit was on Apr 28, 2021:
https://github.com/harbour/core/commits/master
https://github.com/harbour/core/commits/master
- Thu Mar 05, 2020 4:36 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Up for xBrowse and SQLRDD: Thank you.
- Thu Feb 13, 2020 2:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
We are unable to decide what changes are to be made because we do not have SQLRDD for testing at our end.
We shall be thankful if you can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release.
Whatever changes ...
We shall be thankful if you can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release.
Whatever changes ...
- Tue Feb 11, 2020 11:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Up!.
Thank you
Thank you
- Thu Jan 16, 2020 9:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Please give us a couple of days more time.
- Thu Jan 16, 2020 4:42 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Hello,
Any news about xBrowse bugs with SQLRDD?
Thank you.
Any news about xBrowse bugs with SQLRDD?
Thank you.
- Sat Jan 04, 2020 8:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
I use rlock() and unlock.
Also, DbInfo( DBI_ISFLOCK ) works.
Also, DbInfo( DBI_ISFLOCK ) works.
- Sat Jan 04, 2020 7:44 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Does SQLRDD support
DBRLOCK( [nRec] ) and
DBRUNLOCK( [nRec] ) ?
DBRLOCK( [nRec] ) and
DBRUNLOCK( [nRec] ) ?
- Fri Jan 03, 2020 8:20 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
In Fwh 14.14 it worked perfect.
Thank you
Thank you
- Thu Jan 02, 2020 3:17 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
MOISES wrote:ordkeyno() never has been supported by SQLRDD.
"think SQL" ...
when send a SQL Statement you can include a SQL Function to create a Unique Column like RECNO().
under PostgreSQL > 9.x it is Row_Number(), MySQL have RowNumber() which can used instead of OrKeyNo() under SQL
- Tue Dec 31, 2019 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
ordkeyno() never has been supported by SQLRDD.
I think in previous xBrowse versions, you fixed like this:
elseif ( ::cAlias )->( RddName() ) == "SQLRDD"DEFAULT ::bKeyNo := ::bBookMark, ;::bKeyCount := { || ( ::cAlias )->( LastRec() ) } ...
I think in previous xBrowse versions, you fixed like this:
elseif ( ::cAlias )->( RddName() ) == "SQLRDD"DEFAULT ::bKeyNo := ::bBookMark, ;::bKeyCount := { || ( ::cAlias )->( LastRec() ) } ...
- Tue Dec 31, 2019 8:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
Hello,
Thanks for your quick reply.
DbInfo( DBI_ISFLOCK ) does work in SQLRDD. But not DbRecordInfo( DBRI_LOCKED, RECNO() ) )
This was working savedbf() method in FW 14.14, that worked great:
METHOD SaveDBF() CLASS TDataRow local n, nCols := ::FCount() ...
Thanks for your quick reply.
DbInfo( DBI_ISFLOCK ) does work in SQLRDD. But not DbRecordInfo( DBRI_LOCKED, RECNO() ) )
This was working savedbf() method in FW 14.14, that worked great:
METHOD SaveDBF() CLASS TDataRow local n, nCols := ::FCount() ...
- Tue Dec 31, 2019 2:32 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: urgent bugs lastest FWH and SQLRDD
- Replies: 12
- Views: 3398
Re: urgent bugs lastest FWH and SQLRDD
- In datarow.prg, method savedbf(), at line 1332:
Code:
if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) )
It is not supported by SQLRDD.
Then, how to know if the record or file is already locked?
- In xbrowse, vertical scroll bar does not work.
Is there any function ...