Search found 1214 matches: url

Return to advanced search

Re: URLLINK + XBROWSE

... así lo implementamos finalmente. oCol:bLDClickData := { || Shellexecute( 0, "Open", aInfo[oBrw:nArrayAt]["url"] ) }  probablemente no estemos diciendo lo mismo: no necesariamente tiene que abrir un enlace en el navegador pero podría abrir ...
by Silvio.Falconi
Tue Feb 27, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 977

UrlLnk with Popup menu

Is it possible to insert a popup menu at the bottom of a UrlLnk control? I tried but it showed the menu far from url lnk On TexplorerBar I insert a link local bClick := { | o | addMenu() } oPanel4:AddLink( "testlink", bClick, ".\bitmaps\mail.bmp",oFontSmall,CLR_BLACK,CLR_WHITE ...
by Silvio.Falconi
Fri Feb 23, 2024 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UrlLnk with Popup menu
Replies: 4
Views: 259

Re: function urlLoad( cUrl )

With Image URL
Image
by nageswaragunupudi
Sat Feb 17, 2024 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1737

Re: come recuperare il codice fivewin da .c file

Please upload it to https://wormhole.app/ and copy here the download url
by Antonio Linares
Mon Feb 12, 2024 3:22 pm
 
Forum: All products support
Topic: come recuperare il codice fivewin da .c file
Replies: 7
Views: 490

Re: Switching my setup program to webview2

... HTML file with query parameters gives me the error "Page not found" because, as I then found out, the file:// protocol does not support URL parameters by default in many environments, including WebView2. I've made a workaround with a timer. It works well. Best regards, Otto https://mybergland.com/fwforum/fw2htmltimer.jpg
by Otto
Sat Feb 10, 2024 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 443

Re: Highlighting on a web page

In that url you can select and copy
by Antonio Linares
Tue Feb 06, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 501

Re: Highlighting on a web page

Dear Yuri,

Can you provide the url to review it ?
by Antonio Linares
Mon Feb 05, 2024 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlighting on a web page
Replies: 8
Views: 501

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Ertan,

The best way to post images here on the forums is to open a free account on github, then create a repo (very easy) and upload your images there.

Then use the "Img" button here and copy the image (raw) url fom github

many thanks
by Antonio Linares
Mon Feb 05, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 55910

Re: MySql vs Oracle

Cesar:

De antemano te agradezco tu apoyo, esta es la configuración de ODBC

[url]
Image
[/url]

Saludos
by Armando
Wed Jan 31, 2024 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1826

Re: Cómo omitir el Fichero .TDS?

Master:

No logro el objetivo :oops:

[url]
Image
[/url]

Muchas gracias por el apoyo
by Armando
Sun Jan 28, 2024 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cómo omitir el Fichero .TDS?
Replies: 9
Views: 408

Re: DateTime calculation

... convert. Please replace myDate with your actual date variable. The resulting unixTimestampMilliseconds will be in the format you can use in your URL. Make sure to adjust the code based on your actual Harbour date handling methods, as it may vary depending on the context of your project.
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 714

Re: DateTime calculation

... expressed in milliseconds" (hope this is the correct term)? I am working on a project where I need to pass arrival and departure dates to a url. the expected format is something like this: [url]https://be.bookingexpert.it/book/simple/noavail?checkin=1707523200000&checkout=1708124400000&hotel=11308&guesttypes[0][37]=2&ages[0][37]=18&ages[0][37]=18&layout=782&lang=de&currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 714

Re: MySql vs Oracle

... recall the website for 23 and Me was recently hacked and lots of data personal genome data was hacked .. and this is only a drop in the bucket .. [url] https://www.bleepingcomputer.com/news/security/23andme-data-breach-hackers-stole-raw-genotype-data-health-reports/ [/url] Not that I am against ...
by Rick Lipkin
Fri Jan 26, 2024 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql vs Oracle
Replies: 33
Views: 1826

RIBBONBAR cachar el nombre del ACTION ejecutado

... de ejecutarse ? Ejemplo: menu oMnuDBIO Popup 2007 menuitem '&Países' action CATPai() message 'Países' menuitem '&Entidades Federativas' [url][/url] action CATEst() message 'Entidades Federativas' endmenu La idea es saber que opción se ejecutan e registrando una bitácora de usuario. saludos ...
by Joel Andujo
Tue Jan 23, 2024 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RIBBONBAR cachar el nombre del ACTION ejecutado
Replies: 3
Views: 205

Re: WebView2 Essentials: Guides, Tips & Resources

... hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. Run(): Runs the web view. Destroy(): Destroys ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 495
PreviousNext

Return to advanced search