当前位置:
代码迷
>>
PB
>> pb的mdi窗口,某一时点只允许打开一个child窗体,怎么办啊
详细解决方案
pb的mdi窗口,某一时点只允许打开一个child窗体,怎么办啊
热度:
89
发布时间:
2016-04-29 09:01:52.0
pb的mdi窗口,某一时点只允许打开一个child窗体,怎么处理啊?
如题
------解决方案--------------------
sheet窗口!=child窗口,child窗口有可能是使用open打开的
如果你都是通过opensheet打开的sheet窗口
那更好办了,getactivesheet和getnextsheet可以得到打开的所有sheet,判断有几个就可以直接控制了
查看全文
相关解决方案
Sub Class 与 Child Class的差异
100 分! 父页 parent.aspx 用 window.showModalDialog 弹出一个子页 child.aspx,子页中怎么把值传到父页
A child container failed during start,该如何解决
A child container failed during start解决方案
jQuery 趁便学习下CSS选择器 奇偶匹配nth-child(even)
JQ行抉择 CSS3伪类选择器:nth-child()
nth-child(),nth-of-type()顶用变量作索引
Jquery选择器(7) - Child Filters
JQuery中位置选择器:nth-child(N)与:eq(N)的差别
:nth-child() 参数为变量的情况,请赐教,该怎么处理
为什么答案不是:parent's method1(),child's method1() ,想不通?该怎么解决
The specified child already has a parent. You must call removeView() on the chil,该如何解决
tar命令出错: gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error
xml schema生成dataset时,遇到"The same table cannot be the child table in two nested relations"有关问题
centos7下mongodb意外无法连接后启动报about to fork child process, waiting until server is ready for connection错误
java.lang.IllegalStateException: The specified child already has a parent. You must call removeView(
css3中 nth-child 和 nth-of-type 的区别
:nth-child()伪类选择器
子选择器:first-child和nth-last-child ——能不用js就用css
Caused by: java.lang.IllegalArgumentException: addChild: Child name 'localhost' is not unique
Cannot add or update a child row: a foreign key constraint fails 解决办法
css 中 nth-child、first-child、last-child 的使用(选中第一个,第几个,第几个到第几个,最后一个等)