Search found 280 matches: appropriate

Return to advanced search

Proposal .. 'just not xBase any more'

... the centralized IT ) but in a separate deputy area who was also a long time 'coder' that was asked as a 'last resort' to see if he could make the appropriate changes to my program. As it turned out this 'coder' was able to read the programming flow and understand where to look for and make the ...
by Rick Lipkin
Tue Mar 07, 2017 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5726

Re: SQL Scripting Support: Less known features of FWH - 3

... any RDBMS). By default, this function uses MySql syntax. If we open any ado source using FW_OpenAdoConnection(), then this function uses syntax appropriate for that RDBMS. Example:    cSql  := "UPDATE `photos` SET `name` = ?, `photo` = ? WHERE `id` = ?"//OR   cSql ...
by nageswaragunupudi
Sat Feb 18, 2017 3:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL Scripting Support: Less known features of FWH - 3
Replies: 6
Views: 3129

XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01

... performance gains. This method literally calculates the aggregates by scanning the data from the beginning till end. For this reason, while it is appropriate to call this method initially once, calling this method during runtime frequently may hit the performance. But we need to update the aggregates ...
by nageswaragunupudi
Fri Feb 03, 2017 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse MakeTotals: Improvements in FWH 16.12 and 17.01
Replies: 8
Views: 5607

Re: Print Preview problem

... display these images and where required embed these images into Word or PDF files for export. If we want contents to be exported to Word, the appropriate stage is when we generate report. Instead of sending to printer or preview, we need to send it to Word. If we want to export from XBrowse, ...
by nageswaragunupudi
Fri Jan 06, 2017 11:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Preview problem
Replies: 6
Views: 1888

Pardon double post - Mutliple Definitions using Harbour

Sorry but I posted first in Clipper forum but believe it might be more appropriate here. am helping out a friend who has an old Clipper app that I am trying to rebuild with Harbour. It has 10 .prg files, all of which compile cleanly, but then the noise starts. ...
by lmheimendinger
Sun Dec 04, 2016 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pardon double post - Mutliple Definitions using Harbour
Replies: 1
Views: 387

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 of last row, a new blank row ...
by nageswaragunupudi
Tue Oct 25, 2016 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.09: RowSet AutoAppend feature
Replies: 0
Views: 666

Re: FWH : Unicode Gets and RowSet

... HB_UTF8STUFF(), HF_UTF8LEN(). It is once again desirable to review the application programs and any 3rd party libraries they are using and make appropriate rectifications. Same way PAD() or PADR() should not be used with Unicode strings. For example, using PADR(cStr,10) where cStr is a unicode ...
by richard-service
Tue Oct 04, 2016 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

Re: FWH : Unicode Gets and RowSet

... HB_UTF8STUFF(), HF_UTF8LEN(). It is once again desirable to review the application programs and any 3rd party libraries they are using and make appropriate rectifications. Same way PAD() or PADR() should not be used with Unicode strings. For example, using PADR(cStr,10) where cStr is a unicode ...
by nageswaragunupudi
Mon Oct 03, 2016 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH : Unicode Gets and RowSet
Replies: 8
Views: 2858

Re: Browsing a large recordset

... oMySql := mysql_Open( oAdoCnObject ) oRs := oMySql:RowSet( <ctable>, 1000 ) // read first 1000 records << browse code >> At an appropriate time, you can oRs:ReadNext( 2000 ) // read and append next 2000 records or oRs:ReadNext() // read all remaining records and append oRs:lMore ...
by nageswaragunupudi
Wed Sep 28, 2016 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browsing a large recordset
Replies: 2
Views: 748

FWH: Parent Child RowSets (MySql/MariaDB)

... ) // RowSet where customer table is the only table or main table. RowSet object searches the database for the relevant FK relationship and builds appropriate Where clause or Filter condition. This approach is the best. Some samples: Main function: #include "fivewin.ch"static ocn//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4253

Re: xBrowse improvement

... fetch such large rowsets may perform poorly. There are exceptions, of course. For some applications, a large client-side cursor might be perfectly appropriate and performance might not be an issue. One obvious benefit of the client-side cursor is quick response. After the result set has been downloaded ...
by Rick Lipkin
Wed Apr 13, 2016 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse improvement
Replies: 2
Views: 596

Re: New useful addition to xBrowse

... the contents of the entire row and information as to the active cell is totally irrelevant to the user. If we use the right Marquee Style for the appropriate purpose. If for some reasons we like to high-light the entire row and at the same time provide inline editing and good visibility of the ...
by nageswaragunupudi
Tue Mar 01, 2016 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New useful addition to xBrowse
Replies: 2
Views: 768

New FTDN November/Noviembre 2015 (FWH 15.11)

... of the new features. While it may be very difficult to think of a large data intensive application to run on tablet and phone, we may find it appropriate to provide some applications to run on different systems. We may also need to keep in mind that a desktop may suddenly become a tablet, ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2794

FWH 1510: Problem with Buttonbar in Dialog

We were delighted to receive the ability to put a buttonbar into a dialog in 1504. I re-coded all dialogs where this was appropriate and it has worked fine ... until now. If one reviews the suggested useage, and control, we have a tbar control, ID 100, that we place in the dialogs. ...
by TimStone
Sat Dec 12, 2015 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1510: Problem with Buttonbar in Dialog
Replies: 6
Views: 2133

Re: Consuming a Restful Web Service in Fivewin.

... on the RESTful service that you are going to use. For eg the parameters that it expects in the header. Depending on that you may have to use the appropriate value in the oOle:SetRequestHeader() Hope it is clear. Regards Anser
by anserkk
Wed Dec 02, 2015 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Consuming a Restful Web Service in Fivewin.
Replies: 3
Views: 817
PreviousNext

Return to advanced search