Search found 32 matches: resolving

Return to advanced search

Re: read JSON

Hello friends,
Correctly resolving this JSON file is not that easy.
But with the HARBOURINO preprocessor, I brought the source code into a clear and maintainable form.

HARBOURINO preprocessor is a game changer.

Best regards,
Otto


Image
by Otto
Wed Nov 17, 2021 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: read JSON
Replies: 8
Views: 974

Resolve nested brackets

Hello friends,
Before I go deeper into this problem, I would like to ask whether there is an algorithm for resolving nested brackets

Thank you in advance
Otto
by Otto
Tue Nov 16, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resolve nested brackets
Replies: 0
Views: 228

Re: Are there any Treeview samples with associated edit boxes?

You're moving faster than we can absorb it. No problem building the last version. Looks like the environmental issues are resolving, notwithstanding climate change. Is the name of this - Pim - too generic? Should it be titled 'FWPim' or 'Fim', for short? Support for RichEdit5 from pim.prg: ...
by FWExplorer
Sun Nov 29, 2020 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4836

Re: Google Cloud Platform

... writing. Amazon Web Services was also impacted by the Dyn’s temporary collapse, and said: “Between 4:31 AM and 6:10 AM PDT, we experienced errors resolving the DNS hostnames used to access some AWS services in the US-EAST-1 Region. “During the issue, customers may have experienced failures indicating ...
by Rick Lipkin
Tue May 16, 2017 3:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4081

Re: xBrowse with array showing numbers in fields and not data

Rao Here is a self contained sample that shows the problem with columns 6 or greater resolving the column number and not the aData information: // Main.prg#Include "FiveWin.ch"#Include "xBrowse.Ch"//----------------------------------------Func ...
by Rick Lipkin
Tue Feb 21, 2017 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1781

Re: xBrowse with array showing numbers in fields and not data

... := { || oCol:RefreshFooter() }   oLbx:nFREEZE := 5  Here is oLbx .. and you will see that column numbers 6,7,8,9,10 ... etc are resolving from the column placement from aHeader rather than from the columns from aData http://i65.tinypic.com/339rsw9.jpg What appears ...
by Rick Lipkin
Tue Feb 21, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with array showing numb in fields and not data -Rao
Replies: 5
Views: 1781

Re: create a harbour dll containing functions to be executed

Thank you Antonio, This now works, However now I am trying the sample testmydl and mydll which passes parameters to the dll. When I execute this test the following error is thrown: Error code 0 loading MYDLL.dll. Thank you in advance for your help in resolving this issue.
by Perry Nichols
Wed Aug 31, 2016 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a harbour dll containing functions to be executed
Replies: 23
Views: 4256

Re: OT: Windows 10 - stop upgrade

... notebook that seemed to be great. However, there was a significant issue with the touch pad. I contacted Gateway and they were disinterested in resolving it. ( It would have been a simple fix ). I even went to the CEO who sent me back to the same disinterested tech support person who gloated ...
by TimStone
Mon Jun 27, 2016 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 4780

Re: lentitud tremenda en red

... exchange data so it's one of the reason to use it in such cases. > Please make real speed tests. > The second reason to use NETIO server is resolving problem with > concurrent access to the same files using Harbour applications > compiled for different platforms, i.e. DOS, LINUX, Windows ...
by hmpaquito
Tue Mar 15, 2016 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: lentitud tremenda en red
Replies: 20
Views: 5376

Re: Problem with past into xbrowse numeric editable cell

... of this, I had to ask more questions here which I would not have had to ask if the documentation was correct on the WIKI site. I look forward to resolving those problems I mentioned above that still exist ( or which have returned ). There is another thread on column spacing that shares another ...
by TimStone
Thu Feb 18, 2016 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2297

Re: PellesC RC-file compile with BCC?

To All Good to know that all you have to do is 'run as administrator' .. I tried this version years ago and I noticed the editor had problems resolving certain controls .. so I kinda gave up on Borland. I kept the folders from the install and could not get BCW.exe to run with the .dll error. ...
by Rick Lipkin
Mon Sep 07, 2015 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PellesC RC-file compile with BCC?
Replies: 26
Views: 5798

Re: Hash Table

Hi James

I am doing an interface to an accounting package using HTTP Restful API - and the hash tables are passed to a function to convert to JSON
which is the format the API requires. I must say that Daniel Garcia Gil has been a great help to me in resolving issues with the API.

Regards

Colin
by Colin Haig
Tue Apr 07, 2015 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash Table
Replies: 9
Views: 2701

Re: Font shift during program execution

... software. I saw this was brought up early in the month, and it appears nothing was done for the past two weeks. ( Based on the earlier posts ). Resolving this would be greatly appreciated. Tim
by TimStone
Thu Jul 24, 2014 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font shift during program execution
Replies: 15
Views: 2564

Visual Studio compiler (cl.exe) flags

... /WX Treats all compiler warnings as errors. For a new project, it may be best to use /WX in all compilations; resolving all warnings will ensure the fewest possible hard-to-find code defects. The linker also has a /WX option. See /WX (Treat Linker Warnings as ...
by Antonio Linares
Thu Jun 26, 2014 7:46 am
 
Forum: Utilities / Utilidades
Topic: Visual Studio compiler (cl.exe) flags
Replies: 0
Views: 334

Re: Escuchar comunicaciones por puerto IP.

... If a socket is passed as third parameter, the return value is NIL. Description inetConnectIP() does the same as inetConnect() except for not resolving the IP address from the server's URL, or DNS name. inetConnectIP() accepts only the IP address of the server in dottet notation. Therefore, ...
by JmGarcia
Mon Apr 14, 2014 9:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Escuchar comunicaciones por puerto IP.
Replies: 2
Views: 940
Next

Return to advanced search