Okay. Here is an update. I was able to create the report (with the help of a colleague) using a sub-report. Here's how it works:
Firstly, I pulled all of the Job Orders (Contact1.Key1='Job Order') and had them displayed.
Secondly, I created a sub-report that linked on the...
FYI: Two individals on different forums responded to this post. Here are the responses:
"You'll need to add one of the table to the report twice, when you do a dialog box will come up and ask you if you want to give it an alias. You can figure it out from there."
". Click on report menu tab
...
Hello experts!
I am having a bit of an issue with one report (Crystal Reports 9). The tables I am working with are as follows:
Contact1
AccountNo, Company, Contact (aka Candidate Name or Job Order Number), Key1 (aka Record Type: Candidate, Job Order)...
ContSupp
AccountNo, Title, Contsupref...
True. I caught that just now. My current code is:
dim arrOnCall ()
dim fname, lname, beeper, home
count = 0
while not oRs.EOF
redim arrOnCall (count + 1)
Set arrOnCall(count) = server.CreateObject("Scripting.Dictionary")
fname = oRs("first_name")
lname = oRs("last_name")
beeper =...
Hello experts!
I am getting an "Object Required" error when trying to access an element of a dictionary.
I have a database connection which performs two queries. The first query is saved in a dictionary object as follows:
dim arrOnCall ()
count = 0
while not oRs.EOF
count = count + 1...
Hello experts!
I have a project that has been quite frustrating to me. Please help me get the rotation work...
Below is a function that is called by clicking on a JButton. This code works:
private void zoom(boolean in) {
Transform3D zoom = world3d.zoom...
Paul,
THANK YOU SO MUCH for the help! I have been struggling with this problem since last week and it has been killing me! You have really helped me out big time!
Thank you again so much!
Hello everyone.
I have just begun using Web User Controls in my Web Forms. The problem I am having is that the contents of the controls take two page load events before ViewState contents are successfully shown in modules as well as WebForm1. I need a way to be able to update all controls with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.