Patch level :10.0
Files correlati :lv0.exe lv0400a.msk Ricompilazione Demo : [ ] Commento : 0000903: Richiamo PLANNIG DA CONTRATTI Il pulsante non funziona ancora ! Se inserisco una riga planning e quindo premo registra ho l'errore: i"mpossibile leggere dati errore: 204" git-svn-id: svn://10.65.10.50/trunk@17247 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
d2d718eb74
commit
ee73967709
@ -133,7 +133,7 @@ bool TContratti_msk:: on_field_event(TOperable_field& o,TField_event e,long joll
|
|||||||
switch(o.dlg())
|
switch(o.dlg())
|
||||||
{
|
{
|
||||||
case DLG_PLANNING:
|
case DLG_PLANNING:
|
||||||
if (e==fe_button && !field(F_CODCONT).empty())
|
if (e==fe_button && edit_mode())
|
||||||
{
|
{
|
||||||
TRelation_application& app=(TRelation_application&) main_app();
|
TRelation_application& app=(TRelation_application&) main_app();
|
||||||
app.get_relation()->read(_isequal,_unlock);
|
app.get_relation()->read(_isequal,_unlock);
|
||||||
|
@ -45,7 +45,7 @@ BEGIN
|
|||||||
PROMPT 2 2 "Contratto N. "
|
PROMPT 2 2 "Contratto N. "
|
||||||
USE LF_LVCONDV
|
USE LF_LVCONDV
|
||||||
JOIN LF_CLIFO INTO TIPOCF="C" CODCF=CODCF
|
JOIN LF_CLIFO INTO TIPOCF="C" CODCF=CODCF
|
||||||
INPUT CODCF F_CODCF
|
INPUT CODCF F_CODCF SELECT
|
||||||
INPUT CODCONT F_CODCONT
|
INPUT CODCONT F_CODCONT
|
||||||
DISPLAY "Cliente" CODCF
|
DISPLAY "Cliente" CODCF
|
||||||
DISPLAY "Contratto" CODCONT
|
DISPLAY "Contratto" CODCONT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user