FoxInCloud
wNavigate(), how can i use it?
Gravatar is a globally recognized avatar based on your email address. wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  All
  Jan 27, 2017 @ 10:33am

Hi

I want to use wNavigate() in a menu of one of my application.

The browser show a new windows, but with page blank 'about:blank' and not with the url page passed to wNavigate().

=wNavigate('http://www.convisav.com', .T.)

What am i doing wrong ?

regards Gilles

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 28, 2017 @ 03:29am

Hi Gilles,

wNavigate() probably needs some improvements however it should work by adding a trailing slash to your URL:

=wNavigate('http://www.convisav.com/', .T.)
Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 29, 2017 @ 12:41am

Hi Thierry

It doesn't work with a trailing slash..

Only a new page blank is open in the browser (FireFox b.51)

Amicalement Gilles

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  Gilles Lajot-Sarthou
  Jan 29, 2017 @ 01:09am

Thierry

I dont ask for a new windows to show the page link, the Url with a trailing slash is showing

=wNavigate('http://www.convisav.com/")
``` show the convisav page in the browser, but in the current windows..

```foxpro
=wNavigate('http://www.convisav.com/", .T.)
``` show a blank page in the browser, in a new windows..

My real Url is:

http://www.chronopost.fr/retourenligneV2/toDemande.do?codeProduit=01&clientID=CAL&poids=1&codePoint=SAV&envoiEtiquetteParMail=N&typeColis=MAR&refDest=LABORATOIRE%20CAL/

I can show it int the current page of the browser, but not in a new windows page?
How can i do to use it to show this page link into a new windows of the current browser?

Amicalement

Gilles
Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 30, 2017 @ 02:03am

Gilles,

What is your requirement about 'new window': new tab in the same browser window or separate browser window or either one?

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 03:31am

Hi Thierry,

a new tab:windows in the same browser. (If i understand it's that the second parameter off wNavigate() is made to ?)

Amicalement Gilles

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 30, 2017 @ 06:00am

can't reproduce the issue, this ('nav' button) seems to achieve what you want.

which version of FiC?

no JavaScript error?

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 07:17am

Thierry,

I have synchronised the source code of CAL..

You can test it in localhost with the menu PRATIQUE\E-CHRONOPOST

Amicalement Gilles

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 30, 2017 @ 09:48am

could you answer my questions? thks

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 10:46am

Thierry,

I dont want to use OLEIE in a In-FORM browser to open an URL.

I want in WEB mode ( wlWeb() = .T.):

  • The URL page is open not in the current page/windows, but in a new tab windows with the FIC command =wNavigate(m.monURL, .T.)
  • The .T. parameter does not open a new tab/windows, FIC work like wNavigate(m.monURL) (without .T. parameters)

Amicalement Gilles

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  FoxInCloud Support - Thierry N.
  Gilles Lajot-Sarthou
  Jan 30, 2017 @ 12:04pm

the question I asked are by far different…

Gravatar is a globally recognized avatar based on your email address. re: wNavigate(), how can i use it?
  Gilles Lajot-Sarthou
  FoxInCloud Support - Thierry N.
  Jan 30, 2017 @ 10:46pm

Hi Thierry

The issue whas made by the last Firefox.. The new beta version 52.0b1 (32 bits) (Uploaded this morning) open the Url in a new tab/windows and show correctly the HTML page.. =wNavigate(m.monUrl, .T.) is working well..

(FIC 2.24.0 beta 3)

Amicalement Gilles

© 1996-2025