I have set my form Closable =.F. and run the form, it is showing my form at FoxTabs Bar.
But when i DblClick on my form at FoxTabs bar my form closed.
or when i RightClick on my form at FoxTabs bar and Click on close my form closed.
But my form Should not be closed if i have set Closable = .F. ?
Warm regards,
mk.
Comments: ** Comment from web user: joelleach **
But when i DblClick on my form at FoxTabs bar my form closed.
or when i RightClick on my form at FoxTabs bar and Click on close my form closed.
But my form Should not be closed if i have set Closable = .F. ?
Warm regards,
mk.
Comments: ** Comment from web user: joelleach **
FoxTabs works with all windows, not just forms. Therefore, it uses RELEASE WINDOW to close a window. RELEASE WINDOW does not respect the Form.Closable property, which is probably a good thing or you could get stuck with the form open. So, nothing I can do about this one, but you can turn off "Double-click to close" in the FoxTabs options.