Razzak, I noticed that the icon color of the 7.5 desktop icon has changed to a Magenta/Purple color!
What is the actual color number? Like the difference between versions of Rbase! Best regards, Oma Cox -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Sent: Friday, August 05, 2005 1:39 PM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: Launch Command 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.
