以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  帮忙看一下代码 GetConfigValue读取设置信息标错  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=172318)

--  作者:夜点蚊香
--  发布时间:2021/10/8 11:51:00
--  帮忙看一下代码 GetConfigValue读取设置信息标错
e.Form.Controls("TextBox1").Value = UKey.Encrypt1(ComputerId & Date.Now)
Dim s As String
s = e.Form.Controls("TextBox1").Value
SaveConfigValue("p1",s)

e.Form.Controls("TextBox3").Value = GetConfigValue("p1",)

最后一行,读取 设置信息p1报错,代码写的不对,不会写了,帮忙改一直。谢谢

--  作者:jialihaha
--  发布时间:2021/10/8 11:55:00
--  
e.Form.Controls("TextBox3").Value = GetConfigValue("p1","")