Search found 30 matches: worthwhile

Return to advanced search

Re: Dates behave different with Sql systax ?

... nMill ) // I believe the last argument is milliseconds. The source file rtl\dateshb.c has a fair number of datetime related functions, it is a worthwhile read. Robb
by rhlawek
Mon Jan 09, 2017 11:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dates behave different with Sql systax ?
Replies: 4
Views: 2137

Re: pagers for xBrowse

... Unfortunately there is no way to append or concatenate recordsets. This adds quite a bit complexity to coding but can be done if it is really worthwhile. What we may lose in the process are sort, seek, filters. Do you think the trade off is worthwhile for saving 3/4 seconds initially? I am ...
by nageswaragunupudi
Thu May 19, 2016 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: pagers for xBrowse
Replies: 14
Views: 3882

Re: DBF to SQL converter program

... am not talking about the name ID. That is trivial) Any change is a big task. And the new software should last for several years to come. So it is worthwhile spending enough time to produce a safe and bug-free software. When table names of field names conflict with reserved words, the work-around ...
by nageswaragunupudi
Fri Aug 21, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18056

Re: ADO RDD xHarbour

... we ae running with our app there is no problem but maybe others have a different approach. Is it worth to do it ? What do you think ? No, it's not worthwhile. :-) EMG
by Enrico Maria Giordano
Fri Apr 10, 2015 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446784

Re: ADO RDD xHarbour

The only drawback I see is this case:

Code: Select all  Expand view
nRec: = RecNo()
DELETE

GO nRec   // Ok dbf. ADO Fail


 
My opinion: will be few occasions or applications that this circumstance. At the moment I do not think it worthwhile to consider it. Perhaps ADORDD v2.00
by hmpaquito
Fri Apr 10, 2015 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446784

Re: tData for SQL

... huge project for me to undertake so I like any options to make it easier. When I went to tData ( objects ), it was a lot of work, but it was very worthwhile. Hopefully I can find a way to make a smooth transition and have a result that attracts new clients and pleases the long term loyalists. Tim
by TimStone
Tue Jul 08, 2014 11:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tData for SQL
Replies: 24
Views: 6202

Re: Why should I migrate from xHarbour to Harbour ?

... I stopped the subscription a few years ago because it appeared most of the work was by one individual focused on Visual xHarbour. That is a worthwhile project but I didn't use it. My current distribution software is still built with that package mainly because I needed the backward compatibility. ...
by TimStone
Mon Jun 23, 2014 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why should I migrate from xHarbour to Harbour ?
Replies: 44
Views: 7224

Re: PDF Creation size XP vs Win 8.1u1

... the rPreview default. If you can use image2pdf, then that is still the best option. We provided FWH's own function as the last resort. It is not worthwhile for all programs to spend on priced libraries or we are not sure all PCs have Word 2003 with PDF plugin. FWH's function had the xb_grab() ...
by nageswaragunupudi
Fri Jun 13, 2014 9:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PDF Creation size XP vs Win 8.1u1
Replies: 6
Views: 1397

Re: Migrating to Harbour

... attempting what I attempted and not only accomplished, but ended up with something beyond what I had expected. In retrospect it has been a very worthwhile effort. I do wish to make a specific note here. I speak no ill of xHarbour, I hold xHarbour in the highest regard. It was a marvelous discovery ...
by rhlawek
Sat Oct 05, 2013 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16135

Re: downgrade Windows 8 Pro to 7 or Vista

... Finally, there are a lot of blogs, training videos, seminars, and demo materials available to developers. Therefore, these programs have been a worthwhile investment. Tim
by TimStone
Tue Sep 11, 2012 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: downgrade Windows 8 Pro to 7 or Vista
Replies: 30
Views: 6503

Re: New controls for FWH

... time available for FiveWin development. It would be essential also that a sufficient number of users are going to use the product so that it is worthwhile for him to continue actively developing and supporting any such product and it gets up to production quality rapidly enough. I also saw a ...
by xProgrammer
Fri May 21, 2010 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New controls for FWH
Replies: 81
Views: 26822

Re: xBrowse Cell ToolTip

... ] In case of non array datasource, we need to move to the new record, read data and reposition to the original record. I don't think it is worthwhile. In any case, first test with an Array Browse and then decide.
by nageswaragunupudi
Tue Mar 23, 2010 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Cell ToolTip
Replies: 14
Views: 3292

Re: DBF/CDX or SQL

... get a similar result running Test1.exe-- from 4-6 seconds. However, I don't think we can contribute this to the CDX index yet. Perhaps it would be worthwhile to run some other DBF test without using an index like skipping through a couple of hundred records. I also wonder if your test is a real-world ...
by James Bott
Mon Oct 26, 2009 8:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF/CDX or SQL
Replies: 28
Views: 8533

Re: Again xBrowse and new line from TDatabase

... issues right now. Once the basic logic falls in place, it can be extended. Still there are one or two bugs in up and down navigation. It is really worthwhile, if you can bring in similar improvement in your TData and FWin brings it in TDataBase class. No doubt, some effort is required, but can ...
by Rimantas
Tue Oct 20, 2009 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again xBrowse and new line from TDatabase
Replies: 12
Views: 3122

Re: Again xBrowse and new line from TDatabase

... issues right now. Once the basic logic falls in place, it can be extended. Still there are one or two bugs in up and down navigation. It is really worthwhile, if you can bring in similar improvement in your TData and FWin brings it in TDataBase class. No doubt, some effort is required, but can ...
by nageswaragunupudi
Mon Oct 19, 2009 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again xBrowse and new line from TDatabase
Replies: 12
Views: 3122
Next

Return to advanced search

cron