Patch level : 10.0 555
Files correlati : lv0.exe Ricompilazione Demo : [ ] Stampa elenco clienti per articolo con consegnato mese git-svn-id: svn://10.65.10.50/trunk@19813 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
30bbc99058
commit
6e99df731a
@ -175,7 +175,7 @@ bool TGiri_mask::on_field_event(TOperable_field& o, TField_event e, long jolly)
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
class TGiri_report : public TReport_lv
|
class TGiri_report : public TLV_report
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
virtual bool use_mask() { return false; }
|
virtual bool use_mask() { return false; }
|
||||||
|
@ -374,8 +374,11 @@ public:
|
|||||||
class TLV_report : public TReport
|
class TLV_report : public TReport
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
virtual bool set_recordset(const TString& sql);
|
|
||||||
virtual bool get_usr_val(const TString& name, TVariant& var) const;
|
virtual bool get_usr_val(const TString& name, TVariant& var) const;
|
||||||
|
|
||||||
|
public:
|
||||||
|
virtual bool set_recordset(TRecordset* rs) { return TReport::set_recordset(rs); }
|
||||||
|
virtual bool set_recordset(const TString& sql);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user