Found out how to do this and it works.
http://www.crystalrepo rtsbook.com/Crystal_Reports _XI.asp?Page=4_ 1
The link above was the source to correcting my problem. Now I select a value get only one set of data back and print only that data set. Used the Gorup Name FIelds Select -Select Expert and followed the directions.
It pays to play and thank you to all of you who right excellent articles so us new guys...
User Profile
Collapse
-
I found this one out finally.
http://www.instantcrys tal.net/instantguide.as px
Download the above file follow the directions carefully it worked for me. Hope this helps.
RTW...Leave a comment:
-
Crystal Reports - Select only records I want
Does anyone know a way in CR to select only the records they want via a parameter? I thought this was like a WHERE but it doen't work that way it staill gets all the records just the starting point is the parameter value.
For example.
I have user name with address etc.
I use a parameter to select the user by LAST NAME
Find and dandy however I still get all the records in the record set so... -
I don't think this is the correct way can I not just create some sort of loop incrementing the contorl each time? This way I don't have to write all these lines of code. Some exams are 100's of questions.
RTW...Leave a comment:
-
Crystal Reports vb.net Visual Studio 2005
If anyone has had problems with Crystal Reports using VS 2005 and vb.net I found this guide that worked!
Following the directions carefully I cut and pasted from the examples after hours and days of flustrations this fixed everything.
http://www.instantcrys tal.net/instantguide.as px
The author would like a $10.00 donation I went back and gave him the !0.00 bucks it was worth it.
... -
Add a .vcs calendar event button that automattically installs event.
To install a button on-click event that automatically installs a .vcs event for a personal calendar.
This is written in .net vb. From this you should be able to get a good idea of how this works and you can modify it to fit your needs.
The original code was written by Florent Boulanger dated 9 Nov 2004 I modified for .net 2 only. I take no credit to for the orgination of this code only the few basic modfications needed... -
I have made the test using a wizard control with steps. VS 2005 .net 2.0 VB
I did not want to go back and forth to the server so I wrote the update statement at the end of the questions.
Some question sets are as long as 100 questions and we have over 35 question sets.
Looking at the code below that works it seems to me there must be an easier way of accompolishing this. I have tried everything that I have...Leave a comment:
-
I have declared it several ways all with various results. Nothing seems to work.
RTW...Leave a comment:
-
Unable to cast object of type 'System.String' to type 'System.Web.UI. WebControls.Lab el'....Leave a comment:
-
Helllo, I am using an outside mail service with my version. Two section in .net 2 you need to take care of the code and web.config section.
First the code (snipet)
Imports System.Net.Mail
Dim ETime
ETime = Now()
Dim OEmail
OEmail = Membership.GetU ser.Email
Dim objEmail As New MailMessage
objEmail.To.Add (OEmail)
objEmail.CC.Add ("MyName@YourMa il.com")...Leave a comment:
-
Trying to use an array with DirectCast
The problem.
I have created an exam using the control wizard. Most answers are text answers I created the SQL db. Now when I try to read the data it always gives me cast error. I decided to put in if elseif statements to make sure that worked and everything is fine but I am sure there must be another and BETTER way.
I am new at this but need to figure a way to get it done. The only solution I had was the one attached... -
Creating test using Wizard Control .net 2 Problem: SQL DirectCast
The problem.
I have created an exam using the control wizard. Most answers are text answers I created the SQL db. Now when I try to read the data it always gives me cast error.
I am new at this but need to figure a way to get it done. The only solution I had was the one attached but there has to be a way to use an array or create a new web ui control from a string.
When I try to do this: QLabel = {"QLabel"...
No activity results to display
Show More
Leave a comment: