Talk with the Author
 Crystal Reports Forum : General Information : Talk with the Author
Message Icon Topic: repeat problem Post Reply Post New Topic
Author Message
remo
Newbie
Newbie
Avatar

Joined: 18 Oct 2007
Location: Singapore
Online Status: Offline
Posts: 12
Quote remo Replybullet Topic: repeat problem
    Posted: 11 Apr 2008 at 12:45am

am mad with this prob.ive so many group headers, each1 is subreport.one of de subreports is item, contains under detils section @item desc, @ item casc ,@ @itemmarksandnumber.in this itemmarksandnumber formula i put ({ItemMarksAndNumbers.ItemNumber} = PREVIOUS({ItemMarksAndNumbers.ItemNumber}) in suppress(no drill), without checked check box,but actuelly it shows like this, and it reapeting every no of record
-------------------------
item marks and numbers: m1
item marks and numbers: n1

item marks and numbers: m2
item marks and numbers: n2
item marks and numbers: o2
-----------
but i actually it shoud b like this

item marks and numbers: m1
item marks and numbers: n1
//here second record details should start
//at de end onli remaining part should come like this

item marks and numbers: m2
item marks and numbers: n2
item marks and numbers: o2

my itemandmarks formula contains this

DIM str AS STRING
({Item.ItemSequenceNumeric}))
IF {ItemMarksAndNos.ShippingMarks1} <> "" THEN
    str = str + "Shipping Marks            : " + {ItemMarksAndNos.ShippingMarks1} + CHR(13)
END IF
IF {ItemMarksAndNos.ShippingMarks2} <> "" THEN
    str = str + "Shipping Marks            : " + {ItemMarksAndNos.ShippingMarks2} + CHR(13)
END IF
IF {ItemMarksAndNos.ShippingMarks3} <> "" THEN
    str = str + "Shipping Marks            : " + {ItemMarksAndNos.ShippingMarks3} + CHR(13)
END IF
formula = str


am using xml,

plz help me. thanx in advance

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.031 seconds.