在vf 中go bottom为什么测试函数eop 为假

Python018

在vf 中go bottom为什么测试函数eop 为假,第1张

go bottom 为定位到最后一条记录,eof 为文件末尾,这两者不是同一个概念

这样

go bottom

skip

? eof()

1.goto 5

display

2.goto 5

list next 5

3.list for year(出生日期)>1980

4.list for 出生日期>={^1983-12-31} and 出生日期<={1985-1-1}

5.go 1

insert befo

6.go bottom

edit

7.replace all 成绩 with 成绩+20 for 年龄<=16

8.程序:use 学生

copy to xsda

go 1

do while !eof()

delete

skip+2

enddo

9.sele * top 5 from 成绩 order by 成绩 desc

10.sele count(*) from 学生 where year(出生日期)=1985 into array number

11. sele 性别,avg(年龄) from 学生 group by 性别

12.locate for 民族<>"汉"

display

13.index on 学号+str(出生年月) tag xh

14.sele * from 学生 where 年龄=(sele min(年龄) from 学生)

sele * from 学生 where 年龄=(sele max(年龄) from 学生)

15.sele * from 学生 group by 性别