Search found 302 matches: known

Return to advanced search

Re: How to validate dates in a corrupted database

... occurs. Again, I have not fully tested this with 17.09. For production purposes I still have to use 17.07 with the 17.06 database.prg as the last known reliable FWH combination. However, I am working with 17.09 for construction and testing purposes. ( With Harbour / MSVC++ 2017 ) Tim
by TimStone
Mon Oct 09, 2017 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1431

Re: XBREPORT : Less known features of FWH- 1

Simple example of using XBREPORT:   #include "fivewin.ch"function Main()   local oXbRep   USE STATES   XBREPORT oXbRep DATASOURCE "STATES" TITLE "List of Sates"   return nil  About the other post: I am not fully clear of what you want from me. About the other p...
by joseluisysturiz
Sun Jul 30, 2017 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2232

Re: XBREPORT : Less known features of FWH- 1

Simple example of using XBREPORT:   #include "fivewin.ch"function Main()   local oXbRep   USE STATES   XBREPORT oXbRep DATASOURCE "STATES" TITLE "List of Sates"   return nil  About the other post: I am not fully ...
by nageswaragunupudi
Sun Jul 30, 2017 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2232

Re: XBREPORT : Less known features of FWH- 1

Greetings mr NAGE, I express badly with CLASS, what I wanted to know is if this function was still active, since I had never read or seen comments, so much so that the last date touched on the subject was in 2013, I will revise The function to help me with the quick reports for what I see was create...
by joseluisysturiz
Sun Jul 30, 2017 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2232

Re: XBREPORT : Less known features of FWH- 1

XBREPORT still works.
It is not a class. It is just a command which exploits the power and simplicity of xbrowse.
by nageswaragunupudi
Sun Jul 30, 2017 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2232

Re: XBREPORT : Less known features of FWH- 1

Saludos, no conocia esta clase, ha habido alguna mejora en la misma o simplemente murio alli.? saludos, gracias... :shock:
by joseluisysturiz
Sun Jul 30, 2017 1:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBREPORT : Less known features of FWH- 1
Replies: 8
Views: 2232

JSON - request then decode

There was an discussion posted earlier that handled downloading a known JSON file and decoding it. Here is the code that was suggested: function Main()   local odoc  := CreateObject( "MSXML2.DOMDocument" )   local ...
by TimStone
Mon Jul 17, 2017 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3816

Re: Function list builder application

... documented. There was a time when programmers documented their code ... but now it's not happening which means many capabilities in FWH are not known. Where documentation does exist, it is often out of date and very inaccurate. We have a WIKI which is a database available to everyone using FWH ...
by TimStone
Sat Jun 17, 2017 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function list builder application
Replies: 16
Views: 3138

Re: xBrowse + EDIT_GET

There are well known tables customer and states and in addition, more tables. You can use customer and states. Or you can create your own table and fill some dummy data or 2 rows. Please try this small sample to view the tables #include ...
by nageswaragunupudi
Fri Jun 09, 2017 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1719

Re: Oracle con ADO

... mainly to Richard Lipkin and Armando Estrada: My problem was solved. 1.- Oracle is at least five times complicated than other adodb connections I known. 2.- I Was trying to work with 32 bits client to 64 bits Oracle Server and ODBC drivers and connections has a big issue. 3.- I was expecting to ...
by FGamboa
Sat May 20, 2017 4:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Oracle con ADO
Replies: 21
Views: 7141

Re: Bug in TProgress

Enrico,

It is a known bug when using a manifest file with progress bars

Please review samples\progres1.prg to see how to workaround it
by Antonio Linares
Thu May 18, 2017 2:13 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TProgress [Fixed]
Replies: 8
Views: 2601

Re: How to speed up your MySQL queries 300 times

What is less known is that most SQL functions totally ignore indexes and incite a full table scan. This is a fact. No, this is simply not true. There are situations where the optimizer decides table scan is faster than index scan. ...
by Enrico Maria Giordano
Wed May 17, 2017 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1432

Re: How to speed up your MySQL queries 300 times

This is just an open academic discussion What is less known is that most SQL functions totally ignore indexes and incite a full table scan. This is a fact. There are situations where the optimizer decides table scan is faster than index scan. Index ...
by nageswaragunupudi
Wed May 17, 2017 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1432

Re: How to speed up your MySQL queries 300 times

What is less known is that most SQL functions totally ignore indexes and incite a full table scan. Any decent SQL engine use indexes for query optimization. This is a well known fact since the 70's. Or that adding indexes like pepper ...
by Enrico Maria Giordano
Wed May 17, 2017 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1432

Re: How to speed up your MySQL queries 300 times

... "Totally misleading title. It should be named "MySQL for beginners", because this is really database 101 for DBA's. What is less known is that most SQL functions totally ignore indexes and incite a full table scan. Or that adding indexes like pepper and salt can actually SLOW ...
by ariston.ap
Tue May 16, 2017 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1432
PreviousNext

Return to advanced search