Search found 100 matches: nested

Return to advanced search

New FTDN April/Abril 2023 (FWH 23.04)

... seek, wildseek and seeknext. Note: Incremental filters are not supported yet. - function HashTree( hHash ) --> oTree enhanced. Now can handle nested arrays of hashes also. - New METHOD ToArray( [aCols] ) --> aData - oCol:aDataFonts, aClrText, used for multiline text can now be codeblocks ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1774

New FTDN December/Diciembre 2022 (FW 22.12)

... [aColPos/bSort] ) --> aSorted By default, this works just as normal ASort(), but if the fourth parameter is an array of column numbers, a nested sort is performed on multiple columns. For descending order, specify the column number as negative number. Eg: ASort( aArray,,{ 2, -4, 5 } ) ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1255

Re: Combinaciones de letras

... combinations    print_combinations(word);    return 0;} Y además te explica lo que ha hecho: This program uses a nested loop to generate all possible combinations of three or more letters in the given word. The outer two loops iterate over all pairs of letters ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1043

Re: Does anyone have a json reader

Browsing a nested Json using HashTree   c  := '{"prices":{"basePrice":"44.8900","normalPrice":"44.8900","price":"40.5000","specialPrice":"40.5000","purchasePrice":"0.0000"}}'  ...
by nageswaragunupudi
Thu Nov 10, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 725

Re: Xbrowse can read Jason... but I can not ...

For Hashes containing nested hashes/arrays, use HashTree.

XBROWSER HashTree( hHash )
by nageswaragunupudi
Tue Oct 04, 2022 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse can read Jason... but I can not ...
Replies: 1
Views: 236

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: 229

Re: read xml file

Fixed bug when saving nested childs:

Full source code and EXE:
https://github.com/FiveTechSoft/FWH_tools/blob/master/pim.zip
by Antonio Linares
Tue Dec 22, 2020 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: read xml file
Replies: 6
Views: 1221

New FTDN June 2020 (FWH 20.06)

... runtime error. fixed http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38925 - new function HashTree( hHash, [nOpenLevel] ) --> oTree A nested hash (some values of a hash being hash again) can be represented as a tree for convenient display in xbrowse. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39022&p=232806&hilit=hash_tree#p232806 ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1345

New FTDN September/Septiembre 2019 (FWH 19.09)

... a new transaction only if no transaction is already in progress. Returns whether a new transaction is started or not. - Support for SAVEPOINT (nested transacions). This feature is available with MariaDB and MySql server verson 5.0.3 and above. New Methods: SavePoint( cSavePt ) RollBack( cSavePt ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2912

send data with post method

... folder Antonio Linares 08:58 Uhr { values: [ one: "one", two: "two", three: "three" ] } arrays use [ ... ] can be nested as in Harbour always think in JSON terms whatever data you need to move around... use JSON $.post() sends the data as POST ________________________________________ ...
by Otto
Tue Sep 17, 2019 7:13 am
 
Forum: mod_harbour
Topic: send data with post method
Replies: 3
Views: 738

Re: web programming

... As mod_harbour is able to build "nested" views, now we need to define head.view and body.view head.view <html><head></head>  body.view <body></body></html>  ...
by Antonio Linares
Sun Aug 04, 2019 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: web programming
Replies: 7
Views: 2620

Re: FW_GetMonitor() doesn't work

... application programs. - It would be helpful to integrate the Array rcWork in the class TMonitor, to get the information where the task bar(s) are nested Keeping it as a TRect object has more advanatages as you may notice in due course. Thanking you for your help and also expecting more help from ...
by nageswaragunupudi
Fri Feb 01, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3042

Re: FW_GetMonitor() doesn't work

... I would appreciate it - It would be helpful to integrate the Array rcWork in the class TMonitor, to get the information where the task bar(s) are nested Best regards and until later Frank
by frose
Fri Feb 01, 2019 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3042

Re: Infield Top Aligned Form Labels

... bottom search "icons" 1. Icon signifier Icon signifiers can describe the type of input a text field requires, and be touch targets for nested components. For example, a calendar icon may be tapped to reveal a date picker. 2. Valid or error icon Iconography can indicate both valid and ...
by Silvio.Falconi
Sun Nov 04, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9786

Re: appinvetor

Easy to convert dbf to xml. One can use (x)Harbour xml functions.
Not all xml files can be converted to dbf.

Reasons are obvious.
dbf stores two-dimensional data containing rows and columns.
xml can represent multi-dimensional data and also nested data.
by nageswaragunupudi
Sat Apr 07, 2018 4:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: appinvetor
Replies: 2
Views: 805
Next

Return to advanced search