表单中的代码如何获得表单的“文件名”?
而不是表单的name属性或caption属性
比如
do form abc.scx
我想得到的是
abc.scx
不太想用 do abc.scx with 'abc.scx'
有其它的方法没?如变量和函数
------解决方案--------------------------------------------------------
Sys(1271,Thisform) && 返回 路径+表单文件名
Justfname(Sys(1271,Thisform)) && 取得表单文件名