⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xsck.prg

📁 一个小的电脑销售管理系统
💻 PRG
字号:
close all
sele 0
use xsb
set order to tag cph
if recc()<>0
sele 0
use cpb
set order to tag cph
set relation to cph into xsb
set skip to xsb
repl all kcsl with kcsl-xsb.sl
set relation to
sele xsb
x=str(year(date()),4)
y=iif(month(date())>9,str(month(date()),2),str(month(date()),1))
z=iif(day(date())>9,str(day(date()),2),str(day(date()),1))
w="xsb"+x+y+z
copy to &w
zap
endif
close all

⌨️ 快捷键说明

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