Patch level : 10.0 250
Files correlati : ve0.exe Ricompilazione Demo : [ ] Commento : In inserimento se non specificato il campo ricerca alternativa viene riempita con i primi 20 caratteri della ragione sociale Bug 0001048 (come per gli articoli) anche per i clienti le etichette dovrebbero avere un nome che ne identifichi l'utilità git-svn-id: svn://10.65.10.50/trunk@18370 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
bfeade14a7
commit
71e2f44cf9
@ -866,6 +866,11 @@ void TClifo_application::get_pnae(const TMask& m, TToken_string& nonacceff, TTok
|
||||
|
||||
void TClifo_application::common_f(const TMask& m)
|
||||
{
|
||||
TString alter = m.get(F_RICALT);
|
||||
|
||||
if (alter.blank() && m.mode() == MODE_INS)
|
||||
((TMask &)m).set(F_RICALT, m.get(F_RAGSOC).left(m.field(F_RICALT).size()));
|
||||
|
||||
TToken_string nonacceff(30, ';'), nonscadeff(30, ';');
|
||||
get_pnae(m, nonacceff, nonscadeff);
|
||||
TRectype& cfven = get_relation()->curr(LF_CFVEN);
|
||||
|
@ -14,7 +14,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.1" -1 -1 78 19
|
||||
PAGE "Dati Anagrafici" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -382,7 +382,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.2" -1 -1 78 19
|
||||
PAGE "Contatti/Percipiente" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -623,7 +623,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.3" -1 -1 78 19
|
||||
PAGE "Banche/Condizioni" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -985,7 +985,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.4" -1 -1 78 19
|
||||
PAGE "Banche/Effetti" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -1134,7 +1134,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.5" -1 -1 78 19
|
||||
PAGE "Indirizzi" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -1224,7 +1224,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.6" -1 -1 78 19
|
||||
PAGE "Dati vendita 1" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -1438,7 +1438,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.7" -1 -1 78 19
|
||||
PAGE "Dati Vendita 2" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
@ -1699,7 +1699,7 @@ END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
PAGE "Pag.8" -1 -1 78 19
|
||||
PAGE "Dati Vendita 3" -1 -1 78 19
|
||||
|
||||
GROUPBOX DLG_NULL 76 4
|
||||
BEGIN
|
||||
|
Loading…
x
Reference in New Issue
Block a user