Search found 1412 matches: solve

Return to advanced search

Re: How to build Harbour 32 & 64 bits

... HB_STATIC_OPENSSL=yes  set HB_STATIC_CURL=yesset HB_WITH_LIBHARUset HB_BUILD_DYN=noset HB_BUILD_CONTRIB_DYN=nowin-make.exe You will get some unresolved externals. Add these functions at the bottom of c:\harbour\src\common\hbprintf.c //#if defined( __BORLANDC__ ) && defined( HB_OS_WIN_64 ...
by Antonio Linares
Tue Apr 25, 2023 7:08 am
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 33934

Re: Sending HTML using MAIL

... Please install an email program or, if one is already installed, create an association in the Default Programs control panel I have no idea how to solve this on Windows 11. I have been reviewing videos and google for it, but no solution found yet
by Antonio Linares
Sat Apr 08, 2023 6:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 794

Re: Windows 7 / MSVS 2022 Crash

... I found it created major problems with a Dell Super Hi-Res Monitor that was running 3840x2160. It was very strange. Removing the manifest solved that problem. However it did not solve the problem running on Windows 7. Karinha, We have actually added many new capabilities into FWH. I first ...
by TimStone
Wed Apr 05, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 7 / MSVS 2022 Crash
Replies: 32
Views: 3192

Re: Bad look btnbmp disable()

surely there is a problem , you could see how to solve the border color problem of a btnbmp , because as I wrote in this post https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42757&start=0&sid=fbf48af6683902a2f56acaff4f02ef02 ...
by Silvio.Falconi
Wed Mar 29, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bad look btnbmp disable()
Replies: 9
Views: 765

Re: Unicode to UTF8

... I would not have to do hb_chr() to translate every single \u. But I like your solution, I'm happy with it and that is exactly how I'm going to solve this problem. Again, thank you very much. Reinaldo.
by reinaldocrespo
Thu Mar 23, 2023 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode to UTF8
Replies: 2
Views: 296

Re: Windows 11 Home Single Language

... away the ability of Client Server software to seek, and identify, a server running that package. ( ie. ADS, Oracle, etc ). They did nothing to resolve it or even provide information. Another one is their phasing out now of MAPI services, and thus programs wishing to interact with Outlook Desktop ...
by TimStone
Thu Mar 16, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Home Single Language
Replies: 8
Views: 951

Re: WebView window

That's what I do. But this does not solve the problem of the window appearing (at least for 1 second) when creating a WebView
by Natter
Mon Dec 26, 2022 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView window
Replies: 16
Views: 1089

Re: View deleted records in xBrowse

... the source for the classes, and any documentation, I couldn't find any answer .. Marc, thats a lot of overhead to do the indexing, and might not solve the problem anyway. Thanks for the idea ... Tim
by TimStone
Tue Dec 13, 2022 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: View deleted records in xBrowse
Replies: 8
Views: 753

Re: cyclometric circle

Perhaps I resolve but there is a small error https://i.postimg.cc/0NgVh7rM/t6.png Now the small circles are right and in their place and also the numbers only in the lower part touch the edge of the object the numbers ...
by Silvio.Falconi
Fri Dec 02, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 3418

Re: SEARCH IN LARGE DATABASE VERY SLOW

... with an Array was very fast, even with a base of 11,000 Reg If needed, post an example. A friend "Marcelo", here in Brazil, helped me to solve it. Credits for the solution belong to him, but I adjusted my reality and it turned out great
by INFORMAISVRB
Wed Nov 30, 2022 2:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH IN LARGE DATABASE VERY SLOW
Replies: 7
Views: 665

Fivewin & TDolphin & MariaDb & UFT8 problem?

... Korea. I am going to use MariaDb using Tdolphin library. If you connect normally and read the data, the letters are broken and visible. How can I solve this problem? Help me. Please. https://blogfiles.pstatic.net/MjAyMjExMDRfMjg1/MDAxNjY3NTM5NjUxMzc3.HIlhcRGsvnDZmSpRgvIEWQUIe8FGttu_6aJAKQWoQbkg.M_6RQebb6ROpzwMlrJV22q9bwBjuyZy-twaH7dxFCuwg.JPEG.bigcco2006/error.jpg ...
by bigcco
Fri Nov 04, 2022 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin & TDolphin & MariaDb & UFT8 problem?
Replies: 6
Views: 514

Re: Get real date from the Internet

... defined in 'libucrt.lib(time.obj)' is imported by 'FiveHC32.lib(NOW.obj)' in function '_HB_FUN_NOW' FiveHC32.lib(NOW.obj) : error LNK2019: unresolved external symbol __imp__perror referenced in function _HB_FUN_NOW FiveHC32.lib(NOW.obj) : error LNK2019: unresolved external symbol __imp___ctime64_s ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 4949

delete identical records

... have an equal number in the first or second column because the triplet 1- 2 - 88 is the same as the triplet 2 - 1 - 88 and 1- 88 -2 how can i solve to find the same records? I tried using aScan But I couldn't I tried also with for h=1 to Len(atmp)        If  atmp[h][1] ...
by Silvio.Falconi
Mon Oct 31, 2022 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: delete identical records
Replies: 6
Views: 389

Re: intercept repeated values in an array

...           Endif           next      xbrowser aResu   return nil As I wrote on private mail the problem is another for the two dimensional array i solved For n= 1 to 90        For k= 1 to 90              nTotale  := Calc_Ambi_Sum_dist(n,k,ntipo)              If  nTotale=nvalore          ...
by Silvio.Falconi
Wed Oct 26, 2022 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: intercept repeated values in an array
Replies: 5
Views: 346

Re: Printing double sided

... pass the Duplex setting. Since all of my reports are built with the tPrinter class, this would be a very useful addition. I think this would solve the issue in #3 above. I DID FURTHER RESEARCH: Here is the PRNDUPLEX code from FW: HB_FUNC( PRNDUPLEX ) // ( nValue ) --> nOldValue{  ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1430
PreviousNext

Return to advanced search