Using CR 8.5 and Active Data (field definitions). Report is run in a VB program.
The report points to a table that contains a project code and sum of time.
IE:
Code Time
A12 10.5
2847 2.75
1112 5.75
On the report I want to display the time and code from largest to smallest on one...
Ok, did a little more research here.
1) The applications are supposed to open in a "seamless" mode which they appear to do when only one monitor is enabled.
2) The monitors are at 2 seperate resolutions...
Enduser using ica 8.0.2x
Recently I added a second monitor to my system and split the desktop over both monitors. As soon as I did, all the applications opened within citrix windows open in a "MetaFrame Presentation Server Client[SpeedScreen On]" window. This window spans both monitors with...
Has anyone else had issues with the USB connections on the Dock II (2877). It seems as though there's a weak connection or the cards easily die...
We received a group of 8 IBM T42's with Dock II's:
1 Dock II was bad out of the box. Couldn't get USB on the dock to power anything. Interchanged...
The subreport has 1 group of Tree1UID
Informaton is placed in the Details.
I tried a group of tDate and placing the information in the group header, but wound up with similar results.
Sorry about that:
Group#1 - Model(suppressed)
Group#2 - Barcode
Row is placed in group#2 header.
The subreport has 2 links:
Table1.UID = Table2.Table1UID
and
?ParameterDate = DATE{tDate}
Quick background. 90% of the reports I write are fed their data from a VB program with a SQL DB. So I write the queries, use the program for the parameters and pass the results to the report. 10% I actually use Crystal's linking/parameters.
The report uses 2 tables. The first has a listing...
I have 1 "master" database with several disconnected offsite databases. At the offsite locations, new records are identified, and we are given this information. We add the record to the "master" database and in turn send this new record out to the offsite databases using proprietary packages...
I looked at using sp_MSForEachDB but it appears to hit all databases.
Using NoCoolHandle's approach, I took my select and turned it into a stored procedure.
Declare
@dbname varchar (7)
select distinct
tb1.chickenname
from '@dbname'..table1 tb1
Then using DTS I wrote a quick cursor...
To set things up:
I have a server with ~23 databases. 14 use a standard naming convention aaa_001, aaa_002, aaa_003, etc...
Is there an EASY WAY to pull data from all 14 of these using one select statement (ie- SELECT * from aaa_*..table1)
I currently write a select statement for database...
Madawc - Thanks for the suggestion, but I have to select truly random records based on x% and daterange. I should get a different report each time the report is run for the same x% and range.
lbass - The formula works, but I only get x% of my detail records.
In effect I am passing the report...
You aren't going to like this, but it looks like you have to specify the start character (A B or C) with (Start A), then the message, a check character and at the end (Stop).
http://www.morovia.com/education/symbology/code128.asp
This is probably going to be really basic, but...
Using CR8.5, SQL7. Report is using recordsets (not live data).
I feed the report xx many records, then only dislay a random 10% of those records. I have 3 groups (RecordCount = 10):
Group1 - Based on a formula // Rnd()
Group2 -...
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.