Search found 37 matches: producing

Return to advanced search

Re: xBrowse anomoly

On a thorough testing we can assure that XBrowse, on its own (i.e., without specifying PICTURE clauses) is not capable of producing such kind of results. However, it is possible if we assign a numeric picture clause to a column containing string values (whether numeric or alpha), due ...
by nageswaragunupudi
Tue Dec 03, 2019 8:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

Re: FWH 18.08: Enhancements to strings.prg

... dot meaning swapped). * * This document and the i18n system only handles the first problem, in the future * we could have a standard interface for producing both internationalized and * localized programs. * * * How is this accomplished? * ------------------------- * * How are we able to translate ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5445

Re: Your EXE into a Web app

... of TWeb. But the topic is not about what tool to use to develop web applications. Most of us have already invested a lot of time and effort in producing a desktop application. We need to put in almost same effort to develop a web application and maintain one desktop version and another web ...
by nageswaragunupudi
Tue Oct 16, 2018 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9052

Re: FwSavePreviewToPdf

... text from them. The only issue I had was that managing the printJob queue is time/resource consuming, and eventually having more than one program producing pdf documents can be really difficult to manage. To produce masive pdfs like in payroll printing, it didn't make. When pdf size and quality ...
by AngelSalom
Sat May 12, 2018 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

Re: FwSavePreviewToPdf

... text from them. The only issue I had was that managing the printJob queue is time/resource consuming, and eventually having more than one program producing pdf documents can be really difficult to manage. To produce masive pdfs like in payroll printing, it didn't make. When pdf size and quality ...
by Carlos Mora
Sat May 12, 2018 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 5459

New FTDN May/Mayo 2017 (FWH 17.05)

... version 10.2.1 and above. i.e, when oCn:IsMariaDB() is .T. and oCn:nVersion >= 10.21 This constraint is ignored on other servers without producing any errors. - RowSet: Update() and Delete() operations fail, when the rowset does not contain a primary/unique key and the values of the current ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2434

Re: TPrinter problem

... Word and produces a file with large size. When we directly export from Printer/Report, directly the inbuilt function FWSavePreviewToPDF() is used, producing a file larger than what Word would have produced. This explains the reason for the different sizes and versions. This also raises a question ...
by nageswaragunupudi
Wed Apr 26, 2017 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter problem
Replies: 8
Views: 1414

Re: New FTDN June/Junio 2016 (FWH 16.06)

FWH 16.06 build 2 already available: - Fix: xbrowser <datetimevalue> is producing runtime error. fixed. - Fix: TSwich.prg: Pressing space key toggles switch only when created in a Window but not in a dialog. fixed. - Improvement: Dialog.prg. If the OSK covers ...
by Antonio Linares
Tue Aug 16, 2016 10:30 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2016 (FWH 16.06)
Replies: 2
Views: 2346

Re: Embarcadero Releases Free C++ Compiler for Windows

... I already made some test with pure C and It seemed faster in compiling and producing a smaller EXE. I don't know if this is true with [x]Harbour/FWH EXEs too. That's the reason why I'm trying to compile xHarbour with clang ...
by Enrico Maria Giordano
Wed Aug 03, 2016 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Embarcadero Releases Free C++ Compiler for Windows
Replies: 53
Views: 11029

Re: Universal Windows Platform + Harbour + FiveWin

I think a lot of this depends on the type of apps we are producing. It would appear that most apps to be run on a universal platform would be cloud based, and handle small bits of information. This is necessary because on smaller platforms ( phone / ...
by TimStone
Fri May 20, 2016 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Universal Windows Platform + Harbour + FiveWin
Replies: 14
Views: 4230

Re: Report Drill Down

... to us. https://www.fast-report.com/en/ I think those of us in the FWH world using FastReports are still using Sergi's code. I'm still producing reports that would be impossible otherwise but always worried that my fastreports will stop working for me and have to return to less advanced ...
by reinaldocrespo
Wed Jan 27, 2016 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 8637

Re: PUBLIC var declaration issue

... This is mainly so I can look for locals and privates that may be overriding publics. As I am sure you know these situations can be nightmares producing bugs that are extremely hard to find. Since I have stopped using publics I have not had to deal with this since (in my apps at least). So, ...
by James Bott
Sun Aug 30, 2015 3:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6345

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... which will execute much faster than the above common code. Optimized generation of Line numbers and other similar optimizations which end up in producing smaller and faster executables. Built-in support for SET TRACE [On|Off] and TraceLog() function. Optimized and extended Garbage Collector. ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2282

Re: IEEE to MSBIN converter

Antonio,

yes, I already traced the error in how the function _fieeetomsbin() fills the float number producing a NAN for some values.

EMG
by Enrico Maria Giordano
Mon Jan 19, 2015 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IEEE to MSBIN converter
Replies: 12
Views: 2331

FWH 64 offer for 15 days

... purchase section. Even if it appers as 280 euros, we will only charge 150 euros. Take advantage of this offer and start producing and selling the 64 bits version of your application :-)
by Antonio Linares
Mon Nov 03, 2014 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 offer for 15 days
Replies: 0
Views: 391
Next

Return to advanced search