Search found 415 matches: converted

Return to advanced search

Re: SWAGGER-UI para documentar nuestras API.

... cUrl, .t. ) } )St := memowrit("c:\marc32\APICHIMP.txt",uResponse)  The text "user" is not converted, maybe it need to be a user name ? The cCode = API code from Mailchimp I get following error : {"type":"https://mailchimp.com/developer/marketing/docs/errors/","title":"API ...
by Marc Venken
Tue Mar 05, 2024 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SWAGGER-UI para documentar nuestras API.
Replies: 9
Views: 1977

Re: Creation of an electronic raffle

cmsoft wrote:Muy bueno! Felicitaciones!


I converted a minigui sample by Brunello Pulix
by Silvio.Falconi
Sat Jan 27, 2024 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation of an electronic raffle
Replies: 3
Views: 785

Re: Browse Json

... HashToArray( xItem ) )      else         AAdd( aData, xItem )      endif   Next      Return aData Now you have your JSON data converted to an array and you can use it as per your requirements. Regards Anser
by anserkk
Thu Jan 11, 2024 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: creación oath_signature en oath 1.0

David,
The problem I had is how I put together the string to be encrypted,
when to consider or not the characters that should be converted to hexadecimal,
that was solved, both your contribution and openssl work perfectly

thanks again
best regards
by jlborlando
Tue Oct 24, 2023 1:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: creación oath_signature en oath 1.0
Replies: 2
Views: 285

Re: TGet() - UTF8 encoding fails [Unsolved]

... Get by setting the style to ES_UPPERCASE, so this upper case conversion is automatically done by Windows. This explains how "üäö" is converted to "ÜÄÖ" inside the Get. In the version to be released we are providing two new functions, WinUpper() and WinLower(). These functions ...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1732

Re: TGet() - UTF8 encoding fails [Unsolved]

... F6|C3 BC C3 A4 C3 B6||ÜÄÖ|DC C4 D6|C3 9C C3 84 C3 96|+---+--------+-----------------+ With the picture clause "@!", "üäö" is converted to "ÜÄÖ" and hence the hex codes lile "DC C4 D6" are correct for Upper Case text in ANSI
by nageswaragunupudi
Thu Oct 12, 2023 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1732

Re: not ISOEM(), ISANSI() or IsUTF8()

... will convert ANSI to OEM and saves the data. So, the DBF continues to be OEM. oBrw:Report() and oBrw:ToExcell() also work perfectly using ANSI converted data. Now, we will try to view the OEM dbf with XBrowse    XBROWSER "\FWH\SAMPLES\UMLOEM.DBF" SETUP ( ;      oBrw:lOemAnsi := ...
by nageswaragunupudi
Tue Aug 29, 2023 1:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2095

Re: FW_SetUnicode( .T. ) 2-Byte characters

... The hex codes marked in red are the Unicode equivalents to the corresponding characters. It can be assumed that the characters are incorrectly converted (not to UTF-8) by FWH in several places in the source.
by frose
Thu Jun 29, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: FW_SetUnicode( .T. ) 2-Byte characters

When editing 2-Byte chars they are converted to there Unicode equivalent, NOT to UTF-8 Example - https://www.charset.org/utf-8 : Dec      Hex   UTF-8 Char  Unicode description---------------------------------------------------------------------------------------216 ...
by frose
Tue Jun 27, 2023 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SetUnicode( .T. ) 2-Byte characters
Replies: 25
Views: 2193

Re: New FWH 23.04

... also like xbrowse is showing it, so then I can process them to a dbf. I managed with xbrowse itself, but also want to know how the array can be converted. aData[1][3] = the complex value like you see on pic I tried Arrtranspose, but not succeded.
by Marc Venken
Thu May 04, 2023 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: autoGPT for OpenAI

... Regarding the use of SOAP I don't see any issue with that as we build Windows apps mostly. If a Linux or Mac user wants to use it, then it may get converted into curl. I am mostly focused on finding a good way to manage the context (deleting, modifying or redoing a previous step), manage different ...
by Antonio Linares
Fri Apr 28, 2023 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1454

Re: Report with array

... But in the meantime we know the problem areas and are working around them. I think Cristobal has the best state of the designer. I myself have converted the reports to HTML. Now with webview2 HTML is even better. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42879&start=0&hilit=webview2 ...
by Otto
Tue Apr 25, 2023 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report with array
Replies: 13
Views: 1826

Re: FiveDBU 64 Bit ?

... some functions were not actually completed in the .prg that is provided. I took an earlier fivedbu.prg program from many years ago as a model, and converted it to an actual class. I used the current version to discover some better options, and thus modified my class. I think you will enjoy the ...
by TimStone
Sat Apr 15, 2023 1:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU 64 Bit ?
Replies: 10
Views: 742

Re: Decode JSON - revisited

... at it relative to how it will be applied in the application. For example, some people return all values as type string, and thus numerics must be converted. It's easy enough to do, but everyone seems to handle it differently. Again, thanks for the answers. They are greatly appreciated.
by TimStone
Wed Feb 15, 2023 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decode JSON - revisited
Replies: 3
Views: 330

Re: HASH to File and File to HASH

... := &( MEMOREAD( cFile ) )  There is one problem with HASH --> JSON --> HASH. Any date values in the original hash are converted to character stings "yyyymmdd". Unless we scan the hash and convert all such values back to date type, the hash can not be used ...
by nageswaragunupudi
Sat Nov 26, 2022 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH to File and File to HASH
Replies: 6
Views: 552
Next

Return to advanced search