2,749
社区成员
发帖
与我相关
我的任务
分享*-- vfp9 代码
nn = date() - date(1900,1,1)+1 + seconds()/86400
Declare integer FK_SetDeviceTime IN FKAttend.dll integer, DOUBLE
? FK_SetDeviceTime(1, nn)*-- vfp9 代码
nd = date() - date(1900,1,1) + 1
ns = seconds() / 86400
cc = bintoc(nd+ns, 'B')
Declare integer FK_SetDeviceTime IN FKAttend.dll integer, string
? FK_SetDeviceTime(1, cc)