当前位置: 代码迷 >> PB >> cb_close.Print(Job, 500,1000)后面两个参数是什么意思,该怎么处理
  详细解决方案

cb_close.Print(Job, 500,1000)后面两个参数是什么意思,该怎么处理

热度:96   发布时间:2016-04-29 08:45:10.0
cb_close.Print(Job, 500,1000)后面两个参数是什么意思
long Job

Job = PrintOpen( )

cb_close.Print(Job, 500,1000)//这两个参数是什么意思

PrintClose(Job)


------解决方案--------------------
objectname.Print ( printjobnumber, x, y {, width, height } ) ,参数就是位置了 

分享控件 在 下载模块 ,我的资源 ,上传资源
------解决方案--------------------
x,y的坐标.

x An integer whose value is the x coordinate on the page of the left corner of the object, in thousandths of an inch.
y An integer whose value is the y coordinate on the page of the left corner of the object, in thousandths of an inch.
------解决方案--------------------
探讨
我再问一个PB中 窗体的宽度,或是控件宽度的单位是什么,和毫米是什么关于

------解决方案--------------------
你的电脑显示器假设是300cm*200cm,你可以把分辨率设定为800像素*600像素,你也可以设定为1024像素*768像素.像素和毫米可以精确地一一对应么?!哪里的题目??

没办法对应的!!看看具体的情况的!!!
  相关解决方案