DIMENSION submenu3(3)
submenu3(1)='\<1. 数据修改'
submenu3(2)='\<2. 数据增加'
submenu3 (3)='\<3. 数据删除'
DIMENSION submenu4(2)
submenu4(1)='\<1. 按职称统计'
submenu4(2)='\<2. 按学历统计'
DIMENSION submenu5(2)
submenu5(1)='\<1. 打印职称统计报表'
submenu5(2)='\<2. 打印学历统计报表'
DIMENSION submenu6(2)
submenu6(1)='\<1. 帮助说明'
SUBMENU6(2)='\<2. 操作说明'
DIMENSION submenu7(1)
submenu7(1)='\<1. 退出'
MENU BAR mainmenu,7
menu 1, submenu1,1
menu 2, submenu2,2
menu 3, submenu3,3
menu 4, submenu4,2
menu 5, submenu5,2
menu 6, submenu6,2
menu 7, submenu7,1
STORE 1 TO row,col
read menu bar to row,col
do case
case row=1 and col=1
do a:\sjsr
do a:\xt
case row=2 and col=1
do a:\sjcx
do a:\xt
case row=2 and col=2
do a:\xm12
do a:\xt
case row=3 and col=1
do a:\xtwh
do a:\xt
case row=3 and col=2
do a:\tj
do a:\xt
case row=3 and col=3
do a:\sc
do a:\xt
case row=4 and col=1
do a:\tg
do a:\xt
case row=4 and col=2
do a:\gdw
do a:\xt
case row=5 and col=1
do a:\de
do a:\xt
case row=5 and col=2
do a:\gtw2
do a:\xt
case row=6 and col=1
do a:\help11
do a:\xt
case row=6 and col=2
do a:\help12
do a:\xt
case row=7 and col=1
do a:\xttt
endcase
return
结束程序如下
EXIT
CLEA
请问,READ EVENTS和CLEA EVENTS怎么加?
不好意思我很笨。