L lonelywoof Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-12 #1 [?]在使用ADO table更新Table类型程序时,发现它不支持的findkey,gotokey命令, 再试Seek,locate都不能编译成功,有谁知道原因?请指点。thanks.
F fonder Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-12 #3 ado 查找用locate 吧!locate 支持多字段查找。 ado 应该没有findkey,gotokey 命令。
L lonelywoof Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-13 #6 语句:if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[LoCaseInsensitive]) 出错:undeclared identifier:'LoCaseInsensitive' 语句:if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm])) 出错: Not enough actual parameters
语句:if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[LoCaseInsensitive]) 出错:undeclared identifier:'LoCaseInsensitive' 语句:if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm])) 出错: Not enough actual parameters
我 我的家园2003 Unregistered / Unconfirmed GUEST, unregistred user! 2003-03-13 #7 if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[LoCaseInsensitive]) 改成if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[]); if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm])) 缺少参数,可以将[]加上。
if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[LoCaseInsensitive]) 改成if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm]),[]); if not locate('yhxm;yhmm',vararrayof([yhxm,yhmm])) 缺少参数,可以将[]加上。