Prameter Problem with Crystal Reports

rascielll

New member
Joined
Mar 28, 2006
Messages
2
Programming Experience
Beginner
Hi! I'm quite new in using crystal reports in vb.net 2003, i am making a program for my cousin's company which is to be done immediately yet i'm having problems in printing.

i have to print the delivery receipts as well as invoices, I have used crystal reports to do that for me but i don't know how to code it so that it would only print data where the PO# is what is contained in the textbox in the windows form. fro you to further understand what i want here is a sample query what i wanted in my report... (Select * from DeliveryReceipts where POno is Like windowsform.PO.text)

a professor told me to use parameters, string parameters... but i don't know how to code it.

PLEASE I BADLY NEEDED THE HELP... MY HEAD IS REALLY ACHING IN FINISHING THIS PROGRAM... THANKS! :eek:
 
Back
Top