I only have one server for crystal enterprise. Bob, installing it once should be enough?
It looks like the page server os looking for the file in a location other than C:windows\system32
UFL is installed. As I mentioned in the original post the report runs in crystal reports on the server but not through ePortofilo.
There are instructions for crystal reports but not crystal enterprise.
Anyone other suggestions?
I get the folllowing error when trying to view barcodes in CE10
Error in formula . 'BarcodeC128A({tbDPhaDrugDictVendorsByQ.VENDOR})' UFL 'u2lbcode.dll' that implements this function is missing.. File 1d44469b9031dc0.rpt.
An error has occured:
Error in formula ...
Please help.
I'm new to coldfusion and I'm on support today. I'm gettting this error, HTTP/1.0 404 Object Not Found.
the file exists. It's included by ../folder/file.name
Somehow I think the path is messed up.
Everything worked until I opened the index.cfm page added comments and then...
SQL Sister - Use this
Thank you for the post, I will check the suggested topics. I don't have access to my code right now so I attempted to reproduce a simple version.
Declare @Account int, @col1 int
DECLARE CurDaily CURSOR FOR
SELECT Account,Col1
FROM tableWithNewData
OPEN CurDaily
FETCH...
SQL Sister
Thank you for the post, I will check the suggested topics. I don't have access to my code right now so I attempted to reproduce a simple version.
Declare @Account int, @col1
DECLARE CurDaily CURSOR FOR
SELECT Account,Col1
FROM tableWithNewData
OPEN CurDaily
FETCH NEXT FROM...
Hello
I have a Production table that needs to be updated every day.(replication or log shipping is not an option, must use dts or an sp)
Currently I have a sp that returns the data in a cursor and loops throuh the cursor to insert or update the data. This is slow and a pain to maintain.
I...
Has anyone upgraded to ce 10?
If so how did the upgrade go. The documentation suggests it's an easy processs but I'm always careful regarding crystal documentation because it has caused me many problems in the past.
General thoughts on the upgrade? (not intrested in the features CE 10...
I have installed the Active Directory plugin for crystal Enterprise 9. With Active directory my compnwy expect a seamless login. I'm looking for code that can by pass the login.
Thanks
I have a webserver and a crystal enterprise 9 server. We have recntly inplemented Active directory. I've read Crystal has an active directory plug in. My questions is:
Can I have a seamless login from my webserver to the crystal enterprise server using the active directory plug in? If so...
if {Profitability1_ttx.PROFITSEGMENT} = 'Silver' and {Profitability1_ttx.GOLD} > 0 then
cstr(Truncate(Profitability1_ttx.GOLD})) + " Lose"
I want 40 Lose
I'm getting 40.00 Lose
I must have the formula this way for many reasons.
I need to make the formula above work. Can anyone tell...
Does a stacked bar chart need falttened data to work.
For example
If I use
Col1 Col2 Col3 Col4
25 25 25 25
I get a stacked bar chart.
If I have
Col1 25
Col2 25
Col3 25
Col4 25
I get 4 bars. I can't find a way to get the stacking bars to work unless I Flatten the...
Does a stacked bar chart need falttened data to work.
For example
If I use
Col1 Col2 Col3 Col4
25 25 25 25
I get a stacked bar chart.
If I have
Col1 25
Col2 25
Col3 25
Col4 25
I get 4 bars. I can't find a way to get the stacking bars to work unless I Flatten the...
Is there a way to insert results from a stored procedure into a table variable. The following does not work.
(sp is a stored procedure with one numeric parameter)
declare @sql as nvarchar(200)
declare @tablevar table
(a Char(10),
b int,
c Numeric(5,2),
d Numeric(5,2))
set @sql = 'insert into...
Is there a way to insert results from a stored procedure into a table variable. The following does not work.
(sp is a stored procedure with one numeric parameter)
declare @sql as nvarchar(200)
declare @tablevar table
(a Char(10),
b int,
c Numeric(5,2),
d Numeric(5,2))
set @sql = 'insert into...
Thanks LB, I really appericate the help.
After your comments I have decided there was a design flaw in my report. Now I have the titles in the database.
By suppressing based on group Id I get the desired effect.
Thanks
Craigmacs
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.