Home > database >  Pb printing problems, all printing are useful, there is only one type machine is a blank page!
Pb printing problems, all printing are useful, there is only one type machine is a blank page!

Time:10-13

Pb print code is written so
String v_mdmbm
Long row=1, rowcount
Rowcount=dw_1. Rowcount ()
The do while row & lt; Rowcount=
Then if dw_1. An isselected (row)
V_mdmbm=this. Getitemstring (row, 'MDMBM')
Dw_4. Retrieve (v_mdmbm)
Dw_3. Retrieve (v_mdmbm)
DW_4. Print ()
DW_3. Print ()
End the if
Row++
Loop
I don't have in the local print problem, other people also have no problem printing, when only one print out is a blank page, very strange, for the first time encounter this kind of problem, is a cause or a xp system reason, the program for help!

CodePudding user response:

String v_mdmbm
Long row=1, rowcount
Rowcount=dw_1. Rowcount ()
The do while row & lt; Rowcount=
Then if dw_1. An isselected (row)
V_mdmbm=this. Getitemstring (row, 'MDMBM')
If dw_4. Retrieve (v_mdmbm) & gt; 0 then
Dw_4. Print ()
The else
Messagebox (' no record can print ', 'dw_4. Rowcount ()=0')
End the if

If dw_3. Retrieve (v_mdmbm) & gt; 0 then
Dw_3. Print ()
The else
Messagebox (' no record can print ', 'dw_3. Rowcount ()=0')
End the if
End the if
Row++
Loop




CodePudding user response:

You go to a PB print framework, the company has printed packaging, not the dw. Print to print directly,

CodePudding user response:

If only one person is not working, may be associated and printer Settings, such as the default page

CodePudding user response:

What adjustments in the print format

CodePudding user response:

Reinstall the printer driver

CodePudding user response:

May be the computer failed to get the data, but there is no hint, so they print the blank page
  • Related