At 02:18 PM 8/5/2005, Dick Fey wrote:
Seems I just thought it was fixed.
So... in a speed button EEP:
SET VAR vpreweb TEXT = 'http://'
SET VAR vsiteadd TEXT = 'www.thecarpetbroker.com'
SET VAR vwebsite TEXT = (.vpreweb + .vsiteadd)
LAUNCH .vwebsite
Works if the form is run from the R prompt,
Does NOT work if it is run from within an app done
in application designer.
Dick,
As a quick test, I just defined an action in application
designer using the exact commands and all seems to work
fine (using the latest version and build, of course).
Instead of defining three variables, try the following:
LAUNCH http://www.thecarpetbroker.com
RETURN
or
LAUNCH 'http://www.thecarpetbroker.com'
RETURN
Have fun!
Very Best R:egards,
Razzak.