I have had the same problem with Crystal Reports 8.5.
The problem was the connection type.
I have made a SQL Server connection.
I have made a "Microsoft SQL Server" connection and the text fields are truncated to 255 chars.
I have change to a "OLEDB" connection, and the text field aren't...
...it indicates that in the standard version they are not including the following characteristics of high availability among others:
* Online Restore
* Online Indexing
* Fast recovery
We made backups and restorations of data bases online.
This would not be possible with the standard version...
Thanks for your aid.
Finally, we have made an old machine's image, stop the old machines, start the news machines, applied the image and all work fine.
I will keep your suggestions for another time.
Thank's,
Eva Janakieff
Thanks.
In my case, I'll replace the old two nodes cluster by one new, with the same IPs address and the same virtual name for the SQL Server.
So, I have understood that I have do:
1.Detach the databases, only the user databases or the system databases too? If I have to detach the system...
We have a Windows 2000 two nodes cluster whit SQL Server 2000 SP4.
Now we want to move the SQL Server 2000 SP4 to a new Windows 2003 two nodes cluster.
We have several databases, jobs, databases maintenance plans, packages...
My question is:
How is better: detach the databases from old...
I need to do the same.
I have two nodes cluster and I have to move SQL Server 2000 SP4 and all the databases to a new two servers.
My question is:
How is better: detach the databases from old nodes, and after attach them in the new nodes or do an backup and restore?
When I have installed the...
I have an html page that contains two frames:
<frameset border="0" frameSpacing="0" rows="310,*" frameBorder="0">
<frame name="F1" src="page1.html" frameBorder="NO" scrolling="NO">
<frame name="F2" src="page2.html" frameBorder="NO" scrolling="NO">
</frameset>
I need to change with...
No it doesn't.
I have an enterprise intranet, where all the domain users has read permissions.
Also I have a department intranet for each department, where only department people has access.
In one of this intranets, there are a document library that have to have read access for all...
I have the same problem.
I know the reason, but not the solution.
In my case I have an intranet with several user defined.
And some document library has anonymous access.
So, even users that have not defined as users of this intranet appears in the information user list.
Can you resolve this...
...made whith Share Point Services, installed in two Windows 2003 Servers, configured with load balancing.
The security of my site is like this:
*Anonymous access enabled
*Integrated Windows Authentication
The clients connects to intranet throw Windows 2003 Terminal Servers. All terminal...
I have a report that shows for every page the PageNumber.
I have made at the end of the report the Table of Contents, using shared arrays, one for the id's and oner other for the PageNumbers.
I want that the numeration of the Table of Contents begins again and it does not continue with the...
Thanks.
It had badly established links between report and subreport.
Now, i pass correctly the values of EPR_A_IDESP and Page Number to subreport, but it doesn't update the data base.
My report has a "Detail Section" with the father's information and a "Subreport" that shows the different sons...
I have a problem:
The parameters of stored procedure do not appear list box of fields of subreport, only appear the fields that I have selected in dummy select of stored procedure.
Eva
I have made this strored procedure:
CREATE PROCEDURE P_MEPRPAG
@vi_idepr integer=null,
@vi_pag integer=null AS
Select EPR_A_IDESP, EPR_I_PAG
From T_ESMPRE
Where EPR_A_IDESP=0
Update T_ESMPRE set
EPR_I_PAG = @vi_pag
where EPR_A_IDESP = @vi_idepr
GO
But I don't know how to link...
I have a problem:
I have made a stored procedure like you said to me:
CREATE PROCEDURE P_MEPRPAG
@vi_idepr integer=null,
@vi_pag integer=null AS
Update T_ESMPRE set
EPR_I_PAG = @vi_pag
where EPR_A_IDESP = @vi_idepr
Select Updating=1
GO
But when try to insert the subreport...
Hello.
I have downloaded the UFL from this link, but the function MAGIniPutValue doesn't appear in Crystal Reports formulas, the other yes.
Some suggestion?
Thanks,
Eva Janakieff
...I have used stored procedures to obtain the data.
I want to obtain the page where each father is displayed. The father's data are (T_ESMPRE):
* EPR_A_IDESP : identifier int(4)
* EPR_I_NUMREG : int(4)
* EPR_I_NUMPRE: int(4)
* EPR_C_MOTIU : nvarchar(4000)
* EPR_I_PAG : int(4) field taht I want...
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.