以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 无法正常显示结果求指点 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=175822) |
-- 作者:gaolei -- 发布时间:2022/3/20 19:42:00 -- 无法正常显示结果求指点 Dim frm As WinForm.Form frm = Forms("更名") Dim txt1 As String = Frm.Controls("TextBox1").value Dim txt2 As String =frm.Controls("TextBox2") .Value CurrentTable.Current("备注") = "更名前姓名是:" & "\'& txt1 &\'" & "更名后姓名是:" & "\'& txt2 &\'" Forms("更名").Close 显示的结果是这样的:更名前姓名是:\'& txt1 &\'更名后姓名是:\'& txt2 &\' 请问一下老师这个是啥原因
|
-- 作者:gaolei -- 发布时间:2022/3/20 21:13:00 -- 知道原因了 |