登录 | 注册

首页 | 学习中心 | 下载中心 | 知识大全 | 作文 | 常识 | 加入收藏 | 网站地图

您当前位置:多思学习网知识频道电脑学习软件技巧屏幕菜单与LIST并存——对《怎样在保留屏幕菜单的前提下实现LIST的功能》的改进

屏幕菜单与LIST并存——对《怎样在保留屏幕菜单的前提下实现LIST的功能》的改进

11-08 12:39:07软件技巧
浏览次数:334次 
标签:软件技巧大全,http://www.duosi8.com 屏幕菜单与LIST并存——对《怎样在保留屏幕菜单的前提下实现LIST的功能》的改进,
  BROWS1.PRG
        & set stat off
        set heading off
        set talk off
        set colo to 7/1
        clea
        use XTSM
        set colo to +5/1
        @2,25 say '叶片编码库浏览:'
        set colo to 7/2
        @3,0 say space(80)
        @19,0 say space(80)
        set colo to 7/0
        @4,0 clea to 18,79
        LLKZ=.T.
        DO WHILE LLKZ
        go top
        set colo to gr+/1
        @20,0 say space(80)
        @20,20 say '按任意键向后翻页......'
        set colo to 7/0
        if reccount()< =14
        @4,0 clea to 18,79
        @3,0 say "
        disp off all
        else
        @4,0 clea to 18,79
        @3,0 say "
        disp off next 14
        @20,0 say space(10)+'1'
        nothing=inkey(0)
        restnum=reccount()-14
        N=0
        do while restnum> 14
        @4,0 clea to 18,79
        @3,0 say "
        skip
        disp off next 14
        N=N+1
        @20,0 say N+1
        restnum= reccount()-14*N
        nothig=inkey(0)
        enddo
        @4,0 clea to 18,79
        @3,0 say "
        disp off next restnum
        endif
        set colo to gr+/1
        @20,0 say space(80)
        @20,15 say '已到结尾!'
        YORN='Y'
        @20,30 say '再浏览一遍?(Y/N)' get YORN
        read
        if YORN='Y'.or. YORN='y'
        LLKZ=.T.
        set colo to 7/1
        @20,0 say space(80)
        set colo to 7/0
        else
        LLKZ=.F.
        set colo to 7/1
        clea
        set colo to 3+/1
        @10,25 say '浏览结束!'
        set colo to /2
        @8,20 to 12,44
        set colo to 7/1
        @20,20 say ' 按任意键退出......'
        nothing=inkey(0)
        clea
        return
        endif
        ENDDO
        * use
       
 

,屏幕菜单与LIST并存——对《怎样在保留屏幕菜单的前提下实现LIST的功能》的改进
《屏幕菜单与LIST并存——对《怎样在保留屏幕菜单的前提下实现LIST的功能》的改进》相关文章

联系我们 | 网站地图 | 幼教大全 | 试题下载 | 电脑学习 | 加入收藏


幼儿园教案_ 教案模板_ 课件模板_ 教学反思_ 教学计划


多思学习网 1 2 3 4 5 6