以文本方式查看主题 - 金字塔客服中心 - 专业程序化交易软件提供商 (http://www.weistock.com/bbs/index.asp) -- 高级功能研发区 (http://www.weistock.com/bbs/list.asp?boardid=5) ---- MarketData.GetReportDataByIndex 方法问题 急切求教 (http://www.weistock.com/bbs/dispbbs.asp?boardid=5&id=6588) |
-- 作者:francus -- 发布时间:2011/5/19 23:00:34 -- MarketData.GetReportDataByIndex 方法问题 急切求教 count = marketdata.GetReportCount("DQ") for i =0 to count
划线处提示 缺少对象 : “report1 ”, 请高手看看怎么回事? |
-- 作者:阿火 -- 发布时间:2011/5/20 8:11:33 -- for i =0 to count-1 |
-- 作者:francus -- 发布时间:2011/5/20 14:55:32 -- 哦,可以啦,谢谢啦,哈哈,
|
-- 作者:francus -- 发布时间:2011/5/20 15:07:24 -- sub text001()
为什么这个却提示,对象不支持此属性或方法??? 我认为是一样的呀 |
-- 作者:阿火 -- 发布时间:2011/5/20 23:18:30 -- report 系统自带的关键字吧 用report1 |
-- 作者:francus -- 发布时间:2011/5/21 14:04:41 -- 用report1可以了,但在系统编程帮助文件中找不到report关键字,它到底是什么? |