Search found 26 matches: pairs

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... the LocalStorage of a Progressive Web App (PWA) until you have an internet connection again. LocalStorage offers a simple way to store key-value pairs directly in the user's browser, and is especially useful for PWAs that need to operate offline. Here is a document how to make from a mod harbour ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 827

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... or checkbox in the code is represented by a row and column position indicated with the "@" symbol. The row and column positions are pairs of parameters separated by a comma. Multiply the row and column positions by 80. Additionally, there is a keyword "SIZE" used in the ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 457

Re: Combinaciones de letras

... 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 in the word, and the inner loop iterates over all remaining letters in the word to generate a combination of three letters. The combination ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1043

Re: Harbour CGI

... yet. modharbour has from "sessions" to automatic cookies management, it provides as hashes the "GET" and "POST" pairs, many things that really easy the web development work It has the experience as almost three years working and learning with mod_harbour
by Antonio Linares
Sat Sep 24, 2022 8:21 am
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6239

Re: Finding the caption of a Hash

Marc,

A hash table is built from key/value pairs.

Here is a link to the manual: https://harbour.github.io/doc/

Bookmark:
https://winhotel.space/modharbour/modharbouronline.prg


Image



Best regard,
Otto
by Otto
Fri Apr 01, 2022 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Finding the caption of a Hash
Replies: 6
Views: 465

Autocomplete widget (similar FW combobox)

... with explanation to get you started. https://salman-w.blogspot.com/2013/12/jquery-ui-autocomplete-examples.html We took the demo using-label-value-pairs.html . The data is loaded into the WIDGET using a JSON. https://mybergland.com/fwforum/autocompletedata.jpg We now read the data from ...
by Otto
Sat Jan 15, 2022 4:20 pm
 
Forum: mod_harbour
Topic: Autocomplete widget (similar FW combobox)
Replies: 0
Views: 146

Re: Little test AP functions

Dear Otto,

You may add:

AP_PostPairs() --> Hash returns a hash with all POST pairs, key and value

More:
https://github.com/FiveTechSoft/mod_harbour/wiki/Functions-provided-by-the-mod-Harbour
by Antonio Linares
Sat Jan 08, 2022 9:09 am
 
Forum: mod_harbour
Topic: Little test AP functions
Replies: 2
Views: 492

Error version Tweb 1.2

... la ultima, me descargo la 1.2, pero me sale un erro al probarla: Error: la variable no existe operación: CPART llamado desde: .. \ source \ pairs.prg, AP_GETPAIRS, línea: 64 llamado desde: C: /xampp/htdocs/tweb-master/lib/tweb/tweb.hrb, TWEBSESSION: GET_SESSION, línea: 241 llamada desde: ...
by Adolfredo Martinez
Fri Feb 12, 2021 9:18 pm
 
Forum: mod_harbour
Topic: Error version Tweb 1.2
Replies: 2
Views: 432

Re: Hash - Orden

xHarbour always stores the key/value pairs in the order of the key.

Please test this small example:
Code: Select all  Expand view
  hHash := hash( "Z", "AA", "A", "ZZ" )
   XBROWSER hHash
 
by nageswaragunupudi
Fri Dec 11, 2020 3:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hash - Orden
Replies: 12
Views: 1713

send data with post method

... } ) .fail( function( data ) { console.log( 'ERROR', data ); } ); second parameter is a JS object (JSON notation) one: "one" etc are the pairs that you will get from AP_Postairs() No need to create a form You can send whatever you want just using a JS object (JSON means: JS object notation) ...
by Otto
Tue Sep 17, 2019 7:13 am
 
Forum: mod_harbour
Topic: send data with post method
Replies: 3
Views: 738

Re: What does this syntax mean? hHead := {=>}

... <valueN> <value> is one or more values of any data type associated with <key> when the Hash is initialized. Multiple key/value pairs are separated with commas. Description An empty literal Hash is created with the characters {=>}. The Hash can be initialized with key => ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1396

Re: How to define a GROUP-color on xBrw-cells ?

There is nothing wrong.
Define more number of color pairs may be around 10
by nageswaragunupudi
Mon Mar 20, 2017 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to define a GROUP-color on xBrw-cells ?
Replies: 4
Views: 758

New FTDN February/Febrero 2017 (FWH 17.02)

... cTable, aFields, aValues, cWhere ) --> cSql aFields: Single field name, list of fields, array of field names or array of fieldname and value pairs aValues: Single value or array of values cWhere: where condition * MENUITEMS - Change prompt in POPUP MENUS. Fixed * New CLASS TAdoCommand ( adofuncs.prg ...
by Antonio Linares
Fri Feb 24, 2017 12:37 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2017 (FWH 17.02)
Replies: 2
Views: 2149

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... aValues: As in Insert but only single dim array Param acWhere: Character exprn: Example "ID = 340" or a multi-dim array with field-value pairs Eg: { { "AGE", 40 }, { "DEPT", "AB" } } METHOD PivotArray( cTable, cRowFld, cColFld, cValFld, cAggrFunc ) Param ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28685

Re: XBROWSE 15.12 Challenge

... I am using a tdata / tdatabase data object format and I really want to stay with it. Please consider the following: First I have index "pairs". The first is on all parts, and the second is on only stocking parts. These are created without a problem. In my code, I have assigned the ...
by TimStone
Wed Jan 20, 2016 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE 15.12 Challenge
Replies: 11
Views: 3378
Next

Return to advanced search