tab control

Started by Robert Rioja, August 10, 2012, 12:45:36 PM

Previous topic - Next topic

Robert Rioja

Does anyone know how to enable / disable individual tabs in a tab control?

Thank you,
Robert

Paul Squires

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
Paul Squires
PlanetSquires Software

Robert Rioja

YES !!!   IT WORKS !!!

Thanks Paul