Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Please help its Urgent vb.net thanks in advance

thanks& regards
Vishal Patel
Posted
Comments
KaushalJB 26-Jun-14 3:10am    
Your question is not clear... Update your question with some relevant code that you have applied... Read FAQ for how to post questions
visupatel62 26-Jun-14 11:00am    
hello kaushal lets take an example
i have one temparery table that contains challan no field
challan no
1
2
3
4
5

i want to execute the crystal report
page 1 containts challan 1
page 2 containts challan 2
page 3 containts challan 3
page 4 containts challan 4
page 5 containts challan 5

i use a parameter as challan no but i got only last challan no means 5 challan no data
i want all challan no data in a particular single page
thanks kaushal for reply
KaushalJB 30-Jun-14 8:47am    
Then you need to apply formula in your sections. Apply formula in a hidden field in crystal design which would contain your count of parameters that you pass.

Make your sections visible as per your count of challan numbers and print it in every labels.
Apply formula in x2 button. Google 'How to perform formulas in hidden fields in Crystal Reports'

1 solution

Use Parameter-fields to filter(particular patient id) the data in report, check these
C# Crystal Reports String parameter[^]
C# Crystal Reports Integer parameter[^]
C# Crystal Reports Date parameter[^]
C# Crystal Reports - Date to Date[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900