Search found 425 matches: converted

Return to advanced search

Most powerfull Xbrowser and PDF

... used document files. I'm not able to show the pdf's like we do the jpg, bmp in browse. From a post yesterday mr. Rao had these options. Can it be converted to include the viewing of pdf's ? At this point I need a 3the party to convert the pdf to jpg for browsing large data files. Sample with XImage ...
by Marc Venken
Mon Nov 18, 2024 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 2442

Re: Preview of the invoice in advance

... the Harbour code to store the billing address in a hash (hAddress). To transmit this hash’s data to the endpoint in JavaScript, the hash is first converted into a JSON string with hb_jsonEncode(hAddress) and stored as cJSONAddress. This encoded string is then added to the JavaScript object containing ...
by Otto
Mon Oct 28, 2024 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview of the invoice in advance
Replies: 14
Views: 1352

Route from Fiber Optic to the Web Server

... ONT converts the optical signal from the fiber into an electrical signal that your network devices can use. From the ONT, a LAN cable carries the converted signal to your router. Connection to the Router (A1 SU 5250): The ONT sends the network signal (via the yellow LAN cable) to your Router (A1 ...
by Otto
Sun Oct 20, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Route from Fiber Optic to the Web Server
Replies: 3
Views: 357

Route from Fiber Optic to the Web Server

... ONT converts the optical signal from the fiber into an electrical signal that your network devices can use. From the ONT, a LAN cable carries the converted signal to your router. Connection to the Router (A1 SU 5250): The ONT sends the network signal (via the yellow LAN cable) to your Router (A1 ...
by Otto
Sun Oct 20, 2024 6:39 pm
 
Forum: mod_harbour
Topic: Route from Fiber Optic to the Web Server
Replies: 0
Views: 1758

Re: Combination of PDF and Word-document - rpreview

Mr. Rao,

Thank you for trying to help me.

I did a test with your suggestion. Unfortunately there are 2 problems
1. The layout of the document is completely wrong.
2. The PDF is converted to editable text. But I need to have it as an image.

Any idea?

Thanks.
by driessen
Wed Aug 07, 2024 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combination of PDF and Word-document - rpreview
Replies: 3
Views: 859

Re: DBF File Format - Considerations A Secure Option

... see the work on the Wayback Machine. At that time, we had over 1,000 hotel customers and over 30,000 unique IPs per day. During this time, I also converted all my software to VB6 and SQL - then to VB.NET. I also made the mobile version of STB with VB.NET. However, MICROSOFT quickly changed the ...
by Otto
Tue Jul 30, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1981

Re: Need Help giide for my program

... that you couldn't really cook with electric stoves. But today, it's standard. I have truly witnessed this change. At first, when kitchens were converted to electric stoves, a small wood stove was added to dispel any concerns. However, when Yunus comes back after a break, I think it's good for ...
by dagiayunus
Fri Jul 19, 2024 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

Re: Need Help giide for my program

... that you couldn't really cook with electric stoves. But today, it's standard. I have truly witnessed this change. At first, when kitchens were converted to electric stoves, a small wood stove was added to dispel any concerns. However, when Yunus comes back after a break, I think it's good for ...
by Antonio Linares
Fri Jul 19, 2024 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

Re: Need Help giide for my program

... that you couldn't really cook with electric stoves. But today, it's standard. I have truly witnessed this change. At first, when kitchens were converted to electric stoves, a small wood stove was added to dispel any concerns. However, when Yunus comes back after a break, I think it's good for ...
by Otto
Fri Jul 19, 2024 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

Re: DBF editors

... is used: Macro Definition: #define COMPILAR(x) &( "{ || " + x + " }" ) x is the input parameter. The expression is converted into a string "{ || " + x + " }". &() is a metaprogramming technique used in Harbour to treat strings as executable ...
by Otto
Tue Jun 25, 2024 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF editors
Replies: 78
Views: 9844

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

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

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

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

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: 3057
Next

Return to advanced search