Search found 341 matches: pretty

Return to advanced search

Re: MSSQL EXPRESS NativeError : 3621

We will check with SQLEXPRESS 2019 or later once again.
But we are pretty sure that if we adopt your modification, 99% of servers will fail.
by nageswaragunupudi
Thu Mar 18, 2021 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSSQL EXPRESS NativeError : 3621
Replies: 1
Views: 301

From mysql_* to mysqli_*

... to migrate it to mysqli_* functions... https://en.wikipedia.org/wiki/MySQLi This migration process is not THAT complicated, it's pretty simple (at least in theory...) but I'm stuck in some situations, and I'd like to ask you guys for some help! right here I got a simple Query ...
by ricbarraes
Mon Feb 22, 2021 9:09 pm
 
Forum: mod_harbour
Topic: From mysql_* to mysqli_*
Replies: 0
Views: 265

Re: Transym OCR wrapper functions for Harbour

... Yes, I'm using Transym. I used the free google OCR libs (Leptonica and Tesseract) for years before moving to Transym. Tresseract works pretty well depending on the document being fed and it can be trained so it gets better with time if documents and fonts are the same type. The main ...
by reinaldocrespo
Wed Feb 17, 2021 2:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2908

Re: how to add libraries to the buildh.bat file

I'm pretty sure I extracted the Fivewin build a few months ago.

But I'll give it a shot, thanks.
by FWExplorer
Mon Feb 08, 2021 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to add libraries to the buildh.bat file
Replies: 11
Views: 713

WaitUntil - batch command replacement for scheduler

... use Timeout for certain tasks. And there are variations of this, out on the web. But I haven't found anything like a WaitUntil command. I'm pretty sure I could build it in Harbour/Fivewin, within a week. But since there doesn't seem to be an existing command out there, or maybe it's more ...
by FWExplorer
Mon Jan 04, 2021 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 1001

Re: Printer class question

... is all customized using the printer class, and far more can be done with decision trees to control the actual content and output. I think this is pretty standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user ...
by Silvio.Falconi
Wed Oct 21, 2020 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3739

Re: Printer class question

... is all customized using the printer class, and far more can be done with decision trees to control the actual content and output. I think this is pretty standard using the class. With that in mind, I'm afraid I don't really understand how this differs from what you want. In my example, the user ...
by TimStone
Wed Oct 21, 2020 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printer class question - RESOLVED
Replies: 41
Views: 3739

Re: matrices multiplication

The fix is pretty simple, you swapped row and col creating the result, here the correct creation: function MatrixMult( aMatrix1, aMatrix2 )   local nRowsMatrix1 := Len( aMatrix1 )   local nColsMatrix2 := Len( ...
by AntoninoP
Mon Oct 12, 2020 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1119

Re: New Password problem

... There have always been ample tools to use for that. When I look at all the examples, however, they are all relatively simple, and that is pretty standard for cloud based applications. Small amounts of data may be entered at an one time. My primary application is complex, and fully integrated. ...
by TimStone
Thu Oct 01, 2020 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3507

Re: add fields to existing dbf

... ( either because the field count changed, or the file is new ), and takes care of this.. It also rebuilds the indexes. It's fast, automated, and pretty transparent to the user. I also use Tim's method. but I do not rename original file name at first 1. I create the new file with temp filename. ...
by Horizon
Fri Jul 24, 2020 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add fields to existing dbf
Replies: 7
Views: 1159

Re: add fields to existing dbf

... ( either because the field count changed, or the file is new ), and takes care of this.. It also rebuilds the indexes. It's fast, automated, and pretty transparent to the user.
by TimStone
Thu Jul 23, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add fields to existing dbf
Replies: 7
Views: 1159

Re: HBMK2 Problem linking

Sorry to bother you, Antonio... I found in the documentation an explanation about this tag, but it seems pretty vague to me: ldflags= space separated list of values as in -ldflag= option ldflags+= space separated list of values as in -ldflag+= option I already tried many ways ...
by ricbarraes
Mon Jun 15, 2020 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5711

Re: Editsource() Problem

Hey Antonio, thanks for your reply I already did that earlier in this discussion, I noticed that the order is pretty different and we can't really change that. all the Harbour core lib's, by default, are being linked after all the other lib's (fwh lib's and bcc lib's) and there's ...
by ricbarraes
Mon Jun 15, 2020 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5711

Customer .dbf

... and even linked it into the program. The program I'm trying to test is EREP01.prg which I've linked into my main application. ( This is a pretty easy way I use for testing samples ). Any ideas on how to get around this. The sample code is unmodified ( except to rename the function other ...
by TimStone
Tue May 12, 2020 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Customer .dbf
Replies: 6
Views: 908

Re: xBrowse faster with less colums

This clears things up. Thanks. I only use Dbf and CDX, and initial speed is pretty ok. but using the program ( setting values in Barget and scoping for the correct data ) the program slows down until i finaly can get a cup of coffee and when I return, its ready... ...
by Marc Venken
Fri May 01, 2020 1:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse faster with less colums
Replies: 9
Views: 1106
PreviousNext

Return to advanced search