Link to the site from xbrowse

Post Reply
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Link to the site from xbrowse

Post by Natter »

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 ?
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Link to the site from xbrowse

Post by nageswaragunupudi »

Code: Select all

oCol:bLDClickData := { || Shellexecute( 0, "Open", oCol:Value ) }
 
Regards

G. N. Rao.
Hyderabad, India
Natter
Posts: 524
Joined: Mon May 14, 2007 9:49 am

Re: Link to the site from xbrowse

Post by Natter »

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) ?
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: Link to the site from xbrowse

Post by nageswaragunupudi »

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) ?
Yes, definitely.
Regards

G. N. Rao.
Hyderabad, India
Post Reply