台历怎么编啊,用什么命令啊
学校让做一个时钟与台历的实验,这个台里怎么搞啊...指导一下...
thisform.olecontroll.year=year(date())
thisform.olecontrol1.month=month(date())
thisform.olecontrol1.day=day(date())
thisform.cx2
aa= thisform.olecontrol1.year
bb= thisform.olecontrol1.month
cc= thisform.olecontrol1.day
use bl
pack
set dele on
go top
if recc()〈〉0
do while .not. eof()
if 年=aa .and. 月=bb .and. 日=cc
loca for 年=aa .and. 月=bb .and. 日=cc
exit
endif
skip 1
enddo
endif
thisform.refresh
这个哪有问题,系统提示无法识别