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:
rajitgill 2008-09-15 14:26:31 +00:00
parent d2d718eb74
commit ee73967709
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ bool TContratti_msk:: on_field_event(TOperable_field& o,TField_event e,long joll
switch(o.dlg())
{
case DLG_PLANNING:
if (e==fe_button && !field(F_CODCONT).empty())
if (e==fe_button && edit_mode())
{
TRelation_application& app=(TRelation_application&) main_app();
app.get_relation()->read(_isequal,_unlock);

View File

@ -45,7 +45,7 @@ BEGIN
PROMPT 2 2 "Contratto N. "
USE LF_LVCONDV
JOIN LF_CLIFO INTO TIPOCF="C" CODCF=CODCF
INPUT CODCF F_CODCF
INPUT CODCF F_CODCF SELECT
INPUT CODCONT F_CODCONT
DISPLAY "Cliente" CODCF
DISPLAY "Contratto" CODCONT