}
public XComponent[] startTableWizard(XMultiServiceFactory _xMSF, PropertyValue[] CurPropertyValue){
try{
curTableDescriptor = new TableDescriptor(xMSF, super.xWindow, this.sMsgColumnAlreadyExists);
if (curTableDescriptor.getConnection(CurPropertyValue)){
if (Properties.hasPropertyValue(CurPropertyValue, "ParentFrame"))
CurFrame = (XFrame) UnoRuntime.queryInterface(XFrame.class,Properties.getPropertyValue(CurPropertyValue, "ParentFrame"));
else
CurFrame = Desktop.getActiveFrame(xMSF);