以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- [求助] Excel引用变量出错 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=138207) |
-- 作者:hotday1972 -- 发布时间:2019/7/25 11:28:00 -- [求助] Excel引用变量出错 出错提示: .NET Framework 版本:2.0.50727.8941 Foxtable 版本:2018.3.9.1 错误所在事件: 详细错误信息: 长度不能小于 0。 参数名: length 代码给变量赋值 Dim location As String = e.Form.Controls("cbb_审核区域").Value Dim year As String = e.Form.Controls("cbb_年度").Value Dim month As Integer = e.Form.Controls("cbb_月度").Value Dim str As String = Format(month,"00") Dim txt As String = year & str Vars("T1_string") = location Vars("T2_string") = str 模板中两处引用变量: <"工序: " & [!T1_string]> <"月份: " & [!T2_string> 引用变量失败,请问老师,问题在哪里?谢谢!
|
-- 作者:有点蓝 -- 发布时间:2019/7/25 11:40:00 -- 不是这里的问题。检查其他地方 |
-- 作者:hotday1972 -- 发布时间:2019/7/25 13:18:00 -- 少了一个后“]”号,哎!谢谢老师
|