Search found 87 matches: reasonable

Return to advanced search

Re: ID of the new process

Your approach of comparing the lists of processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. ...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 321

Re: Fivewin and ADO

ExcelRange Vs ADO Use ExceRange for reasonable sized ranges. The data need not be organized like a table, can contain formulas and can be or ragged size. Planned improvements in future: Will soon provide editing excel formulas in xbrowse itself. ...
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3803

Re: Crossover 21.1

Dear Tim, very good :-) I also use iMac 27 for years to work, though I always buy them second hand, as Apple prices seem not reasonable to me. Thats why I don't use iPhone too and stick with Android on Samsung. I don't like Apple pushing young people to buy such expensive phones... I ...
by Antonio Linares
Thu Jul 07, 2022 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Crossover 21.1
Replies: 8
Views: 529

MDI child windows use hard-coded Visual Style Rendering

... have a main window and dialogs on win10 and child windows look 10 years old with win7 style I have asked to Antonio Linares and it seems that n o reasonable solution is available . https://i.postimg.cc/RZqjdRrh/different-windo.jpg There are several reports of the problem online, ...
by Silvio.Falconi
Thu May 19, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child windows use hard-coded Visual Style Rendering
Replies: 1
Views: 212

Re: How code obfuscation helps protect application data

... about the executable .. I would want to steal the data and if not encrypted .. you better get prepared to pay a ransom .. .. I am not cheap, but reasonable :D Rick Lipkin
by Rick Lipkin
Mon May 16, 2022 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How code obfuscation helps protect application data
Replies: 11
Views: 1368

Re: Artificial Intelligence: GPT with Harbour and FWH

... part about the process? Steve: The most difficult part of the process was making sure that it could easily be mass-produced at a cost that was reasonable to consumers. Antonio: How many iphones were made in the first days? Steve: We made around 10,000 iphones in the first week. Antonio: what ...
by Antonio Linares
Fri Aug 14, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1365

Re: xBrowse anomoly

... the problem, and it only occurs with the DEFAULT values automatically assigned by the xBrowse ( when no PICTURE is specified ) it would seem reasonable to say the error is caused by code in the xBrowse.prg itself. Tim
by TimStone
Thu Apr 23, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

Re: Help with PDF in FWH-19.09 please.

... best way to generate PDFs in your case. With FWH1909 we have 3 options (1) FWH Internal (2) MSWord (3) HaruPDF In our tests... 1) FWH Internal: Reasonable quality but very large files. 2) MSWord: Better quality and reasonably smaller size Limitations: Does not support vertical fonts. You brought ...
by nageswaragunupudi
Tue Dec 03, 2019 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with PDF in FWH-19.09 please. - SOLVED
Replies: 3
Views: 1021

Re: Rpreview issues - PDF

... the emf files are first converted to a Word Document and then saved as PDF instead of as docx. The PDF created is of good quality and of a reasonable size, but still larger than the pdfs created by Image2PDF. If MSWord is not installed, then PDF is generated by FWH's own function. The quality ...
by nageswaragunupudi
Wed May 01, 2019 3:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rpreview issues - PDF
Replies: 58
Views: 7346

Convert DBF 2 SQL

... fine. I noticed a reference to the DBF2SQL.prg available in FWH, but some comments stated it would not work with FPT files. Has anyone found a reasonable way to do this ? Ultimately all of my clients, with about 115 DBF files each, would need to be converted. Many of those files do have memo ...
by TimStone
Wed Mar 20, 2019 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DBF 2 SQL
Replies: 9
Views: 2558

Unicode characters displaying as ANSI on windows title bar

... show up everywhere, for example I don't see the issue on Windows 10 but I see it everywhere on Server 2008 and Server 2012. This link provides a reasonable explanation of what is going on. What I don't understand yet is why I'm only seeing it on server operating systems. [url] https://stackoverflow.com/questions/33358546/chinese-characters-in-title-bar ...
by rhlawek
Thu Jul 05, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode characters displaying as ANSI on windows title bar
Replies: 11
Views: 1861

Re: Introducing FiveTech's fivedit

... Windows 10 SmartScreen pops up and gives me a warning .. I just by-pass it and let it run .. Enrico, Please check out Aspack ( not free but very reasonable ) .. I have used it for many, many years and the latest version compacts the hex so tightly .. there is virtually no way to de-compile or ...
by Rick Lipkin
Sat Mar 24, 2018 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107547

Re: How to edit a EMF file

... information than text and font info. In some cases alignment, kerning etc of characters may get disturbed. Example: This substitution looks quite reasonable: cBuf  := StrTran( cBuf, AnsiToWide( "City" ), AnsiToWide( "CITY" ) ) But let us see the result: ...
by nageswaragunupudi
Thu Mar 22, 2018 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to edit a EMF file
Replies: 13
Views: 1553

Re: Can TGraph do X,Y plots?

... I wrote code to find those values. I discovered that it was a challenge to find those values since they needed to be rounded up (or down) to a reasonable number that made the chart look right. E.G. rounding 10.3 to 11 or 15 or whatever. Of course, being able to specify the ranges by overriding ...
by alvaro533
Tue Mar 06, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5506

Re: Can TGraph do X,Y plots?

... I wrote code to find those values. I discovered that it was a challenge to find those values since they needed to be rounded up (or down) to a reasonable number that made the chart look right. E.G. rounding 10.3 to 11 or 15 or whatever. Of course, being able to specify the ranges by overriding ...
by James Bott
Tue Mar 06, 2018 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5506
Next

Return to advanced search