campo-sirio/at/data.cpp
alex 9e87d4da39 Prima versione di AT Win
git-svn-id: svn://10.65.10.50/trunk@3294 c028cbd2-c16b-5b4b-a496-9718f37d4682
1996-07-30 14:46:52 +00:00

6 lines
131 B
C++
Executable File

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