04-24-2008 07:51 AM
04-24-2008 07:56 AM
Hi Helen,
I suppose you are using the wrong panel handle as the first parameter of the SetTableSelection function. You should not pass the panel handle of the panel containing the tab control. Use GetPanelHandleFromTabPage to obtain a panel handle for the tab page containing the function, and use this handle in the SetTableSelection function.