Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@17112 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
rajitgill 2008-08-27 15:34:52 +00:00
parent ce7776b80d
commit 939858122c
4 changed files with 10 additions and 10 deletions

View File

@ -1,3 +1,3 @@
169
0
$lvrcondv|||273|0|Righe del contratto|||
$lvrcondv|||291|0|Righe del contratto|||

View File

@ -2,7 +2,7 @@
28
CODCF|3|6|0|Codice cliente
CODCONT|3|6|0|Codice contratto
CODART|1|2|0|Codice articolo
CODART|1|20|0|Codice articolo
PREZZO|4|18|3|Prezzo in vigore
PREZRIN|4|18|3|Prezzo di rinnovo
QTACONG|4|15|5|Quantità conguaglio

View File

@ -94,7 +94,7 @@ bool TContratti_app:: get_next_key(TToken_string& key)
void TContratti_app:: build_query(const TMask& m,TString& query) const
{
query="";
query << "USE LVCONDV\n"
query << "USE LVRCONDV\n"
<< "FROM CODCF="<<m.get(F_CODCF)<<" CODCONT="<<m.get(F_CODCONT)<<"\n"
<< "TO CODCF="<<m.get(F_CODCF)<<" CODCONT="<<m.get(F_CODCONT);

View File

@ -341,18 +341,18 @@ BEGIN
PROMPT 1 1 "@bArt"
END
STRING S_ARTICOLO 20
STRING S_CODART 20
BEGIN
PROMPT 1 2 ""
FLAGS "U"
USE LF_ANAMAG
INPUT CODART S_ARTICOLO
INPUT CODART S_CODART
DISPLAY "Articolo" CODART
DISPLAY "Descrizione@50" DESCR
OUTPUT S_ARTICOLO CODART
OUTPUT S_CODART CODART
OUTPUT S_DESCR DESCR
OUTPUT S_PREZZOST COSTSTD
FIELD ARTICOLO
FIELD CODART
CHECKTYPE REQUIRED
END
@ -363,14 +363,14 @@ BEGIN
INPUT DESCR S_DESCR
DISPLAY "Descrizone@50" DESCR
DISPLAY "Articolo" CODART
COPY OUTPUT S_ARTICOLO
COPY OUTPUT S_CODART
CHECKTYPE REQUIRED
END
CURRENCY S_PREZZOST 15
BEGIN
PROMPT 1 4 "Prezzo in vigore "
FLAGS "D"
FIELD PREZZO
END
CURRENCY S_PREZZORN 15
@ -418,7 +418,7 @@ BEGIN
PROMPT 59 7 "Unità di misura"
USE LF_UMART KEY 2
JOIN UMS INTO CODTAB=UM
INPUT CODART S_ARTICOLO SELECT
INPUT CODART S_CODART SELECT
INPUT UM S_UM
DISPLAY "U.M." UM
DISPLAY "Descrione@50" LF_TAB->S0