Search found 93 matches: levels

Return to advanced search

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... optimization flags are enabled for error checking (e.g., `-O2` for optimization, `-g` for debugging). - If available, enable additional warning levels to catch potential issues at compile time (`-Wall` or equivalent). ### 9. **Use 64-bit Debugging Tools** Utilize 64-bit debugging tools to check ...
by nnicanor
Wed Sep 25, 2024 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1330

New FTDN July/Julio 2024 (FWH 24.07)

... := 1 (client window) * Rpreview.prg: Quality of thumbnails improved, particularly where the page contains rendering of images with lower alpha levels * Report.prg: Total number of pages is not updated in the preview/print. Fixed. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44735&sid=e83aee593e83d1f9688cf3ccf9e4808b ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 4328

Re: How to read two or more levels Json and save to array

I know that the hashes will contain de data and that we can adress them like :

webshop->promonew = val(hDatos["prices","specialPrice"])

But then again, i was not able to generate a loop (do while, FOR) to process a Hash )))))
by Marc Venken
Fri Aug 02, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: How to read two or more levels Json and save to array

I'm also looking for the same. Data from a array in a array and this can go more levels deep. I haven't seen a sample where Xbrowser who can show multi levels, export to Array/Dbf in a multi array way. With XBROWSER HashTree( hDatos ) TITLE "HASH-TREE" ...
by Marc Venken
Fri Aug 02, 2024 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: How to read two or more levels Json and save to array

The above code is just a repetition of the
METHOD toArray() of XBrowse.
by nageswaragunupudi
Fri Aug 02, 2024 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: How to read two or more levels Json and save to array

step 1: Convert to Hash ( hb_jsonDecode( cJson, @hHash ) ) step 2: Write a small function to convert hash to array I found FWH forums below: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44682&hilit=hb_jsonDecode&sid=d9f385150e611269b6126fd5d63abb3e Marc Venken ...
by richard-service
Fri Aug 02, 2024 4:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: How to read two or more levels Json and save to array

nageswaragunupudi wrote:step 1: Convert to Hash ( hb_jsonDecode( cJson, @hHash ) )
step 2: Write a small function to convert hash to array


Dear Rao,

I'll try it again. Thanks a lot.
by richard-service
Thu Aug 01, 2024 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: How to read two or more levels Json and save to array

step 1: Convert to Hash ( hb_jsonDecode( cJson, @hHash ) )
step 2: Write a small function to convert hash to array
by nageswaragunupudi
Thu Aug 01, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

How to read two or more levels Json and save to array

Hi Harbour/xharbour Any functions to read more levels Json and save to array. { "rtnCode": "00", "sub": [ { "oType": "08", "rtnNum": "2", "sub": ...
by richard-service
Thu Aug 01, 2024 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read two or more levels Json and save to array
Replies: 7
Views: 784

Re: Preview a PDF con imagen de fondo

... nil, @nRet, , , cUnits )   if nAlpha != nil      HPDF_Page_GRestore( ::hPage )   endifreturn nRet You can now play with the alpha levels to your taste and get the results as you desire.
by nageswaragunupudi
Sat Jul 06, 2024 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 5579

Re: Preview a PDF con imagen de fondo

... show the image as watermark. This still remains a problem. I am unable to provide an immediate solution. Note: I am unable to write Gray or Alpha levels to PDF using harupdf now. We also have a function FWWATERMARK( hbmp ) but this does not seem to help either. We will keep searching to a solution. ...
by nageswaragunupudi
Thu Jul 04, 2024 4:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview a PDF con imagen de fondo
Replies: 37
Views: 5579

Re: hash for storing variables

... especially regarding modularity and encapsulation. However, it lacks classical OOP elements like inheritance and polymorphism. The use of multiple levels of patchers and preprocessors for composing components resembles the OOP principle of composition. This enhances reusability and maintainability ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 685

TLINKLIST does not end after :End()

I use XBROWSE with :oTree for 2 levels, it works fine. But when I try with 3 levels. It shows strange behavior as picture. - 1st time, it shows correct. - 2nd time, it start with 2nd level instead of 1st level for 1st group - 3rd time, it ...
by dutch
Wed Jan 12, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLINKLIST does not end after :End()
Replies: 2
Views: 381

Re: help on a GPF situation

... Description compilation run-time ----------- ----------- ---------------------------------------- HB_TR_INFO HB_TR_ERROR All calls with levels HB_DEBUG are or erased from the code, so they have no HB_TR_LEVEL_INFO performance effect; only calls with levels HB_TR_ERROR, HB_TR_FATAL and ...
by Antonio Linares
Sat Oct 23, 2021 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: help on a GPF situation
Replies: 26
Views: 4249
Next

Return to advanced search