51Testing软件测试论坛

 找回密码
 (注-册)加入51Testing

QQ登录

只需一步,快速开始

微信登录,快人一步

手机号码,快捷登录

查看: 3344|回复: 1
打印 上一主题 下一主题

'ddt_get_row_count' function is not refreshing

[复制链接]
  • TA的每日心情
    开心
    2016-8-25 11:11
  • 签到天数: 1 天

    连续签到: 1 天

    [LV.1]测试小兵

    跳转到指定楼层
    1#
    发表于 2009-8-11 13:22:17 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    When I change the size of my Excel file the ddt_get_row_count function will not refresh to a lower value.
    Code:
    _____________________________________________________________

    Row_Count = null;
    My_File = "c:\\documents and settings\\Testing.xls";
    rc = ddt_open(My_File);
    if (rc!= E_OK && rc != E_FILE_OPEN)
    pause("Cannot open table.");
    ddt_get_row_count(My_File,Row_Count);

    ____________________________________________________________

    Row_Count was stuck on 17. The last file size. Testing.xls file was changed to 30 rows, Row_Count updated to 30. When I reduced Testing.xls to 4 rows Row_Count=30. I have closed WR and ran the script again but Row_Count remains at 30. Is there some way to 'clear the cache'? As I increment the .xls above the last Row_Count it will increment but not decrement/refresh.

    转自
    http://www.sqaforums.com/showfla ... p;page=0#Post576782
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    收藏收藏
    回复

    使用道具 举报

    该用户从未签到

    2#
    发表于 2011-5-11 14:01:10 | 只看该作者
    Try deleting the entire row instead of deleting/clearing cells. Excel seems to leave a residue on rows that just have their cells deleted/cleared.
    回复 支持 反对

    使用道具 举报

    本版积分规则

    关闭

    站长推荐上一条 /1 下一条

    小黑屋|手机版|Archiver|51Testing软件测试网 ( 沪ICP备05003035号 关于我们

    GMT+8, 2024-9-20 17:57 , Processed in 0.069803 second(s), 29 queries .

    Powered by Discuz! X3.2

    © 2001-2024 Comsenz Inc.

    快速回复 返回顶部 返回列表