Search found 103 matches: alternatives

Return to advanced search

Check if the user is gone away

... something like a 15 min timer could runs but I need to reset the timer each time the user move the mouse or press a keyboard key. Any ideas or alternatives ? Thanks in advance
by Marco Turco
Tue Feb 16, 2016 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Check if the user is gone away
Replies: 8
Views: 2434

Re: DBF to SQL converter program

... ADS forums) This was the first reason why we started with adordd development. If you want to go to SQL without changing app code the only alternatives are ADS RDD and ADORDD although this last rdd its emulating ISAM way of working, much slower and not cross-platform because it depends ...
by AHF
Wed Aug 26, 2015 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18134

Re: ADO RDD xHarbour

... import big amounts of data to MySql is to export it first to csv file and then import it using LOAD DATA statement. I think other DBs engines have alternatives like this. You can try it like using the example in my previous post. In adordd we can do anything else to improve it and maintaining 100% ...
by AHF
Wed Aug 12, 2015 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447073

Re: ADORDD Error : ADODEFAULT(5256)

... for all) USE easyinfo ALIAS "tbl" //THIS IS THECORRECT SYNTAX // DONT USE IT IM GOING TO TAKE THIS OUT //AS IT WILL NOT BE NEEDED WITH ALTERNATIVES ABOVE. USE easyfo VIA "ADORDD" ALIAS "tbl" FROM DATABASE "ccrtbl" MYSQL ; FROM SERVER "localhost" ...
by AHF
Tue Jun 16, 2015 6:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADORDD Error : ADODEFAULT(5256)
Replies: 21
Views: 3923

Re: ADO RDD xHarbour

... tried yet. The table average size of this application is 100.000 Recs some with > 700.000. Can you share some of your experience? Here you have alternatives: 100% compatible dbf behavior STATIC FUNCTION ADOSEEKSQLFIND( nWA, lSoftSeek, cKey, lFindLast )   LOCAL oRecordSet := ...
by AHF
Fri Apr 17, 2015 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447073

Re: To Antonio:

Antonio:

Sadly enough yes, but I'm open to alternatives. Thank you my friend !
by HunterEC
Tue Apr 14, 2015 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 39
Views: 12683

Re: ADO RDD xHarbour

... I don't have the code. ADO_CREATE not started yet. I'm still struggling with seeks with more than one field in seek expr.. We have the following alternatives: 1) Select a new set with where clause with fields used in seek expr. Pros - Good performance Cons - Seek must be reset some how if one ...
by AHF
Mon Apr 06, 2015 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447073

Re: ADO RDD xHarbour

Lucas, I appreciate your proposal but I have no time now to install new versions of FWH or Harbour or xHarbour. The alternatives in hbusrdd.ch are (one of wich shoul work) : a) #define UR_FI_SIZE 5 comment in ado_open // aField[ UR_FI_FLAGS ] := 0 // xHarbour expecs this field // ...
by AHF
Wed Apr 01, 2015 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447073

ADS Encrypted File Indexing

... ) RETURN nil and the error I receive is: Error description: Error ADSCDX/5089 The operation is not valid for the auto-open index. I've tried some alternatives with the same result. So if I want to use an ENCRYPTED file with ADS, using a data dictionary, how can I get the files to index ? The ONLY ...
by TimStone
Mon Mar 09, 2015 11:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Encrypted File Indexing
Replies: 1
Views: 604

Is it possible to specify background color of printed text?

Using TPrinter, is it possible to specify the background color of the text to be printed? If not, is there any alternatives?

TIA
by hua
Fri Sep 26, 2014 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to specify background color of printed text?
Replies: 6
Views: 1264

Re: FiveWeb (FiveWin days are numbered)

Dear Boris,

I did purchase FiveWeb in the beginning as well. However, the version was incomplete and not reliable. Based on your responses, I believe there is no definite timeline. I appreciate your responses and I will look at alternatives.
by cdmmaui
Fri Jun 13, 2014 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb (FiveWin days are numbered)
Replies: 70
Views: 25001

Re: xBrowse + OO Array

... XBrowse is concerned: XBrowse is made to work with any user defined class PROVIDED that you define some methods and data. There are basically two alternatives: Alternative-1: Define a METHOD SetXBrowse( oBrw, aCols, lAutoSort, lAutoCols ) In this method you write code similar to that in SetODbf() ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4796

Re: FW 13.09 xBrowse hangs

... it is character value, it can be either a field name or a character expression that can be macro evaluated inside xbrowse. So, the following two alternatives work: COLUMNS {"Number", "Name", { || TRANSFORM(Phone, "@R (999) 999-9999")} } or COLUMNS {"Number", ...
by nageswaragunupudi
Wed May 07, 2014 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 13.09 xBrowse hangs
Replies: 3
Views: 971

Re: How to print HTML file?

... PRN... functions and then SENDMESSAG... function to the printer dlg to press Print button. I never tried it but should work. I dont have any other alternatives. Antonio
by AHF
Mon Jan 13, 2014 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print HTML file?
Replies: 4
Views: 1339

Re: Multi dimensional Array, aSave, aRead

I am not discussing about ARead and ASave, but like to discuss some alternatives. #1) If we are using "DBFCDX", we need not make any conversions. We can straightaway assign and read Arrays to and from memo fields very safely. (cAlias)->MEMOFLD ...
by nageswaragunupudi
Wed Nov 20, 2013 1:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi dimensional Array, aSave, aRead
Replies: 5
Views: 1540
PreviousNext

Return to advanced search