Search found 837 matches
- Fri Mar 13, 2020 7:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Moving old app from MDI
- Replies: 0
- Views: 1397
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 pre...
- Tue Jan 07, 2020 3:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: cGetFile32 strange behaviour
- Replies: 1
- Views: 394
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 ) MSGINFO(CFILE) // this shows before the previous dialog its cl...
- Wed Apr 03, 2019 8:41 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: QR Code Crystal Reports 11
- Replies: 0
- Views: 363
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: 4475
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: 3054
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 ...
- Mon Apr 24, 2017 11:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1030
- Views: 140741
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 building...
- Mon Apr 24, 2017 10:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CRYSTAL REPORT XI print to printer
- Replies: 2
- Views: 608
Re: CRYSTAL REPORT XI print to printer
Dutch,
Just an idea:
I think "False" must be .F.
Just an idea:
Code: Select all
PrinterSetup(),;
oReport:SelectPrinter(PrnGetDrive(),PrnGetName(),PrnGetPort()),;
oReport:PrintOut(.F.)
- Mon Apr 24, 2017 10:28 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1030
- Views: 140741
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: 47
- Views: 18400
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 di...
- Mon Apr 17, 2017 8:43 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1030
- Views: 140741
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: 1030
- Views: 140741
Re: ADO RDD xHarbour
New AdoRdd at https://github.com/AHFERREIRA/adordd.git 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 ) en...
- Wed Apr 12, 2017 8:52 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: CRYSTAL REPORT need help (Passing parameter)
- Replies: 2
- Views: 698
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")) oReport:DiscardSavedData() oReport:SetDial...
- Mon Apr 03, 2017 8:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO RDD xHarbour
- Replies: 1030
- Views: 140741
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: 1030
- Views: 140741
Re: ADO RDD xHarbour
New AdoRdd at https://github.com/AHFERREIRA/adordd.git
- Tue Mar 07, 2017 9:47 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Nuevo ADORDD
- Replies: 55
- Views: 15514
Re: Nuevo ADORDD
(Google translator) Nueva versión de AdoRdd 1.070317 en https://github.com/AHFERREIRA/adordd.git Mejoras y errores corregidos: ADO_ORDCREATE después de crear el índice no lo estaba abriendo. ADO_SEEK clave con varios campos con softseek en iba a eof en lugar de última clave. ADOFILE si la conexión n...