Page 1 of 1

Link to the site from xbrowse

Posted: Sat Mar 21, 2020 10:41 am
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 ?

Re: Link to the site from xbrowse

Posted: Sat Mar 21, 2020 10:50 am
by nageswaragunupudi

Code: Select all

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

Re: Link to the site from xbrowse

Posted: Sat Mar 21, 2020 11:18 am
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) ?

Re: Link to the site from xbrowse

Posted: Sat Mar 21, 2020 1:22 pm
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.