Search found 217 matches: situations

Return to advanced search

Re: Introducing FiveTech's fivedit

... questions: Is it possible to compile files with long filenames. Is it possible to compile files which are not inside the sample folder. For these situations I always have to make a project but it would be good if we could compile prg-files inside any folder and also with long filenames. Thanks ...
by Otto
Tue Aug 29, 2017 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 112235

Re: Mr Rao, slow to create xbrowse

... less than 1000 records .. If oRsWork:RecordCount() <= 1000   oBrw:MakeTotals()Endif  Not a very elegant solution, but in most situations my queries to not return more than 1000 rows and :maketotals works fine.... Rick Lipkin
by Rick Lipkin
Thu Jun 15, 2017 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, slow to create xbrowse(solved)...
Replies: 13
Views: 2156

Re: URGENT HELP !!! xbrowse error

Silvio, in some critical situations, I DISABLE the dialog X - button. It forces the user to close a dialog with the defined button. You errormessage shows, that You try to set the focus on a closed database. < Workarea non in use > ...
by ukoenig
Mon May 29, 2017 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: URGENT HELP !!! xbrowse error
Replies: 9
Views: 1713

Re: How to speed up your MySQL queries 300 times

... 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. That is very different from the quoted statement, isn't it? EMG
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: 1427

Re: How to speed up your MySQL queries 300 times

... 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 scan involves two steps. Scan the index and then pick the rows from ...
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: 1427

Re: FWHMARIADB Samples

... in the dialog. There may be more than one dialog and these dialogs can be quite complex. Rowset provides EditBaseRecord() method to handle such situations. With this method we can edit all or selected fields from the base table, though they are not included in the recordset. When saved, the ...
by nageswaragunupudi
Thu Apr 27, 2017 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 21028

Re: Say centrado vertical

... SS_CENTERIMAGE  ) // dialogs   else      oSay:WinStyle( SS_CENTERIMAGE, .t. ) // windows, etc   endif  That takes care of all situations and saves your time in searching for solution. Yes we are considering providing additional parameter for Say. When you want to paint on buttonbar ...
by nageswaragunupudi
Tue Nov 29, 2016 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Say centrado vertical
Replies: 6
Views: 1075

Re: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)

Armando, About time to restore there are two situations: 1) For tables without TEXT/BINARY fields it's a little fatest than mysql.exe restore; 2) For tables with TEXT/BINARY fields it´s almost twice slower. But It´s something that Mr Rao is working ...
by vilian
Mon Nov 07, 2016 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.06: MariaDb/MySql Backup and Restore (Updated 16.08)
Replies: 48
Views: 20927

FWH 16.09: RowSet AutoAppend feature

There are quite a few situations where providing FastEdit (inline edit) is very appropriate. Most of such situations also require auto appending new blank rows inline. That is, when the users presses down arrow key or completes edit ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 674

OT: It's getting harder !

... run into a number of "issues" that have been significant challenges. In some cases things that worked simply stopped working. In other situations, code that has existed for over 10 years without fail suddenly isn't working properly. Could it be old age ? Is it just new FW builds conflicting ...
by TimStone
Sun Jun 12, 2016 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: It's getting harder !
Replies: 2
Views: 655

Re: Universal Windows Platform + Harbour + FiveWin

... that most of our apps are large complex apps that do require a large monitor to be used efficiently. However, I do think there are at least some situations where users want access to certain information via their phones or tablets. Workers in the field may want to lookup the status of orders, ...
by James Bott
Sun May 22, 2016 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 14
Views: 4303

Re: Maybe OT: OrdCreate with Unique Clausule

hidroxid, I'm using it in some complicated situations a sample The index : cUnique := cRMonat + "P" // cRmonat can be January - Dezember 12 different DBF ORDCREATE( ,cUnique, "UPPER(PAT_NNAME + PAT_VNAME)", ; {|| UPPER(PAT_NNAME ...
by ukoenig
Thu Apr 28, 2016 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Maybe OT: OrdCreate with Unique Clausule
Replies: 3
Views: 598

XBrowse 16.04 : Right Freeze

We can freeze one or more columns on the left. There can be occasions when we need to freeze a column on the Right. Typical situations are the right most column is horizontal total of many detail-columns all of which can not fit the browse window. From 16.04 it is possible to freeze ...
by nageswaragunupudi
Tue Apr 26, 2016 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : Right Freeze
Replies: 7
Views: 1367

Re: xBrowse improvement

... only the requested data over the network. This type of cursor can sometimes provide better performance than the client-side cursor, especially in situations where excessive network traffic is a problem. However, it is important to point out that a server-side cursor is — at least temporarily — ...
by Rick Lipkin
Wed Apr 13, 2016 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse improvement
Replies: 2
Views: 608

Re: More 16.01 problems with xBrowse UPDATED

... back to the first row. A right click will highlight the row pointed to. This makes no sense. I have the same .dll's, code, and data in all 3 situations. Any ideas would be greatly appreciated. Tim
by TimStone
Thu Mar 03, 2016 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9686
PreviousNext

Return to advanced search