Search found 54 matches: urls

Return to advanced search

Question about wfReadUrl() - SOLVED

... := .T.            END         ENDIF         oCli:Close()   END SEQUENCERETURN(cExist) It works fine for "http://" urls, but if I use to check it for a "https://", I got this error: Error BASE/1081  Operation not supported: TIPCLIENTHTTP:new() It ...
by driessen
Fri Apr 05, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2780

Re: New FTDN October/Octubre 2023 (FWH 23.10)

Agosto, Septiembre, Octubre 2023 ================================ * Fubción WebPageContents() en imgtxtio.prg: En caso de URLs inexistentes devuelve NIL, mientras que se espera que el valor de retorno sea siempre un valor de carácter. Ahora se ha corregido para que devuelva "" ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

New FTDN October/Octubre 2023 (FWH 23.10)

August, September, October 2023 =============================== * function WebPageContents() in imgtxtio.prg: In case of non-existent URLs this function is returning NIL, where as return value is expected to be always a character value. Now fixed to return "" in such cases instead ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: Actualizar xBrowse con un Clic del ratón?

... 6 L.', 800.00 , 'Bien fria','https://bcnresto.com/img/000010/00000059.jpg'};} El error fue mio al copiar y pegar las urls Puede decirme si esto le muestra todas las imagenes por default?
by cmsoft
Sat Aug 19, 2023 1:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1357

Re: Actualizar xBrowse con un Clic del ratón?

First thing is to fix the runtime error in our library function. It is failing with non-existent URLs. Please apply this fix in the file \fwh\source\function\imgtxtio.prg: Please locate function WebPageContents( cUrl, lText ) At the end of this function, you will ...
by nageswaragunupudi
Sat Aug 19, 2023 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1357

Re: Website logo

... logo: File path: https://cdn.sstatic.net/Sites/stackexchange/Img/logo.svg Please note that these are the logos explicitly mentioned as image URLs in the provided HTML code. There may be additional logos or images referenced elsewhere in the HTML or loaded dynamically from external sources.
by Otto
Thu May 18, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Website logo
Replies: 8
Views: 490

Re: Display jpg via http url

... First run this two line program and then you will know how to use it with other URLs. No need to copy locally. All FWH image functions directly fetch the image from the URL and display.
by nageswaragunupudi
Sat May 06, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display jpg via http url
Replies: 5
Views: 857

Re: Mostrar html local usando webview2

Leandro, cambia la funcion Html() así function Html()   local cHtml   cHtml  := "data:text/html," + CRLF + hb_MemoRead( ".\index.html" )Return cHtml  El método :Navigate, espera una URL Para que puedas poner codigo HTML, has de "convertirlo" en URL con e...
by cnavarro
Fri Feb 10, 2023 1:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar html local usando webview2
Replies: 12
Views: 723

Re: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]

Buenos dias a todos

Solucionado el problema con las imagenes. (desactivar URLs amigables)

Sigo con las pruebas de importación, pero por si sirve de ayuda a alguien en el futuro, puedo ayudaros.

Un saludo

Jesús Marín
Valencia (España)
by JESUS MARIN
Mon Jan 16, 2023 11:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXPORTAR DATOS FW A PRESTASHOP [SOLUCIONADO PROBLEMA IMAGEN]
Replies: 32
Views: 2712

Re: BCC 7 32 Bit \INCLUDE

hi Antonio,
Antonio Linares wrote:Please check your email, I sent you the official URLs to download it
did you send it to @WEB,DE ?

i have not got a Email ,,, WEB.DE often refuse Mail ...
by Jimmy
Sun Oct 16, 2022 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7 32 Bit \INCLUDE
Replies: 9
Views: 347

Re: BCC 7 32 Bit \INCLUDE

Dear Jimmy,

Please check your email, I sent you the official URLs to download it
by Antonio Linares
Sun Oct 16, 2022 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7 32 Bit \INCLUDE
Replies: 9
Views: 347

Re: Displaying an image with xbrowse ( uwe )

XBrowse does not have inbuilt capability to read from a weblink. We can now read images from URLS automatically without any additional programming. #include "fivewin.ch"#define MANGOES "https://img.huffingtonpost.com/asset/5c1225351f0000f00626a771.jpeg?ops=scalefit_630_noupscale"#define ...
by nageswaragunupudi
Thu Jul 28, 2022 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Displaying an image with xbrowse ( uwe )
Replies: 11
Views: 3152

Re: Using WebView with Borland !!!

... full VS, where i can find an small VS with only necessary files? with support to ADS too. very thanks We recently posted in these forums the urls to download the microsoft official reduced versions, lets look for them
by Antonio Linares
Fri Feb 18, 2022 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7704

HB_URLDECODE

... URL Encoding (Percent Encoding) URL encoding converts characters into a format that can be transmitted over the Internet. URLs can only be sent over the Internet using the ASCII character-set. Since URLs often contain characters outside the ASCII set, the URL has to be ...
by Otto
Mon Dec 07, 2020 12:17 am
 
Forum: mod_harbour
Topic: HB_URLDECODE
Replies: 0
Views: 242
Next

Return to advanced search