doni_foundation
1st May 2013, 05:08
Dear all,

i wanna ask something, i create form purchase requisition

when i try to print out, there's always a space between item detail

the print like this

------------------------------
1 book 20

2 book 20
------------------------------

it should be

------------------------------
1 book 20
2 book 20
------------------------------

i want there is no space between item in detail

help me please..

this is my code


select tcibd001.*
from tcibd001
where tcibd001.item = {:tdpur201.item}
selectdo
temp.dsca1 = tcibd001.dsca(1;20)
temp.dsca2 = tcibd001.dsca(21;10)
select tdpcg031.*
from tdpcg031
where tdpcg031.item = {:tdpur201.item}
selectdo
select sum(whinp100.qana):soonhand
from whinp100
where whinp100.item = {:tdpur201.item}
and whinp100.koor = 3
and whinp100.kotr = 2
group by whinp100.item
selectdo
select tcibd100.*
from tcibd100
where tcibd100.item = {:tdpur201.item}
selectdo
select tdsls401.*
from tdsls401
where tdsls401.item = {:tdpur201.item}
selectdo
select
sum(tdsls406.qnvc):temp.qnvc
from tdsls406
where tdsls406.orno = {:tdpur401.orno}
selectdo
on case mm.invd <> 00
case (mm.invd - 3):
temp.3months = temp.qnvc/3
break
case (mm.invd - 6):
temp.6months = temp.qnvc/6
break
endcase
endselect
endselect
endselect
endselect
endselect
endselect

Clecuyer
1st May 2013, 12:57
Hi, In a report , the script offer a possibility to make some process, and he can change the result apparence of the page out but , i need to see your layout , print report detail in file with script and send me it.

bdittmar
1st May 2013, 19:33
[QUOTE=doni_foundation;181792]Dear all,

i wanna ask something, i create form purchase requisition

when i try to print out, there's always a space between item detail

the print like this

------------------------------
1 book 20

2 book 20
------------------------------

it should be

------------------------------
1 book 20
2 book 20
------------------------------

i want there is no space between item in detail

help me please..

Hello,

are the report layout like this ?

detail.1 -> dsca part 1
detail.2 -> print expression (not lattr.print = false)
detail.3 -> dsca part 2

or are there anny print expressions on the second line?

In above example a empty line would appear if the print exprission is false or the first layout has two or more lines.

Only a thought. Post your layout, please.

Regards

PS: A moderator should move this threat to the right forum.

Clecuyer
2nd May 2013, 10:42
Hi,

For help you a need a print report informations (layout, script ect...) of baan , not your explication. Because in this report a can see the problem quickly

session for print information : ttadv3430m000
- report field data
- report script

put the result in text file and join it on this thread.