campo-sirio/at/data.cpp

6 lines
131 B
C++
Raw Normal View History

TRelation* r = get_relation();
TRectype& sog = r->curr();
const TDate oggi(TODAY);
sog.put(SOG_DATAULTAGG, oggi);
r->write();