Patch level : 12.00 1262
Files correlati : Commento : nvio postino con ODBC
This commit is contained in:
parent
15961f4046
commit
850dbf6978
@ -1109,6 +1109,9 @@ void TManutenzione_app::recover()
|
|||||||
|
|
||||||
close_history();
|
close_history();
|
||||||
|
|
||||||
|
#ifdef DBG
|
||||||
|
if (!is_power_station() || ini_get_bool(CONFIG_GENERAL, "Main", "test_send_xml"))
|
||||||
|
#endif
|
||||||
send_campo_xml(); // Spedisce situazione via ftp
|
send_campo_xml(); // Spedisce situazione via ftp
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1525,6 +1528,9 @@ void TManutenzione_app::update()
|
|||||||
reset_converting();
|
reset_converting();
|
||||||
close_history();
|
close_history();
|
||||||
|
|
||||||
|
#ifdef DBG
|
||||||
|
if (!is_power_station() || ini_get_bool(CONFIG_GENERAL, "Main", "test_send_xml"))
|
||||||
|
#endif
|
||||||
send_campo_xml(); // Spedisce situazione via ftp
|
send_campo_xml(); // Spedisce situazione via ftp
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -436,9 +436,19 @@ TFilter_expr::TFilter_expr(TAutomask& m, int logicnum, const char* expr)
|
|||||||
{
|
{
|
||||||
const TFieldref f(name, 0);
|
const TFieldref f(name, 0);
|
||||||
int num = table2logic(f.id());
|
int num = table2logic(f.id());
|
||||||
|
|
||||||
|
if (num > 0)
|
||||||
|
{
|
||||||
const TRectype join(num);
|
const TRectype join(num);
|
||||||
|
|
||||||
ok = join.exist(f.name());
|
ok = join.exist(f.name());
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
error_box(FR("Tabella %s inesistente"), (const char *)f.name());
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (!ok)
|
if (!ok)
|
||||||
{
|
{
|
||||||
_error = 883;
|
_error = 883;
|
||||||
|
@ -196,13 +196,13 @@ BEGIN
|
|||||||
ITEM "File"
|
ITEM "File"
|
||||||
ITEM "OP@2"
|
ITEM "OP@2"
|
||||||
ITEM "Filtro@64"
|
ITEM "Filtro@64"
|
||||||
ITEM "ODBC Files@64"
|
ITEM "ODBC tables@64"
|
||||||
GROUP G_SUPERUSER
|
GROUP G_SUPERUSER
|
||||||
FLAGS "|"
|
FLAGS "|"
|
||||||
END
|
END
|
||||||
|
|
||||||
ENDPAGE
|
ENDPAGE
|
||||||
|
ss
|
||||||
PAGE "Script" 0 0 0 -2
|
PAGE "Script" 0 0 0 -2
|
||||||
|
|
||||||
SPREADSHEET F_SCRIPTS 0 -1
|
SPREADSHEET F_SCRIPTS 0 -1
|
||||||
@ -378,7 +378,7 @@ END
|
|||||||
|
|
||||||
STING F_FILES 60
|
STING F_FILES 60
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 1 3 "ODBC files"
|
PROMPT 1 3 "ODBC tables "
|
||||||
END
|
END
|
||||||
|
|
||||||
MEMO F_EXPR 60 -3
|
MEMO F_EXPR 60 -3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user