cdmmaui wrote:Dear Rao,
Thanks again for your help! By the way, is :upstable still required for Listboxes?
Thank you!
oLbx:lRecordSelector := .f.
// light grey
oLbx:bClrGrad := { | lInvert | If( ! lInvert, ;
{ { 0.50, 15790320, 15790320 }, ;
{ 0.50, 15790320, 15790320 } }, ;
{ { 0.50, 15790320, 15790320 }, ;
{ 0.50, 15790320, 15790320 } } ) }
cdmmaui wrote:Hello,
When I call :upstable() within XBrowse, I get an error (invalid method). I would like to have code that allows me check if :upstable() method is valid, if valid then call :upstable(), otherwise do not call method.
Thanks!
if __ObjHasMethod( oLbx, "UPSTABLE" )
oLbx:Upstable()
endif
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 49 guests