Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ejanakieff

    Text in field being truncated

    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...
  2. ejanakieff

    About SQL Server 2005 Editions

    We are going to acquire a license of the SQL Server 2005 and have doubts in relation to the type of license that we needed: Standard or Enterprise. At the moment we have installed the SQL Server 2000 Enterprise, since we have the SQL Server installed in cluster of two nodes and in the Standard...
  3. ejanakieff

    Export DataBases to a new server cluster

    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
  4. ejanakieff

    Export DataBases to a new server cluster

    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...
  5. ejanakieff

    Export DataBases to a new server cluster

    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...
  6. ejanakieff

    Replace cluster servers

    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...
  7. ejanakieff

    Change scrolling property of a frame

    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...
  8. ejanakieff

    User Information List

    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...
  9. ejanakieff

    User Information List

    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...
  10. ejanakieff

    Problems with the Explorer View

    I have an intranet 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...
  11. ejanakieff

    Independent PageNumber in Table of Contents

    I have solved my problem of another form. I will indicate the version of my product in future threads. Thanks
  12. ejanakieff

    Independent PageNumber in Table of Contents

    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...
  13. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    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...
  14. ejanakieff

    Passing a field value to a stored procedure parameter

    Hello. I have the same problem. Can you get finnaly the solution? Thanks, Eva Janakieff
  15. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    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
  16. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    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...
  17. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    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...
  18. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    Ok. Thanks. Do you know some free UFL that can I use to save the index into a file? Thanks, Eva Janakieff
  19. ejanakieff

    Export fields

    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
  20. ejanakieff

    Can I obtain an índex of content from a Crystal Report

    I have installed version 8,5 of Crystal Reports. I have a data base SQL Server 2000, with different tables. Report is based on a stored procedure that gives back information of two tables (father-son). I implement it with a report that contains the fathers data (report) and a subreport that...

Part and Inventory Search

Back
Top