tjbm.prg

来自「Vfq做中级人事管理数据库」· PRG 代码 · 共 21 行

PRG
21
字号
use tjbm in 0
select tjbm 
zap
select rsda
set order to 部门
go top
do while .not. eof()
bm=部门
count while 部门=bm to rs
select tjbm
append blank
replace 部门 with bm,人数 with rs
select rsda
enddo
do form tjbm name tjbm
select tjbm
use
select rsda
set order to 编号
return

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?