uhm how can i highlight the row of the selected fields, on my previous version of cr once i clicked the field it highlighted its related field. i am using a cr 8.5
Printable View
uhm how can i highlight the row of the selected fields, on my previous version of cr once i clicked the field it highlighted its related field. i am using a cr 8.5
It should show up as a tooltip if you have tooltip enabled in design view. File > Options > Show Tooltips in Design.
also, if the field is used in the report the Field Explorer will show a green check mark indicating so.
what i mean is it will highlight the entire row.
I only have used 8.5 before. I am not sure I understand. In design view or in preview view or using the report viewer control?
during run time
Using the CR Viewer control when you click on a row it should place a red rectangle box around the record. Is this what you mean.
Sorry I must be missing something here.
yup, but i ain't using a cr viewer, just a control instead. where i just call my report
What control? Why not use the CR Viewer control. It is allot simpler. I have a example in my signature on how to use it.
VB6/Crystal Reports Ex. ;)
men thanx for the time.
am using a crystal report control not the cr viewer control, i do the design in crystal then i call it in vb. i done several reports, and i dont know how to call in cr viewer though.
sorry for being noob men!
Oh, I just remembered. Your using the CR Control that comes with VB6? i think its version 4.6.
I havent used that one before. If that correct I will see what I can find, unless someone else knows off hand?
Hi,
I am using Crystal Report...
I am creating a Student Fee Collection Project...
I want to show only those students details which are empty, i mean who have not payed their dues yet...
Please help me...
Thanks
first, if the field is a number you should not allow the field to become empty or set you initial value to zero. it is for the presentation of course, second what report you want to use? datareport or crystal report. third you should post a new thread in asking a new question for other can attend to your question quickly.
now, are you using one table or a query. in crystal report you can connect your report to the database then have a group. under its property have a select statement. no code needed, just set it to the parameter you want