Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Gde je greska?Stampa format A4, i ne koristi Printer.PaperSize = vbPRPSUser

[es] :: C/C++ programiranje :: Gde je greska?Stampa format A4, i ne koristi Printer.PaperSize = vbPRPSUser

[ Pregleda: 5246 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

stole66

Član broj: 42876
Poruke: 8
*.pool8249.interbusiness.it.



Profil

icon Gde je greska?Stampa format A4, i ne koristi Printer.PaperSize = vbPRPSUser23.12.2004. u 00:48 - pre 234 meseci
Private Sub cmdStampa_Click()
On Error Resume Next
If Text2.Text = "" Or Text3.Text = "" Or Text4.Text = "" Or Text1.Text = "" Then

MsgBox "INSERISCI TUTI I DATI!!!!!!!!!", 48, "ERRORE"

Exit Sub
End If

For ii = 1 To CSng(txtBrKop.Text)



Printer.ScaleMode = 5

Printer.FontName = "MS Sans Serif"
Printer.FontSize = 12
Printer.PrintQuality = -2

Printer.PaperSize = vbPRPSUser
Printer.Width = 7.08661417 * 1440
Printer.Height = 0.590557118 * 1440 ' 2 inches * 1440 TWIPS per inch
Printer.CurrentX = 0
Printer.CurrentY = 0

Printer.Print "Articolo "; , Spc(15); "Pellame"; Spc(18); "Tacco"; Spc(17); ; , "Num"

Printer.Print Text2.Text; , Spc(15); ; Text3.Text; Spc(15); Text4.Text; Spc(15); ; , Text1.Text

Printer.Print
Printer.NewPage


Printer.EndDoc
Next
 
Odgovor na temu

MAD-MAX
Marko Mitic

Član broj: 351
Poruke: 1060
195.252.107.*

Jabber: MAD-MAX@jabber.com
ICQ: 65811355


Profil

icon Re: Gde je greska?Stampa format A4, i ne koristi Printer.PaperSize = vbPRPSUser23.12.2004. u 22:15 - pre 234 meseci
Mislim da si pogresio forum.

Ovo treba da ide u VB & ASP kol'ko se meni cini.
"If you do what you always did! - You will get what you always got!"
 
Odgovor na temu

[es] :: C/C++ programiranje :: Gde je greska?Stampa format A4, i ne koristi Printer.PaperSize = vbPRPSUser

[ Pregleda: 5246 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.