From 947055e116b8be0f655dc579d2dc55132d4cf024 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Thu, 10 Oct 2002 09:30:38 +0000 Subject: #104063# check if schema is used if not usde as catalog --- extensions/source/dbpilots/listcombowizard.cxx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'extensions/source/dbpilots') diff --git a/extensions/source/dbpilots/listcombowizard.cxx b/extensions/source/dbpilots/listcombowizard.cxx index 4fb120530407..fda2d721f316 100644 --- a/extensions/source/dbpilots/listcombowizard.cxx +++ b/extensions/source/dbpilots/listcombowizard.cxx @@ -2,9 +2,9 @@ * * $RCSfile: listcombowizard.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: fs $ $Date: 2001-08-01 09:34:54 $ + * last change: $Author: oj $ $Date: 2002-10-10 10:30:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -232,9 +232,9 @@ namespace dbp if (xMetaData.is()) { if (isListBox()) // only when we have a listbox this should be not empty - getSettings().sLinkedListField = quoteTableName(xMetaData, getSettings().sLinkedListField); - getSettings().sListContentTable = quoteTableName(xMetaData, getSettings().sListContentTable); - getSettings().sListContentField = quoteTableName(xMetaData, getSettings().sListContentField); + getSettings().sLinkedListField = quoteTableName(xMetaData, getSettings().sLinkedListField,::dbtools::eInDataManipulation); + getSettings().sListContentTable = quoteTableName(xMetaData, getSettings().sListContentTable,::dbtools::eInDataManipulation); + getSettings().sListContentField = quoteTableName(xMetaData, getSettings().sListContentField,::dbtools::eInDataManipulation); } // ListSourceType: SQL @@ -621,6 +621,9 @@ namespace dbp /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.9 2001/08/01 09:34:54 fs + * onFinish: check the result before doing anything + * * Revision 1.8 2001/07/04 06:05:02 oj * #89191# sLinkedListField isn't used when combobox * -- cgit v1.2.3