Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16925 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
99bcd61bdc
commit
d671936eeb
@ -7,7 +7,7 @@ int main(int argc, char** argv)
|
||||
const int r = (argc > 1) ? argv[1][1] - '0' : 0;
|
||||
switch (r)
|
||||
{
|
||||
case 1:
|
||||
case 1: lv0200(argc,argv); break; //gestione contratti
|
||||
case 2:
|
||||
default: lv0100(argc,argv); break; // gestione tabelle
|
||||
}
|
||||
|
1
lv/lv0.h
1
lv/lv0.h
@ -2,6 +2,7 @@
|
||||
#define __LV0_H
|
||||
|
||||
int lv0100(int argc, char* argv[]);
|
||||
int lv0200(int argc, char* argv[]);
|
||||
|
||||
|
||||
#endif // __LV0_H
|
||||
|
@ -4,7 +4,7 @@ Picture = <ve01>
|
||||
Module = 0
|
||||
Flags = "F"
|
||||
Item_01 = "Gestione Tabelle", [LVMENU_002]
|
||||
Item_02 = "Planning", "ci0 -3", "F"
|
||||
Item_02 = "Planning", "lv0 -1", "F"
|
||||
|
||||
[LVMENU_002]
|
||||
Caption = "Gestione Tabelle"
|
||||
@ -13,3 +13,4 @@ Module = 8
|
||||
Flags = "F"
|
||||
Item_01 = "Mezzi di Trasporto", "lv0 -1", "F"
|
||||
Item_02 = "Mezzi di Diporto", "lv0 -2", "F"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user