|
|
@ -65,7 +65,7 @@ PreviewDialog::PreviewDialog( TQIODevice* device, Definition* d, TQString filena
|
|
|
|
groupName = new KLineEdit( group, this );
|
|
|
|
groupName = new KLineEdit( group, this );
|
|
|
|
articleId = new KLineEdit( article, this );
|
|
|
|
articleId = new KLineEdit( article, this );
|
|
|
|
if( SqlTables::isConnected() ) {
|
|
|
|
if( SqlTables::isConnected() ) {
|
|
|
|
KCompletion* comp = articleId->completionObject();
|
|
|
|
TDECompletion* comp = articleId->completionObject();
|
|
|
|
TQSqlQuery query( "select article_no from barcode_basic" );
|
|
|
|
TQSqlQuery query( "select article_no from barcode_basic" );
|
|
|
|
TQStringList slist;
|
|
|
|
TQStringList slist;
|
|
|
|
while ( query.next() )
|
|
|
|
while ( query.next() )
|
|
|
|