- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
if (IsSetPrinter)
{
if (Counter == 0)
{
printingIsOkay = PrintDocument(letterIDsString
, row.DocumentTemplateVersionID
, row.DocumentTemplate
, (row.IsHeader_DocumentTemplateVersionIDNull() ? (int?)null : row.Header_DocumentTemplateVersionID)
, (row.IsFooter_DocumentTemplateVersionIDNull() ? (int?)null : row.Footer_DocumentTemplateVersionID)
, true
, Counter
, Counter == documentTemplateVersions.Count - 1);
}
else
{
printingIsOkay = PrintDocument(letterIDsString
, row.DocumentTemplateVersionID
, row.DocumentTemplate
, (row.IsHeader_DocumentTemplateVersionIDNull() ? (int?)null : row.Header_DocumentTemplateVersionID)
, (row.IsFooter_DocumentTemplateVersionIDNull() ? (int?)null : row.Footer_DocumentTemplateVersionID)
, false
, Counter
, Counter == documentTemplateVersions.Count - 1);
}
}
else
{
printingIsOkay = PrintDocument(letterIDsString
, row.DocumentTemplateVersionID
, row.DocumentTemplate
, (row.IsHeader_DocumentTemplateVersionIDNull() ? (int?)null : row.Header_DocumentTemplateVersionID)
, (row.IsFooter_DocumentTemplateVersionIDNull() ? (int?)null : row.Footer_DocumentTemplateVersionID)
, false
, Counter
, Counter == documentTemplateVersions.Count - 1);
}
Я бы выложил весь класс. Он весь такой. Но, думаю, вы поняли кто писал?
eth0 23.07.2013 06:31 # +1
3Doomer 24.07.2013 11:37 # 0
Впрочем, всё хорошо в меру...бывают и совсем хреновые случаи http://vk.com/wall7468765_12845
Elvenfighter 24.07.2013 23:38 # 0
bormand 25.07.2013 05:33 # +1
eth0 25.07.2013 19:24 # 0
kegdan 26.07.2013 06:30 # 0
anonimb84a2f6fd141 26.07.2013 06:41 # 0
bormand 26.07.2013 08:39 # 0
guest 23.07.2013 07:04 # +1
kore_sar 23.07.2013 07:08 # 0
bormand 23.07.2013 07:42 # 0
P.S. А, нашел, в шестом параметре стоит IsSetPrinter && Counter == 0.
kore_sar 23.07.2013 07:43 # 0
bormand 23.07.2013 07:44 # 0
guest 23.07.2013 09:58 # 0
blackhearted 23.07.2013 10:40 # −4
bormand 23.07.2013 11:04 # +5
inkanus-gray 24.07.2013 19:00 # 0
bormand 24.07.2013 19:10 # 0
P.S. Кстати этот код должен правильно отработать даже в PHP. Там же конструкции вот такого вида фейлятся:
Elvenfighter 24.07.2013 23:42 # 0
kegdan 26.07.2013 06:34 # 0
1024-- 25.07.2013 01:51 # 0
wvxvw 25.07.2013 23:34 # +1
wvxvw 25.07.2013 18:30 # 0
The version is ok,
The header is ok,
Oh you're supposed to care, but all you do is take,
All you do is take
wvxvw 25.07.2013 22:07 # 0
bormand 25.07.2013 22:46 # 0
kegdan 26.07.2013 06:40 # 0