Anyone tried ADORDD ?
It is the only way to go to SQL keeping exactly the same code.
Search found 838 matches
- Thu Jan 20, 2022 3:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Advantage Database Server
- Replies: 1
- Views: 6187
- Fri Mar 13, 2020 7:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
Moving old app from MDI
Hi,
The application its using MDIchild with navigational dlgs inside.
Within each MDIchild it can go forward opening new dlgs replacing the existing one and
backwards closing the actual dlgs and restoring the previous one.
Each dlg has a multiple controls inside.
Each MDIchild keeps track of all ...
The application its using MDIchild with navigational dlgs inside.
Within each MDIchild it can go forward opening new dlgs replacing the existing one and
backwards closing the actual dlgs and restoring the previous one.
Each dlg has a multiple controls inside.
Each MDIchild keeps track of all ...
- Tue Jan 07, 2020 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
cGetFile32 strange behaviour
This code runs ok on win10 but not on one PC with win 7.
Another app with same code runs ok on both!
cFile := cGetFile32("Ficheiros XML | *.xml|"+; "Escolha onde vai gravar o ficheiro",1 ) ...
Another app with same code runs ok on both!
cFile := cGetFile32("Ficheiros XML | *.xml|"+; "Escolha onde vai gravar o ficheiro",1 ) ...
- Wed Apr 03, 2019 8:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic:
- Replies: -1
- Views:
QR Code Crystal Reports 11
Hi,
What do you use to print dinamic QR Codes ?
Regards
Antonio H Ferreira
What do you use to print dinamic QR Codes ?
Regards
Antonio H Ferreira
- Thu Aug 10, 2017 8:21 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: HAPPY BIRTHDAY MR.RAO
- Replies: 32
- Views: 4153
Re: HAPPY BIRTHDAY MR.RAO
Dear Rao,
Happy Birthday!
I wish you many years more and that we are all here to see it!
Happy Birthday!
I wish you many years more and that we are all here to see it!
- Tue May 02, 2017 8:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Crystal report with Mysql
- Replies: 13
- Views: 3618
Re: Crystal report with Mysql
May be this can be useful:
for n := 1 to nTables oDbTable := oDbTables:Item(n) oDbTable:dllname := "crdb_ads.dll" // or "crdb_odbc.dll" or anyother //Get and delete all connection properties oProp := oDBTable:ConnectionProperties() oProp:DeleteAll() //new con props! replace ...
for n := 1 to nTables oDbTable := oDbTables:Item(n) oDbTable:dllname := "crdb_ads.dll" // or "crdb_odbc.dll" or anyother //Get and delete all connection properties oProp := oDBTable:ConnectionProperties() oProp:DeleteAll() //new con props! replace ...
- Mon Apr 24, 2017 11:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
My main work now with AdoRdd its database with tables between 5.000 and 10.000.000 records building recordsets between 5.000 and 100.000 records and 70 columns in average.
The work its on a 1Gb LAN.
In the bigger tables if the server has indexes for the WHERE clause its pretty fast < 3 Secs ...
The work its on a 1Gb LAN.
In the bigger tables if the server has indexes for the WHERE clause its pretty fast < 3 Secs ...
- Mon Apr 24, 2017 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CRYSTAL REPORT XI print to printer
- Replies: 2
- Views: 556
Re: CRYSTAL REPORT XI print to printer
Dutch,
Just an idea:
I think "False" must be .F.
Just an idea:
Code: Select all | Expand
PrinterSetup(),;
oReport:SelectPrinter(PrnGetDrive(),PrnGetName(),PrnGetPort()),;
oReport:PrintOut(.F.)
I think "False" must be .F.
- Mon Apr 24, 2017 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
New AdoRdd and tryadordd at https://github.com/AHFERREIRA/adordd.git
- Sat Apr 22, 2017 4:48 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWHMARIADB Samples
- Replies: 48
- Views: 24542
Re: FWHMARIADB Samples
Dear Rao,
Thanks for the excellent designed trials and information report.
This is crucial information to all of us.
My experience is that with ADO opening a recordset with 500 columns / 2000 rows its slower than opening it with 100 columns / 100.000 rows.
May be with other options FWH and DLP is ...
Thanks for the excellent designed trials and information report.
This is crucial information to all of us.
My experience is that with ADO opening a recordset with 500 columns / 2000 rows its slower than opening it with 100 columns / 100.000 rows.
May be with other options FWH and DLP is ...
- Mon Apr 17, 2017 8:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
New AdoRdd at https://github.com/AHFERREIRA/adordd.git
Improved speed DBEval
Cache tables and recordsets enhancement
Improved speed DBEval
Cache tables and recordsets enhancement
- Wed Apr 12, 2017 10:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
New AdoRdd at m
Performance enhancement opening tables.
SET RECORDSET OPEN WHERE CLAUSE TO {{"MYTABLE","HBRECNO < 51000" },;
{"MYTABLE2","HBRECNO BETWEEN 1 AND 50000" }}
This SET together ADOWHERECLAUSE( nWa, cNewSql ) enable us to open tables using the set of data we really need without ...
Performance enhancement opening tables.
SET RECORDSET OPEN WHERE CLAUSE TO {{"MYTABLE","HBRECNO < 51000" },;
{"MYTABLE2","HBRECNO BETWEEN 1 AND 50000" }}
This SET together ADOWHERECLAUSE( nWa, cNewSql ) enable us to open tables using the set of data we really need without ...
- Wed Apr 12, 2017 8:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CRYSTAL REPORT need help (Passing parameter)
- Replies: 2
- Views: 645
Re: CRYSTAL REPORT need help
Dutch,
Just as a guide line.
oCrystal := CreateObject("CrystalRuntime.Application.11" ) oReport := oCrystal:OpenReport( cReport) if(!empty(oReport:ReportTitle),oReport:ReportTitle,strtran(cfilenopath(alltrim(creport)),".RPT ...
Just as a guide line.
oCrystal := CreateObject("CrystalRuntime.Application.11" ) oReport := oCrystal:OpenReport( cReport) if(!empty(oReport:ReportTitle),oReport:ReportTitle,strtran(cfilenopath(alltrim(creport)),".RPT ...
- Mon Apr 03, 2017 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
New AdoRdd at https://github.com/AHFERREIRA/adordd.git
- Thu Mar 30, 2017 9:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1047
- Views: 505750
Re: ADO RDD xHarbour
New AdoRdd at https://github.com/AHFERREIRA/adordd.git