Search found 286 matches: navigate

Return to advanced search

AI Agents

... Google 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 Antonio Linares
Wed Dec 18, 2024 10:55 pm
 
Forum: latest AI news
Topic: AI Agents
Replies: 1
Views: 106

Re: FWH 24.02 nueva Clase TWebView2

Hola, Intenté crear el ejemplo y faltaban las siguientes funciones, ¿qué LIB falta? ┌────────────────────────────────────────────────────────────────────────────┐ │ FiveWin for Harbour 22.12 - Dec. 2022 Harbour development power │▄ │ (c) FiveTech 1993-2022 for Microsoft Windows 9X/NT/200X/ME/XP/Vis...
by Ari
Mon Nov 18, 2024 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 nueva Clase TWebView2
Replies: 13
Views: 3063

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. ...
by Natter
Mon Nov 11, 2024 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Open a network folder
Replies: 10
Views: 1240

Re: GPF with FW August 2024

... 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 karinha
Fri Oct 04, 2024 12:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2229

Re: GPF with FW August 2024

... 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
Fri Oct 04, 2024 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2229

GPF with FW August 2024

... 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 Maurizio
Thu Oct 03, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2229

Webview 2 + Html + ChatGPT !

... 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 TOTOVIOTTI
Thu Sep 19, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 5426

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 Giovany Vecchi
Fri Aug 23, 2024 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 example using tMyEdgeWeb class
Replies: 10
Views: 2383

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 ...
by Otto
Fri Jul 19, 2024 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

Re: Need Help giide for my program

... 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 Jul 19, 2024 7:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help guide for my program.
Replies: 38
Views: 2742

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
Fri Jan 19, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 4448

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(): ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 674

accordion and webview2

... with accordion and webview2. I need some help. With which function do we encode the URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ) Also if I insert an URI encoded cHTML source. oWebView:Navigate( Html() ) I need the FIVEWIN ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 650

Saving OuterHTML using Await Implementation with TWebView

... nSecond) AWait_QuerySelectAll(oWeb, cQuery, nSecond) AWait_GetOuterHTML(oWeb, cSelector, nSecond) 6. The example scenario is as follows: 6-1.Navigate to google.com. 6-2.Use AWait_QuerySelector() to wait until the document's readyState becomes 'complete'. 6-3.Once complete, use AWait_GetOuterHTML() ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3583

Re: TWebView y Javascript

... cJson, cCalls ),; oWebView:Return( cCalls, 0, "{ 'result': 'Hello from PRG' }" ) } oWebView:Bind( "SendToFWH" ) oWebView:Navigate( Html() ) Sleep( 200 ) oWebView:Run() oWebView:Destroy() return nil //----------------------------------------------------------------------------// ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 625
Next

Return to advanced search