Search found 289 matches: navigate

Searched query: navigate

by CARLOS ATUNCAR
Fri Jan 24, 2025 4:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: WEBVIEW2 una observación
Replies: 6
Views: 1105

WEBVIEW2 una observación

... oWnd FROM 0,0 TO 50,60 TITLE "AVISO DE VENCIMIENTO DE SERVICIOS" STYLE nOr(WS_SYSMENU)
oWnd:Show()
oWebView = TWebView2():New( oWnd )
oWebView:Navigate( cUrl )
oWebView:SetUserAgent( "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting


95. Edit( lNew, cFieldList, lSourceData, lNavigate, aInitVals, bSetup ) (Continued)

Return Value: OBJECT - Returns the TXBrowse object (Self).

Usage Example: (Used internally, calls either EditSource or EditBrowse based on parameters)

96. Delete( lMsg )

Description: Deletes the current record ...
by leandro
Mon Jan 13, 2025 11:33 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Capturar pagina html y recuperar resultado
Replies: 73
Views: 32467

Re: Capturar pagina html y recuperar resultado

... TWebView2():New( oWnd )
//oWebView:bOnNavigationCompleted = { | cUrl, hWebView | If( "sessionid" $ cUrl, oWebView:Eval( cResult ),) }

oWebView:Navigate( "https://muisca.dian.gov.co/WebRutMuisca/DefConsultaEstadoRUT.faces" )
oWebView:InjectJavascript( JavaScript() )
//oWebView:OpenDevToolsWindow ...
by Antonio Linares
Wed Dec 18, 2024 10:55 pm
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 581

AI Agents

... Assistant, which respond to voice commands and perform tasks.

Autonomous Vehicles : Cars that can drive themselves using sensors and AI to navigate and make decisions.

Chatbots : Programs that can engage in conversation with users to provide information or support.

Game AI : Non-player ...
by Ari
Mon Nov 18, 2024 4:42 pm
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 13
Views: 4142

Re: FWH 24.02 nueva Clase TWebView2

... Inc.
dash3.c:
Turbo Incremental Link 6.90 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_WEBVIEW2_NAVIGATE' referenced from C:\FWH2212\SAMPLES\DASH3.OBJ
Error: Unresolved external '_HB_FUN_WEBVIEW2_SETHTML' referenced from C:\FWH2212\SAMPLES\DASH3.OBJ ...
by Natter
Mon Nov 11, 2024 10:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Open a network folder
Replies: 10
Views: 1871

Open a network folder

I need to navigate to the folder by IP address. To do this, I enter \\IP\myfolder into the address bar of the explorer and press Enter.
Next, the standard "Safety Windows" window opens, offering to enter Login and Password.
I tried to do this via ShellExecute(, 'Open', 'Explorer.exe ', '\\'+IP ...
by karinha
Fri Oct 04, 2024 12:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

... ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg

oActiveX:nDlgCode = DLGC_WANTALLKEYS

oDlg:oClient = oActiveX
oDlg:bStart := < ||
oDlg:Resize()

oActiveX:Navigate( cURL )
oActiveX:StatusBar = .T.

RETURN .T.
>

ACTIVATE DIALOG oDlg CENTERED

RETURN lStampata

// FIN / END

Regards, saludos.
by Maurizio
Fri Oct 04, 2024 6:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

Re: GPF with FW August 2024

... 830, 600 RESIZABLE

@ 40, 0 ACTIVEX oActiveX PROGID "Shell.Explorer" OF oDlg

oActiveX:nDlgCode = DLGC_WANTALLKEYS

oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL )
oActiveX:StatusBar = .t.
Return .t.
>

ACTIVATE DIALOG oDlg CENTERED


Return lStampata


Maurizio
by Maurizio
Thu Oct 03, 2024 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 4227

GPF with FW August 2024

... PROGID "Shell.Explorer" OF oDlg

oActiveX:nDlgCode = DLGC_WANTALLKEYS

oDlg:oClient = oActiveX
oDlg:bStart := <||
oDlg:Resize()
oActiveX:Navigate( cURL )
oActiveX:StatusBar = .t.
Return .t.
>

ACTIVATE DIALOG oDlg CENTERED


Return lStampata

File FATTURA.XML
<?xml version="1.0 ...
by TOTOVIOTTI
Thu Sep 19, 2024 10:23 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 11602

Webview 2 + Html + ChatGPT !

... local oWebView := TWebView():New()

oWebView:bOnBind = { | cJson, nCalls | MsgInfo( cJson, nCalls ) }
oWebView:Bind( "SendToFWH" )
oWebView:Navigate( Html() )
Sleep( 200 )
oWebView:Run()
oWebView:Destroy()

return nil ...
by Giovany Vecchi
Fri Aug 23, 2024 4:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 example using tMyEdgeWeb class
Replies: 10
Views: 2719

WebView2 example using tMyEdgeWeb class

Hello everyone.
I made a class to navigate the web using WebView2.
Any feedback is welcome.

Para baixar clique aqui: https://www.sendspace.com/file/zek6p3

Image
by Otto
Fri Jul 19, 2024 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5252

Re: Need Help giide for my program

... 4. You can view, print, or generate an HTML report of the deposit from this window.

## 8. Reports
To generate reports, follow these steps:
1. Navigate to the desired section (Clients, Items, Invoices, Deposits).
2. Use the **Print** or **HTML Report** buttons to generate a report.
3. Follow the ...
by Otto
Fri Jul 19, 2024 7:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 5252

Re: Need Help giide for my program

... an invoice number.

By implementing these changes, you will create a robust linkage between invoices and deposits, ensuring that each deposit is associated with its corresponding invoice. This setup will also allow you to easily navigate and report on the relationships between these entities.


by Otto
Fri Jan 19, 2024 9:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 5349

Re: I'm not asking for the moon... Resolved!!

Great that you have a solution. I have been dealing a bit with the issue that the numbers are filled from right to left and
that one can navigate with the TAB key, with the cursor always standing on the right in overwrite mode.

Image
by Otto
Wed Jan 10, 2024 7:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 1239

Re: WebView2 Essentials: Guides, Tips & Resources

... New(nDebug, 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 ...