how to do this in crystal report
-
Hi , i have a typed dataset to count on it in using the crystal report . this dataset contains two tables "Reserver" & "Reservation" i have done a relashion between the two . i have wrote the code necessary but what i need now is how can i display this ?? Name of reserver : reserver.name_reser telephone of reserver : tel_reser ... and right here i wanna display all the reservation of this reserver like this : num_resv date_resv hr_resv .... .... .... .... . . . . . . . . . . . . . . . . . . . . . i hope you understood me thanks foe helping ahh i forgot !! i will recuperate the num-reser from a text box in a form named frmresv wich contains the print bottun & i have a num_reser fielsd in the reservation table try to be good if you can't be the best
-
Hi , i have a typed dataset to count on it in using the crystal report . this dataset contains two tables "Reserver" & "Reservation" i have done a relashion between the two . i have wrote the code necessary but what i need now is how can i display this ?? Name of reserver : reserver.name_reser telephone of reserver : tel_reser ... and right here i wanna display all the reservation of this reserver like this : num_resv date_resv hr_resv .... .... .... .... . . . . . . . . . . . . . . . . . . . . . i hope you understood me thanks foe helping ahh i forgot !! i will recuperate the num-reser from a text box in a form named frmresv wich contains the print bottun & i have a num_reser fielsd in the reservation table try to be good if you can't be the best
Hi, I hope that you need to show the report in the master/detail report format. Create the main report , which will display the master item like name of the reserver and the telephone number of the reserver, In the detail band of the report you . Insert/Create the subreport and while doing that you link the two reports by the common field. this can be done by clicking on the Link tab in the sub report properties. Hope this will help you alot Happy programming
-
Hi, I hope that you need to show the report in the master/detail report format. Create the main report , which will display the master item like name of the reserver and the telephone number of the reserver, In the detail band of the report you . Insert/Create the subreport and while doing that you link the two reports by the common field. this can be done by clicking on the Link tab in the sub report properties. Hope this will help you alot Happy programming
thnx man i will try it try to be good if you can't be the best