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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AGIMA

  1. AGIMA

    Cyrstal report XI not printing in landscape.

    thanks for the code sample. I guess I can force the printing by using that method. I would of thought that the report would of used the orientation that was saved with the report. It is saved with landscape but does not print out that way. AGIMA - professional web hosting is our business...
  2. AGIMA

    Cyrstal report XI not printing in landscape.

    I have a VB6 application that prints Cyrstal reports XI, however one of the reports is setup to print landscape and prints OK from the crystal designer interface, however when the same report is printed from within the VB6 application it comes out portrait. Am I missing some setting on the...
  3. AGIMA

    Remove Group from Group Tree

    Let me put this as simply as I can. I have a five groups in my report. I want to remove one of these groups in code, using VB.NET. It doesnt matter what the data is, all I want to do is remove the second group, so the report will only group on four groups and not the orginal five groups...
  4. AGIMA

    Remove Group from Group Tree

    I have a view on SQL server that has a heap of field, but there are five main fields that I group on. Group1 Group2 Group3 Group4 Group5 The contents of these groups is: Group1 contains: Product Categories Group2 contains: Company names Group3 contains: Department names Group4 contains...
  5. AGIMA

    Remove Group from Group Tree

    To remove the grouping from the report (i.e. the viewable/body) I simply modify the selection so that if a field is blank then the group is surpressed. However when the group is surpressed it is not removed from the Group Tree. AGIMA - professional web hosting is our business. AGIMA...
  6. AGIMA

    ActiveX viewer

    Go to the Crystal support page and seach on "Deployment" this will point you to a PDF that has in it how to deploy on IIS and windows applications. AGIMA - professional web hosting is our business. AGIMA Computing http://www.agima.com.au
  7. AGIMA

    Remove Group from Group Tree

    I have groupings in my report, and depending on a criteria I want one group to be removed. I can do this on the actual report but I am unable to do this on the Grouping tree. This is a Web form viewer using vb.net. Does anyone know how to do this? AGIMA - professional web hosting is our...
  8. AGIMA

    Windows Service - Account Selection Help

    Have you tried to create a user just for the purpose of the service running? For example: You create a admin user call WindowsService and then you get your windows service to start using this user details. If the assigned user has the rights to view other dictories across the network then you...
  9. AGIMA

    Crystal XI viewer in .NET V2005

    I have some web projects that were using Crystal XI and using the v11 viewer. However I have created new web projects using version .NET and when I view my reports the report viewer seems to lack some of the features that were present in crystal viewer. Looking into this further it appears...
  10. AGIMA

    ASP.NET vs FrontPage vs Dreamweaver

    I second the motion with vbkris. We also do our design/modification in DW and use VS to do all the coding stuff. I personally dont think that there is a better way to do it, and let me tell you ive tried. AGIMA - professional web hosting is our business. AGIMA Computing http://www.agima.com.au
  11. AGIMA

    asp.net login - directory mix up

    I think you are in the wrong section as this is for VB.NET and not ASP.NET. However I will attempt to assist you. The RedirectFromLoginPage command will redirect you back to the orginal URL from which you came. Before I get to into it, do you understand how to secure pages using forms...
  12. AGIMA

    Free reusable components

    www.asp.net AGIMA - professional web hosting is our business. AGIMA Computing http://www.agima.com.au
  13. AGIMA

    Error starting VB6

    Get the latest version of Windows installer from the Microsoft website and see if that helps. AGIMA - professional web hosting is our business. AGIMA Computing http://www.agima.com.au
  14. AGIMA

    ADO connection to MS Access problem

    Yes I have come across this and the problem was different version of the MDAC on the computers, even through all of them were the same (I was told they were the same). I manually went around and check the version on each of the files on the affected machines and the machines that worked. We...
  15. AGIMA

    Shell Function

    Read this. http://www.tek-tips.com/viewthread.cfm?qid=1063387&page=2 AGIMA - professional web hosting is our business. AGIMA Computing http://www.agima.com.au

Part and Inventory Search

Back
Top