At 08:19 AM 5/17/2005, Dick Fey wrote:
We use the internet button to connect from within Rbase when doing online purchase orders. Works perfect, but sometimes we need to refer back to the screen from where we came. Is there any way to open the inet in a new window. That way you could minimize it and be able to see your original screen.
At 08:40 AM 5/17/2005, Bill Downall wrote:
Dick,
It's really easy! in an EEP:
LAUNCH 'http://www.webpagedomain.com'
At 08:41 AM 5/17/2005, Charlie Parks wrote:
You can use the launch command.
For example: launch www.rbase.com
At 08:51 AM 5/17/2005, Buddy Walker wrote:
Dick If I'm understanding you right, why not just locate a button then use the launch command in edit custom eep
launch http://www.cnn.com
In addition to above, you may also place a simple "Static Text" control anywhere on the form with the following properties to achieve that goal:
Example:
Form Designer | Standard Controls | Static Text | Properties
Caption: Online Purchase Orders Font Color: Blue Font Effects: Underline Miscellaneous: [x] Use Label to Launch File File to Launch: http://www.vendorurl.com
Very Best R:egards,
Razzak.
