Search found 276 matches: navigate

Return to advanced search

Re: IE

#include "FiveWin.ch" static hDLL function Main() local hWebView hDLL = LoadLibrary( "webview.dll" ) hWebView = WebView_Create( 0, 0 ) * WebView_Navigate( hWebView, Html() ) // or use a URL like "https://www.fivetechsoft.com/test.html" ) WebView_Navigate( hWebView, &quo...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1681

Re: dbfntx very slow with 2+ users

... Network it was slow to open a DBF, read/write and close it. but that have change very slow are TBrowse & Co which use a "Skipper" to navigate. Spezial when using FILTER without SCOPE / Index it can very slow on big Database and make much Traffic btw. same with SQL when not using LIMIT ...
by Jimmy
Thu Mar 31, 2022 3:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfntx very slow with 2+ users
Replies: 41
Views: 6819

Re: TCMan

... It is a middle thing between screenshots and flowchart. Here you see how many folders with prg files are necessary. In the GIF you see how I can navigate TotalCommander to the propriety folder. Best regards, Otto https://mybergland.com/fwforum/edit75.jpg https://mybergland.com/fwforum/tcman1.gif
by Otto
Mon Mar 14, 2022 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCMan
Replies: 1
Views: 296

Re: TCMan

... It is a middle thing between screenshots and flowchart. Here you see how many folders with prg files are necessary. In the GIF you see how I can navigate TotalCommander to the propriety folder. Best regards, Otto https://mybergland.com/fwforum/edit75.jpg https://mybergland.com/fwforum/tcman1.gif
by Otto
Mon Mar 14, 2022 9:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCMan
Replies: 5
Views: 559

Edit data

... separate web pages for editing addresses. When I open a map, I create a navigation button. You can open several cards at the same time. You can navigate between the cards by clicking on the corresponding button. The buttons are labeled with the first and last name. Then when you close a card, ...
by Otto
Sat Mar 12, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Edit data
Replies: 1
Views: 320

Edit data

... separate web pages for editing addresses. When I open a map, I create a navigation button. You can open several cards at the same time. You can navigate between the cards by clicking on the corresponding button. The buttons are labeled with the first and last name. Then when you close a card, ...
by Otto
Sat Mar 12, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Edit data
Replies: 0
Views: 378

Re: My journey to the web

... for editing the addresses. When I open a card, I create a navigation button. You can open more cards simultaneously. Between the cards, you can navigate with a click on the appropriate button. The buttons are labeled with the last name. Then, if you close a card, this main window update with ...
by Otto
Tue Mar 08, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: My journey to the web
Replies: 2
Views: 464

Re: Using WebView with Borland !!!

César, se me pasó modificarlo en el ejemplo. En vez de hDLL tiene que ser pLib. Es para diferenciar el handle que se obtiene que no es el mismo que nos devuelve LoadLibrary() Ahora falta saber por que WebView_Navigate() no nos lleva a la URL especificada. Debe haber algún error en el paso de parámet...
by Antonio Linares
Wed Feb 16, 2022 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7710

Re: Using WebView with Borland !!!

Borland users!!! :-) ok, it seems there is an issue with DLL FUNCTION WEBVIEW_CREATE, so meanwhile we detect it and fix it, we can use this workaround: "webview_navigate" seems not to be working fine yet, but now it does not crash on WebView_Create() :-) webview.prg // test for Borland use...
by Antonio Linares
Wed Feb 16, 2022 8:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7710

Re: ¿Cómo puedo marcar varios puntos con Google Maps?

Ramón, La estructura de tu HTML es asi: comienzo del html var locations = [ ['Location 1 Name', 'València, Comunidad Valencia, España', 'Location 1 URL'], ['Location 2 Name', 'Benidorm, Comunidad Valenciana, España', 'Location 2 URL'], ['Location 3 Name', 'Vinarós, Comunidad Valenciana, España', 'Lo...
by Antonio Linares
Wed Feb 16, 2022 3:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo puedo marcar varios puntos con Google Maps?
Replies: 10
Views: 1980

SQL 2 Table Question

... a.text1, b.__text1 FROM sqldata AS a, sqlindex AS b" when both have Table "same length", will it be "sync" when "navigate" in Table :?: --- when using ADO i get a Record-Set from Table sqldata but how "sync" Table sqlindex when have cFor, cWhile ...
by Jimmy
Sat Jan 22, 2022 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL 2 Table Question
Replies: 2
Views: 288

he:=TOleAuto():New("InternetExplorer.Application")

... := .T. OleSetProperty(he,"Toolbar",.F.) OleSetProperty(he,"Statusbar",.F.) OleSetProperty(he,"MenuBar",.F.) he:Navigate(cUrl) What is the equivalent instruction for Edge or Chrom or Firefox Thanks , Philippe
by Jack
Sat Jan 15, 2022 10:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: he:=TOleAuto():New("InternetExplorer.Application")
Replies: 4
Views: 334

Re: Using WebView with Borland !!!

Ok, for those of you that want to start testing and using it, here we go: I prefer to use dynamic linking so we don't force all FWH users to distribute webview DLLs. This code is working fine using MSVC and MinGW, but it is failing with Borland thus Borland works fine when we use static linking (exp...
by Antonio Linares
Wed Dec 01, 2021 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7710

Re: Can you use Windows 11 on your PC ?

... Also .. I like my open folders to be listed individually on the task bar so I can easily see what is open and simply navigate to that Folder .. in Windows 11 you do not get the option to "un-Stack" open folders .... what you see here is if you click on the ...
by Rick Lipkin
Sat Oct 16, 2021 5:26 pm
 
Forum: Utilities / Utilidades
Topic: Can you use Windows 11 on your PC ?
Replies: 13
Views: 2423

Error al crear el objeto InternetExplorer.Application

... // AQUI tengo el problema, a veces sale, a veces NO retu .f. END WITH OBJECT oIE :Visible := .F. :ToolBar := .F. :FullScreen := .F. :Invoke( "Navigate", cURL ) END WITH TRY oIE:Navigate2( clinkSing ) CATCH oErr1 TRY oIE:Navigate( clinkSing ) CATCH oErr2 MsgWait("Error al tratar de ...
by Enrrique Vertiz
Sat Sep 25, 2021 3:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al crear el objeto InternetExplorer.Application
Replies: 3
Views: 408
PreviousNext

Return to advanced search