Patch level : 12.00 136
Files correlati : ba1.exe ba1800a.msk Commento: Aggiunta la possibilità di aggiornare campi al programma di importazione file di testo
This commit is contained in:
parent
78d653577a
commit
2c7c159ea1
@ -16,7 +16,7 @@ int main(int argc,char** argv)
|
||||
case 4: ba1500(argc,argv); break; // Attivazione moduli
|
||||
case 5: ba1600(argc,argv); break; // Creazione dischi e fascicolatore
|
||||
case 6: ba1700(argc,argv); break; // Installazione moduli
|
||||
case 7: ba1800(argc,argv); break; // Utility(?)
|
||||
case 7: ba1800(argc,argv); break; // importazione file
|
||||
case 8: ba1900(argc,argv); break; // Dizionario
|
||||
default: ba1100(argc,argv); break; // Manutenzione
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -13,5 +13,6 @@
|
||||
#define F_ZAP 210
|
||||
#define F_SAVE 250
|
||||
#define F_IMPORT 251
|
||||
#define F_UPDATE 252
|
||||
#define F_COLUMNIZER 300
|
||||
#define F_FIELDS 301
|
||||
|
@ -1,21 +1,28 @@
|
||||
#include "ba1800.h"
|
||||
|
||||
TOOLBAR "" 0 20 0 3
|
||||
TOOLBAR "" 0 0 0 2
|
||||
|
||||
BUTTON F_SAVE 10 2
|
||||
BEGIN
|
||||
PROMPT -13 -11 "~Registra"
|
||||
PROMPT -14 -11 "~Registra"
|
||||
PICTURE TOOL_SAVEREC
|
||||
END
|
||||
|
||||
BUTTON F_IMPORT 10 2
|
||||
BEGIN
|
||||
PROMPT -23 -11 "~Importa"
|
||||
PROMPT -24 -11 "~Importa"
|
||||
PICTURE TOOL_IMPORT
|
||||
END
|
||||
|
||||
BUTTON F_UPDATE 10 2
|
||||
BEGIN
|
||||
PROMPT -34 -11 "~Aggiorna"
|
||||
PICTURE BMP_LINK
|
||||
END
|
||||
|
||||
BUTTON DLG_QUIT 10 2
|
||||
BEGIN
|
||||
PROMPT -33 -11 ""
|
||||
PROMPT -44 -11 ""
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
@ -25,7 +32,7 @@ PAGE "Importazione" -1 -1 78 23
|
||||
STRING F_FILE 50
|
||||
BEGIN
|
||||
PROMPT 1 1 "File da importare "
|
||||
FLAGS "B"
|
||||
FSELECT "*.*"
|
||||
END
|
||||
|
||||
STRING F_INI 50
|
||||
|
@ -123,7 +123,8 @@ Item_09 = "Gestione dizionario", "ba2 -6", ""
|
||||
Item_10 = "Query e Report", [MENU_014], "", 10217
|
||||
Item_11 = "Firma digitale", "ba8 -6", ""
|
||||
Item_12 = "Trasferimenti", "ba7 -0 -f", ""
|
||||
Item_13 = "Teleassistenza", "setup/teamviewerqs.exe", "F", 10236
|
||||
Item_13 = "Importazione file di testo", "ba1 -7", ""
|
||||
Item_14 = "Teleassistenza", "setup/teamviewerqs.exe", "F", 10236
|
||||
|
||||
[MENU_016]
|
||||
Caption = "Procedure speciali"
|
||||
|
Loading…
x
Reference in New Issue
Block a user