亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3569 | 回復(fù): 7
打印 上一主題 下一主題

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2004-07-20 09:42 |只看該作者 |倒序?yàn)g覽
在打印文件中(PRTF),格式設(shè)置中SKIPB(001)與SPACEB(001)有什么區(qū)別?我試了半天沒發(fā)現(xiàn)有什么不同。請前輩指點(diǎn)。

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2004-07-20 10:32 |只看該作者

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題

SKIPB(001)是絕對(duì)位置,它是指在印刷前跳到第1行;
SPACEB(001)是相對(duì)位置,它是指在印刷前跳1行;

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2004-07-20 15:42 |只看該作者

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題

原帖由 "WJIEGAO" 發(fā)表:
SKIPB(001)是絕對(duì)位置,它是指在印刷前跳到第1行;
SPACEB(001)是相對(duì)位置,它是指在印刷前跳1行;
感謝賜教!證實(shí)中……

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2004-07-20 16:01 |只看該作者

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題

A                                                                  
A          R R000                                                  
A                                                                  
A                                    18' Fr料算定1 '            
A                                      SKIPB(001)                  
A                                    18' Fr料算定2 '            
A                                      SKIPB(005)                  
A                                    18' Fr料算定3 '            
A                                      SKIPB(003)                  


按照“SKIPB(001)是絕對(duì)位置,它是指在印刷前跳到第1行;
SPACEB(001)是相對(duì)位置,它是指在印刷前跳1行;”這段源碼打印出結(jié)果順序應(yīng)該是:       Fr料算定1
                 Fr料算定3
                 Fr料算定2
但是執(zhí)行的效果是:Fr料算定1
                  Fr料算定2
                  Fr料算定3

------------------------繼續(xù)迷茫中

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2004-07-20 16:03 |只看該作者

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題

PRTF文件的格式亂了,但大家還是能看明白的哈?

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2004-07-20 16:22 |只看該作者

新手提問---關(guān)于打印文件PRTF中一個(gè)簡單問題

明白了,剛才打印了一份。 發(fā)現(xiàn)打印機(jī)在第一頁第1行打印“Fr料算定1”;在第一頁第5行打印“Fr料算定2”;在第二頁第3行打印“Fr料算定3”,也就是說打印機(jī)打印文件時(shí),不往回打,自動(dòng)在第2頁打印。哈哈,終于明白了。強(qiáng)烈感謝WJIEGAO的鼎立相助

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2006-06-02 22:19 |只看該作者
請教
第二頁有沒有打印出 'r料算定1 和 'r料算定5' 呢?!

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2006-06-03 10:47 |只看該作者
SKIPB (Skip Before) keyword in printer files
Use this file-, record-, or field-level keyword to specify that the printer device is to skip to a specific line number before it prints the next line(s).

The format of the keyword is:

SKIPB(skip-before-line-number)
The parameter value is required and must be in the range 1 through 255.

If you specify this keyword at the file level, you must option it with one or more indicators; otherwise, option indicators are optional. The specified skip is performed before each record in the file prints and after any file-level SKIPB operations are applied.

If you specify this keyword at the record level, skipping is performed before any of the lines associated with that record print.

If you specify this keyword at the field level, skipping is performed before the field prints.

You can specify this keyword once at the file level, once at the record level, and once for each field.

This keyword is valid at the file level for all records, but not at the record or field level for records that have line numbers specified (positions 39 through 41). (The line numbers are flagged as errors.)

Note:
If you do not use line numbers and do not specify skip or space keywords, overprinting can result.
The SKIPB keyword is not valid at either the field level or record level if the record format also has the BOX, ENDPAGE, GDF, LINE, OVERLAY, PAGSEG, or POSITION keywords specified.

This keyword is not allowed at the file level for files defined as DEVTYPE(*AFPDS) on the CRTPRTF command.

Option indicators are valid for this keyword.

Example:

The following example shows how to specify the SKIPB keyword.

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00022A          R RFMTPR                    SKIPB(5)
     A

Use this record- or field-level keyword to specify that the printer device is to space some number of lines before it prints the next line or lines.

The format of the keyword is:

SPACEB(space-before-value)
The parameter value is required and must be in the range 0 through 255.

If you specify this keyword at the record level, spacing occurs before any lines associated with that record are printed. You can specify this keyword only once at the record level or once for each field.

If you specify SPACEB at the field level, spacing is performed before the line containing that field prints.

This keyword is not valid for records with specified line numbers (positions 39 through 41). (The line numbers are flagged as errors.)

Note:
If you do not use line numbers and do not specify space or skip keywords, overprinting can result.
The SPACEB keyword is not valid at either the field level or record level if the record format also has the BOX, ENDPAGE, GDF, LINE, OVERLAY, PAGSEG, or POSITION keywords specified.

Option indicators are valid for this keyword.

Example:

The following example shows how to specify the SPACEB keyword.

|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8
00010A            FIELDA        25A       55SPACEB(3)
00011A            FIELDB        30       100
     A
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP