From 9d92a6707cda78cf1a2546548da1ca5713050f06 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 10 Nov 1995 13:33:42 +0000 Subject: [PATCH] ba1102.cpp Aggiunto flag _ ai campi stringa per mantenere allineamento ba3700.cpp Corretta pag_notify per gestire meglio lulteriore classificazione git-svn-id: svn://10.65.10.50/trunk@2123 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1102.cpp | 2 +- ba/ba3700.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ba/ba1102.cpp b/ba/ba1102.cpp index 3e44782c3..66cb93510 100755 --- a/ba/ba1102.cpp +++ b/ba/ba1102.cpp @@ -208,7 +208,7 @@ KEY TEdit_file::edit_record(TRectype& rec, bool readonly) switch (rec.type(cp)) { case _alfafld: - m.add_string(nid++,curpage, s, 3, currow, len, "", len > 50 ? 50 : len); + m.add_string(nid++,curpage, s, 3, currow, len, "_", len > 50 ? 50 : len); break; case _intfld: case _longfld: diff --git a/ba/ba3700.cpp b/ba/ba3700.cpp index 05908d89f..4b85c3f35 100755 --- a/ba/ba3700.cpp +++ b/ba/ba3700.cpp @@ -386,7 +386,7 @@ bool BA3700_application::sheet_action(TSheet_field&, int r, KEY k) mod = m_perc = TRUE; if (strcmp(ts.get(2),newt) != 0) // modificato tipo pagamento - mod = m_tipo = TRUE; + mod = m_tipo = m_ulc = TRUE; if (strcmp(ts.get(3),newu) != 0) // modificata ulteriore classificazione mod = m_ulc = TRUE;