Hi all
I have a problem with the launch command (running 7.1.81FRC11).
If I give the following to WinXP run-box it returns a finished google
search:
'http://www.google.com/search?q=Alerter'
If I put it it in a variable and feed it to a Variabel Web Browser on a
form it works as
expected and gives me the search results.
However, if I try 'launch http://www.google.com/search?q=Alerter' from
the R> it gives me Google
but I have to fill in the search concept manually, same result if I run
it from an EEP in a form.
Changing to 'launch firefox|http://www.google.com/search?q=Alerter'
makes no difference.
Is this a bug or is it a limitation in the launch command?
As it works with the var web browser in the form it would be nice if it
worked with the launch command.
My scenario is simple: the content of a column acts as possible search
concepts, a form-variable
picks the current, and if I want to know what Google has on the subject
I press the button and launch my browser. Imagine the poss.....
Of course I could do it with the web browser object on a form but then
it would be harder to make i
conditional.
Info/ideas anyone?
Esbjorn