PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Robert Rioja on August 10, 2012, 12:45:36 PM

Title: tab control
Post by: Robert Rioja on August 10, 2012, 12:45:36 PM
Does anyone know how to enable / disable individual tabs in a tab control?

Thank you,
Robert
Title: Re: tab control
Post by: Paul Squires on August 16, 2012, 12:36:11 PM
I am not at my development computer but I imagine that simply returning %TRUE from the TCN_SELCHANGING notification message will prevent the tab from switching (I am pretty sure that works).

FUNCTION = %TRUE
Title: Re: tab control
Post by: Robert Rioja on August 17, 2012, 11:48:57 AM
YES !!!   IT WORKS !!!

Thanks Paul