<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Cannot find column names when doing a query using the wizard"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111862#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEEDINFO "
title="NEEDINFO - Cannot find column names when doing a query using the wizard"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=111862">bug 111862</a>
from <span class="vcard"><a class="email" href="mailto:iplaw67@tuta.io" title="Alex Thurgood <iplaw67@tuta.io>"> <span class="fn">Alex Thurgood</span></a>
</span></b>
<pre>The error message you cite comes from :
wizards/source/resources/resources_en_US.properties
RID_DB_COMMON_45=The field names from '%NAME' could not be retrieved
which is invoked by :
wizards/com/sun/star/wizards/db/CommandMetaData.java
String sMsgNoFieldsFromCommand = oResource.getResText("RID_DB_COMMON_45")
and
sMsgNoFieldsFromCommand = JavaTools.replaceSubString(sMsgNoFieldsFromCommand,
_commandname, "%NAME")</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>