Hallo Harald,
danke für den Hinweis. Mittlerweile kann ich die Datei generieren, aber leider nur als unformatierten Text. Speichere ich die Datei über die Vorschau als ANSII TXT ab, dann bekomme ich ein formatiertes Tabellenobjekt.
Gibt es noch einen Hinweis von Dir?
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Verbosity.Text”, “1”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Verbosity.RTF”, “1”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Verbosity.Table”, “1”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Verbosity.Table.Cell”, “1”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Export.ShowResult”, “1”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Export.File”, “”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Export.Path”, “”);
nRet = LlXSetParameter(this->m_hJob, LL_LLX_EXTENSIONTYPE_EXPORT, “TXT”, “Export.Quiet”, “1”);
nRet = LlPrintWithBoxStart(this->m_hJob, LL_PROJECT_LIST, strTemplate, LL_PRINT_EXPORT, LL_BOXTYPE_BRIDGEMETER, hWnd, “TXT”);
if(nRet){
AfxMessageBox(“Fehler”);
//LL_ERR_BUFFERTOOSMALL
}
nRet = LlPrintSetOptionString(this->m_hJob, LL_PRNOPTSTR_EXPORT, “TXT”);
TIA Alex