Search found 59 matches: revisited

Return to advanced search

Re: The Future of Developer Forums

... Clipper side for the frontend. Unfortunately, back then, there was no interest from either our side or from the codeforum side. A few days ago, I revisited this forum. But from today's perspective, this forum is no longer of interest. You don't recognize anyone, and you can't engage in conversations. ...
by Otto
Thu Nov 02, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 300

Re: RTF Revisited

Dear Tim,

Solved as per your email

many thanks
by Antonio Linares
Thu May 11, 2023 3:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RTF Revisited
Replies: 1
Views: 241

RTF Revisited

Sorry ... I posted this by accident in this forum. I also resolved the problem.
by TimStone
Wed May 10, 2023 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RTF Revisited
Replies: 1
Views: 241

Re: Decode JSON - revisited

Thank you both for your responses. Enrico, your solution worked perfectly. JSON is so widely used now we all need to understand it fully. I find companies, however, output their responses in various JSON formats, so I will be studying the principles more closely. Antonino, I appreciate those alterna...
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 326

Re: Decode JSON - revisited

it works with [] operator too: ? hChgData["transactionResponse"]["cashier"] or ? hChgData["transactionResponse","cashier"] with hashes the $ operator works too: ? "transactionResponse" $ hChgData IMHO it is pretty cool for a b...
by AntoninoP
Wed Feb 15, 2023 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 326

Re: Decode JSON - revisited

Try this:

Code: Select all  Expand view
? HB_HGET( HB_HGET( hChgData, "transactionResponse" ), "cashier" )
by Enrico Maria Giordano
Wed Feb 15, 2023 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 326

Decode JSON - revisited

This is a JSON response code I have received:      cRetData := {"transactionResponse":{"accountCardType":"VS","accountEntryMethod":"PinpadKeyed","accountExpiryDate":"XXXX","amount":"1.55","amount...
by TimStone
Wed Feb 15, 2023 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 326

Re: FWH64

... the aMinMaxInfo to be set in a 64 bit app it will GPF every time. I've tried to figure this one out but no luck so far, and to be honest haven't revisited it in a while. I usually protect this at runtime as follows, but it is just as easy to use an #ifdef to to conditionally hide this code snippet ...
by rhlawek
Fri Mar 18, 2016 11:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 24423

Re: BitMaps from memory revisited

Robb,

Also you can create a bitmap from memory (and fill its data in) using C language as we do in:

fwh\source\function\bitmaps.c
by Antonio Linares
Wed Jun 11, 2014 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BitMaps from memory revisited
Replies: 2
Views: 537

Re: BitMaps from memory revisited

I finally found what I was after reading TBitmap class source, there is a very useful LoadFromString() method that doesn't appear to be documented. It shows not only how to solve my current need, but also illustrates how to do the behind the scenes manipulation.

I can make progress again.

Robb
by rhlawek
Tue Jun 10, 2014 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BitMaps from memory revisited
Replies: 2
Views: 537

BitMaps from memory revisited

Antonio, I use a remote database which has two fields, the second field is a blob that contains a bitmap, which could be .bmp, .jpg, or .png. The first field is just a reference name. I get the data back as an array, then just use SetArray() to load into xbrowse. When I create an xbrowse the bitmap ...
by rhlawek
Tue Jun 10, 2014 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BitMaps from memory revisited
Replies: 2
Views: 537

Re: Calculator revisited

Antonio I mean ... with Getcalc of Tim ..
by Silvio.Falconi
Wed Jun 04, 2014 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18824

Re: Calculator revisited

Fixed code ... REDEFINE BUTTON oBtnDel ID 426 OF oDlg MESSAGE 'Borra último dígito';             ACTION (::cUltima:='CE'            ,;                     iif(::cUltim...
by Biel EA6DD
Tue Jun 03, 2014 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18824

Re: Calculator revisited

Silvio,

Those functions are part of harbour, as far as I know.
by Antonio Linares
Tue Jun 03, 2014 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18824

Re: Calculator revisited

Antonio, yes of course, But I not Know How I must make to run also extern functions... :)
by Silvio.Falconi
Tue Jun 03, 2014 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculator revisited
Replies: 33
Views: 18824
Next

Return to advanced search