以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  扫描窗口提示  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=145159)

--  作者:nxqtxwz
--  发布时间:2020/1/10 8:26:00
--  扫描窗口提示

.NET Framework 版本:4.0.30319.1026
Foxtable 版本:2019.11.3.1
错误所在事件:窗口,图片,Button1,Click
详细错误信息:
Public member \'Image\' on type \'PictureViewer\' not found.

 

 

按钮代码:

Dim scanner As new TwainGui.MainFrame(ProjectPath & "test.jpeg",False)
scanner.Showdialog
e.Form.Controls("PictureViewer1").Image = getimage(ProjectPath & "test.jpeg")

[此贴子已经被作者于2020/1/10 8:33:14编辑过]

--  作者:有点蓝
--  发布时间:2020/1/10 8:36:00
--  
PictureViewer必须绑定列使用,添加图片这样:http://www.foxtable.com/webhelp/topics/2699.htm

不然就改为图片框控件:http://www.foxtable.com/webhelp/topics/0812.htm