From 633996373f4eeb6a10440307410191446b80e976 Mon Sep 17 00:00:00 2001 From: cris Date: Thu, 3 Dec 2009 10:41:20 +0000 Subject: [PATCH] Patch level : 10.0 Files correlati : Ricompilazione Demo : [ ] Commento : corretta stampa doc. con estremi documenti su file git-svn-id: svn://10.65.10.50/trunk@19719 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ve/ve1300.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ve/ve1300.cpp b/ve/ve1300.cpp index 0310ecb93..2d9ce9f83 100755 --- a/ve/ve1300.cpp +++ b/ve/ve1300.cpp @@ -258,6 +258,7 @@ bool TTrans_recordset::load_file(const TFilename& n) TTrans_recordset::TTrans_recordset(const char* ininame) : TAS400_recordset(ininame) { + _info._width = 32; create_field(DOC_PROVV, -1, 1, _alfafld, true); create_field(DOC_ANNO, -1, 4, _intfld, true); create_field(DOC_CODNUM, -1, 4, _alfafld, true);