Does anyone know how to enable / disable individual tabs in a tab control?
Thank you,
Robert
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
YES !!! IT WORKS !!!
Thanks Paul