Hi, All
There is an xbrowse with an array. Each element of this array is a link to the site (http://... ) How to make a double click on a link open the site page ?
Link to the site from xbrowse
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Link to the site from xbrowse
Code: Select all
oCol:bLDClickData := { || Shellexecute( 0, "Open", oCol:Value ) }
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: Link to the site from xbrowse
Thanks !
Excuse the offtop, Mr. Rao, do you intend , in the future , to make it possible to automatically set the heights of xbrowse rows depending on the data (a la Excel) ?
Excuse the offtop, Mr. Rao, do you intend , in the future , to make it possible to automatically set the heights of xbrowse rows depending on the data (a la Excel) ?
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: Link to the site from xbrowse
Yes, definitely.Natter wrote:Thanks !
Excuse the offtop, Mr. Rao, do you intend , in the future , to make it possible to automatically set the heights of xbrowse rows depending on the data (a la Excel) ?
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India