|
|
|
|
|
- URL property and Value property
- Limits
URL (Property) In french: URL
The URL property is used to: - Get the address associated with a control.
- Change the address associated with a control.
This control can correspond to: - an HTML Display control, in the window editor.
- a link, button, clickable image, iFrame control, Peeling Corner control, Bar Code control or menu option (defined in the editor or through programming), in the page editor.
- a link in the report editor.
LINK_LINK1.URL = "http://www.windev.com"
Syntax
Getting the address associated with a control Hide the details
<Result> = <Control used>.URL
<Result>: Character string Address associated with the control. <Control used>: Control name Name of control to use:- Control in a window: HTML Display control.
- Control in a page: Link, Button, Image, iFrame, Peeling corner, Bar code or menu option.
- Report control: Link.
Changing the address associated with a link Hide the details
<Control used>.URL = <New address>
<Control used>: Control name Name of control to use:- Control in a window: HTML Display control.
- Control in a page: Link, Button, Image, iFrame, Peeling corner, Bar code or menu option.
- Report control: Link.
<New address>: Any type New address associated with the link. This address must contain "http://".
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|