Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@16970 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1a560c6df1
commit
4fefe4a19a
@ -1,15 +1,15 @@
|
||||
166
|
||||
24
|
||||
IDPLAN|2|17|0|Campo identificativo del record
|
||||
PROVV|1|1|0|Tipo numerazione <P>rovvisorio <D>efinitivo
|
||||
ANNO|2|4|0|Anno
|
||||
CODNUM|1|4|0|Codice della numerazione
|
||||
NDOC|3|7|0|Numero documento
|
||||
USERINS|1|16|0|Utente d'inserimento
|
||||
DATAINS|5|8|0|Data d'inserimento
|
||||
USERAGG|1|16|0|Utente ultimo aggiornamento
|
||||
DATAAGG|5|8|0|Data ultimo aggiornamento
|
||||
DATAPAS|5|8|0|Data della consegna
|
||||
PROVV|1|1|0|Tipo numerazione <P>rovvisorio <D>efinitivo
|
||||
ANNO|2|4|0|Anno
|
||||
CODNUM|1|4|0|Codice della numerazione
|
||||
NDOC|3|7|0|Numero documento
|
||||
CODITI|1|3|0|Codice dell'itinerario
|
||||
ORDFERM|2|3|0|Indica l'ordine di fermata dell'autista
|
||||
CODAUT|1|2|0|Codice autista (dato riportato dall'itinerario)
|
||||
|
@ -7,8 +7,10 @@ int main(int argc, char** argv)
|
||||
const int r = (argc > 1) ? argv[1][1] - '0' : 0;
|
||||
switch (r)
|
||||
{
|
||||
case 1: break; //gestione contratti
|
||||
case 2:
|
||||
case 3: break; //gestione contratti lv0400
|
||||
case 4: break; //passaggi planning per contratto lv0500
|
||||
case 5: break; //periodi di sospensione lv0600
|
||||
case 6: break; //planning consegne lv0700
|
||||
default: lv0100(argc, argv); break; // gestione tabelle
|
||||
}
|
||||
return 0;
|
||||
|
6
lv/lv0.h
6
lv/lv0.h
@ -2,7 +2,9 @@
|
||||
#define __LV0_H
|
||||
|
||||
int lv0100(int argc, char* argv[]);
|
||||
int lv0200(int argc, char* argv[]);
|
||||
|
||||
int lv0400(int argc, char* argv[]);
|
||||
int lv0500(int argc, char* argv[]);
|
||||
int lv0600(int argc, char* argv[]);
|
||||
int lv0700(int argc, char* argv[]);
|
||||
|
||||
#endif // __LV0_H
|
||||
|
@ -908,6 +908,54 @@
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\costcmp.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\costcoa.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\cotbcmp.uml"
|
||||
>
|
||||
@ -1037,6 +1085,14 @@
|
||||
RelativePath="..\co\colib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\costcmp.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\costcoa.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\cotbcmp.h"
|
||||
>
|
||||
@ -1334,6 +1390,14 @@
|
||||
Name="Rep"
|
||||
Filter="rep"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\co\costcmp.rep"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\co\costcoa.rep"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\lib\AgaLib.lib"
|
||||
|
@ -214,11 +214,11 @@
|
||||
Filter="cpp"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\ta\lv0.cpp"
|
||||
RelativePath="..\lv\lv0.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\ta\lv0100.cpp"
|
||||
RelativePath="..\lv\lv0100.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@ -227,15 +227,145 @@
|
||||
Filter="uml"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\ta\lv0100a.uml"
|
||||
RelativePath="..\lv\lvstiti.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk
"
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbaut.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbfrq.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbiti.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbmez.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbtsp.uml"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Compiling mask $(InputPath)..."
|
||||
CommandLine="msk32 $(InputPath) $(TargetDir)$(InputName).msk"
|
||||
Outputs="$(TargetDir)$(InputName).msk"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
@ -246,7 +376,31 @@
|
||||
Filter="h"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\ta\lv0.h"
|
||||
RelativePath="..\lv\lv0.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvstiti.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbaut.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbfrq.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbiti.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbmez.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\lvtbtsp.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
@ -254,27 +408,181 @@
|
||||
Name="Trr"
|
||||
Filter="trr"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\lv\f164.trr"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\f165.trr"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\f166.trr"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying trr $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).trr"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).trr"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Dir"
|
||||
Filter="dir"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\lv\f164.dir"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\f165.dir"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lv\f166.dir"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying dir $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\recdesc\$(InputName).dir"
|
||||
Outputs="$(TargetDir)\recdesc\$(InputName).dir"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Menu"
|
||||
Filter="men"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\ta\tamenu.men"
|
||||
RelativePath="..\lv\lvmenu.men"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).men"
|
||||
Outputs="$(TargetDir)\$(InputName).men"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Copying men $(InputPath)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)$(InputName).men
"
|
||||
Outputs="$(TargetDir)$(InputName).men"
|
||||
Description="Copying men $(InputName)..."
|
||||
CommandLine="copy $(InputPath) $(TargetDir)\$(InputName).men"
|
||||
Outputs="$(TargetDir)\$(InputName).men"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
@ -3,7 +3,7 @@ echo Compiling %1 into %2
|
||||
|
||||
copy ..\include\uml.h+%1 %TMP%\tmp.tmp
|
||||
set oldinc=%include
|
||||
set include=..\include;..\ab;..\aec;..\at;..\ba;..\ca;..\ce;..\ci;..\cg;..\cm;..\co;..\crpa;..\db;..\dt;..\dl;..\ef;..\gv;..\in;..\li;..\m770;..\mg;..\mr;..\or;..\pr;..\ps;..\sc;..\si;..\sv;..\ta;..\tc;..\tp;..\vd;..\ve;..\xvaga
|
||||
set include=..\include;..\ab;..\aec;..\at;..\ba;..\ca;..\ce;..\ci;..\cg;..\cm;..\co;..\crpa;..\db;..\dt;..\dl;..\ef;..\gv;..\in;..\li;..\lv;..\m770;..\mg;..\mr;..\or;..\pr;..\ps;..\sc;..\si;..\sv;..\tc;..\tp;..\vd;..\ve;..\xvaga
|
||||
|
||||
cl /nologo /EP %TMP%\tmp.tmp >%TMP%\tmp.msk
|
||||
set include=%oldinc
|
||||
|
Loading…
x
Reference in New Issue
Block a user