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;