Patch level : 10.0
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@19683 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
087cbe40f0
commit
2ca2116ed9
@ -11,15 +11,21 @@ class TStampaBuoni_mask: public TAutomask
|
||||
protected:
|
||||
virtual bool on_field_event(TOperable_field& o, TField_event e, long jolly);
|
||||
public:
|
||||
TStampaBuoni_mask():TAutomask("lv1100a"){}
|
||||
TStampaBuoni_mask();
|
||||
};
|
||||
|
||||
TStampaBuoni_mask::TStampaBuoni_mask():TAutomask("lv1100a")
|
||||
{
|
||||
//precarico i campi fissi
|
||||
set(F_CODNUM, ini_get_string(CONFIG_DITTA, "lv", "NUM_PRE", NULL, 0));
|
||||
set(F_TIPODOC, ini_get_string(CONFIG_DITTA, "lv", "TIPODOC_PRE", NULL, 0));
|
||||
}
|
||||
|
||||
bool TStampaBuoni_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
class TStampaBuoni_app: public TSkeleton_application
|
||||
{
|
||||
protected:
|
||||
|
Loading…
x
Reference in New Issue
Block a user