Search found 43 matches: redundant

Return to advanced search

Re: Error p/generar EXE usando UHTTPD2 en Windows

... to recreate all forms. And ChatGPT has made these simple things, for which you maybe wanted to wrap html code with Fivewin syntax four years ago, redundant. You tell ChatGPT how your form should look and it gets created for you simply. Best regards, Otto With this prompt you get the a ready to ...
by Otto
Sun Aug 06, 2023 7:34 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1921

Re: Backup from inside FWH program

... in the future. As for my system, I use Goodsync on my programming machine, writing to a portable drive, and to the cloud. I also regularly have redundant copies on two other computers.
by TimStone
Wed Aug 31, 2022 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backup from inside FWH program
Replies: 17
Views: 1458

Re: 1-to-many loke Foxpro

... and more efficient to write a program to provide whatever answer the client needs (without storing hundreds of thousands of records, of mostly redundant data). Looking at hundreds of thousands of rows in Excel would make my eyes bleed...
by Marc Vanzegbroeck
Fri Sep 17, 2021 6:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1210

Re: 1-to-many loke Foxpro

... and more efficient to write a program to provide whatever answer the client needs (without storing hundreds of thousands of records, of mostly redundant data). Looking at hundreds of thousands of rows in Excel would make my eyes bleed...
by James Bott
Thu Sep 16, 2021 11:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1-to-many like Foxpro
Replies: 14
Views: 1210

Re: Rpreview issues - PDF

I think image2pdf do the same think of my code but: without libharu and removing the redundant and unused commands, may be should be interesting compare the PDF result, almost the not binary part... And I think that MSWord convert the EMF in word (lines, text-box) ...
by AntoninoP
Wed May 08, 2019 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7338

Re: Ransomware

... the customer completely reformat the machine, installs the last clean backup, makes the subsequent entries, and continues on. Backups should be redundant ( multiple ) and some stored offsite each day. My software does a daily backup to a zip file, and a copy of that automatically goes to my ...
by TimStone
Sat Apr 27, 2019 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ransomware
Replies: 14
Views: 4254

Re: Tdata still Up to Date ?

... A class can inherit from another class which gives it all the capability in the original class plus what you wish to add. You eliminate a lot of redundant code. Tim
by TimStone
Wed May 31, 2017 10:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tdata still Up to Date ?
Replies: 25
Views: 5136

Re: Printing an image.

... the image-painting easy, using the same center-vars from the textpositions. The calculations using < oPRINT:Cmtr2Pix( @nRow, @nCol ) > are redundant. regards Uwe :D
by ukoenig
Mon Sep 19, 2016 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing an image.
Replies: 18
Views: 5606

Re: DBF to SQL converter program

... problem. So, we will have to use SQL statements to build the database (instead of the FW ADO function) to avoid getting the ID field. It does seem redundant to be getting two auto-increment fields (ID and HBRECNO) in tables created by the ADORDD. However, the HBRECNO should start at 1 and the ID ...
by nageswaragunupudi
Tue Aug 25, 2015 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17989

Re: DBF to SQL converter program

... problem. So, we will have to use SQL statements to build the database (instead of the FW ADO function) to avoid getting the ID field. It does seem redundant to be getting two auto-increment fields (ID and HBRECNO) in tables created by the ADORDD. However, the HBRECNO should start at 1 and the ID ...
by James Bott
Tue Aug 25, 2015 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 17989

Re: ADO RDD xHarbour

... TABLES INDEX LIST TO ... What is the difference between the ADO and the ADODBF designations? Since they both contain the same lists aren't they redundant? Or, are there instances where they don't contain the same lists? James
by James Bott
Thu Aug 06, 2015 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446342

Re: Ms Access (ADO) in a network with multiple users?

... Fw_Ado functions\wrappers, or just plain ADO methods you manipulate defined by the Microsoft Ado Class within either Harbour or xHarbour. The redundant point I am making is look at your application landscape and the corporate environment you are going to target and run in, using OleDB ( sql ...
by Rick Lipkin
Fri Jun 12, 2015 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ms Access (ADO) in a network with multiple users?
Replies: 2
Views: 751

Re: En tiempo de compilacion...

... lexer after preprocessing and converting the preprocessed token to string which is then once again divided into tokens by FLEX or SIMPLEX. It's redundant and because neither FLEX nor SIMPLEX are MT safe and both have limitations like maximum line size we will not be able to fully benefit from ...
by Antonio Linares
Tue Aug 26, 2014 7:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: En tiempo de compilacion...
Replies: 3
Views: 1553

Re: HTTP alternative ?

Rick,

Rick Lipkin wrote:
Code: Select all  Expand view
Do While IE:Readystate <> 4
   SysWait(1)
   SysRefresh()
   Loop
Enddo


Loop statement is redundant here. :-)

EMG
by Enrico Maria Giordano
Sat Aug 02, 2014 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTTP alternative ?
Replies: 16
Views: 2970

Re: Error system not working ?

... Called from (b)ERRORSYS(306) in c:\fwh\source\function\errsysw_.prg Called from MAIN(12) in adir.prg I also get an error for a redundant function declaration. FiveHC.lib(MEM.obj) : error LNK2005: _HB_FUN_NEXTMEM already defined in errsysw_.obj Robb
by rhlawek
Wed Oct 16, 2013 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error system not working ?
Replies: 18
Views: 3240
Next

Return to advanced search