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 Chriss Miller 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: *

  • Users: essa2000
  • Content: Threads
  • Order by date
  1. essa2000

    How can I Change Group Options in a Cross Tab Reports Rows to original

    Dears; I have a cross tab report and It is different fields other as a columns and it is one Dynamic Columns as well. Now, I am having problem with the ordering of records. Cross Tab reports changes the order of Records as these are coming from Stored Procedures. I don't want to change the...
  2. essa2000

    Looking for Dynamic Reporting Tool for Client

    Hi; We are looking for a Dynamic Reporting Tool for our client in which they can link with Database and Create Differnet report by themseleve using easy Wizard. We are looking for following tasks by that tools: 1- Client can create differnet reports by himself using a wizard 2- Client...
  3. essa2000

    Differences Between Crystal Report and Crystal Enterprise

    Hi; We have developed a complete ERP system for one of the client in VB.NET , SQL Server and Crystal Report 9.2. Now, our client is asking for Reporting on Web. I heared about Crystal Enterprise but I don't know what is the difference in Crystal Report and Crystal Enterprise. Could you clear...
  4. essa2000

    What is the max length of a String Data Type Parameter field for CR

    Hi; I am passing one Parameter String data type to my Report which is created into Crystal Report 9.2 thru VB.NET and when pass more than 250 Characters than Report gives me error "Specified parameters is out of range......" Do you know how to handle it or what is the max length of that...
  5. essa2000

    How to display Blank "" instead of "0" in a Cross Tab Column

    Hi; I have one Cross Tab report and I am using Quantity as a Cross Tab column and if there is no data for few cells of the cross tab reports it shows 0 and now I am trying to suppress them or showing Blank instead of zeros. I tried so many different way but it is not accessing the each column...
  6. essa2000

    How to invoke Crystal Report Standard Report Creation Wizard in VB.NET

    Hi ; I am looking for the way to invoke Crystal Report Standard Report Creation Wizard into VB.NET. I have seen one application in which they called Standard Report Creation Wizard and user can Select any view from there and create there own dynamic reports using templates. Thanks...
  7. essa2000

    How to Change Printer Driver at run time

    Hi; I am looking for the code to change the default printer Driver or Default printer at run time. The scenario is that, we are facing problem in printing with Crystal Report and VB.NET. We developed our reports using different printer and client don't have that printer setting. We used...
  8. essa2000

    Landscape reports are being displayed in Portriat

    Hi All; I've been gone thru all the posts abour printing and viewing reports but I think I am facing different problem. I am using VB.NET and Crystal Reports 9.2., I've designed few reports in Landscape formats. Now, when are viewing those reports in development envoirnment then these can be...
  9. essa2000

    Days in a month Function

    Hi All ; I am looking for a function which can give me no. of days in a month. For example NoOfDays(Jan, 2004) it should give me 31. If I pass NoOfDays(Feb, 2004) it should returns 29 otherwise I should return 28. I am wondering if someone knows about that function. Thanks Muhammad Essa...
  10. essa2000

    Setfocus or Activate form

    Hi Dears; I am wondering how can I Setfocus or Activate an already opened form. Actually, I don't want to reopen that form from the menu item if it is already opened. I just want to Focus or Activate it again instead of creating a new instance of the same form. If the form is minimize then it...
  11. essa2000

    Crystal Report 9.2 for VS.NET 2003

    Dears ; I was using Crystal Report Version 9.2 separately with VS.NET 2002 Standarad edition. Now, I upgraded VS.NET 2003 Enterprise edition and it comes with Crystal Report 9.1 Ver. So, my question is ; 1- Is it okay to run those reports which are already build in newer version of crystal...
  12. essa2000

    Differenet versions of Crystal Reports

    Hi Dears ; I was using Crystal Report Version 9.2 separately with VS.NET 2002 Standarad edition. Now, I upgraded VS.NET 2003 Enterprise edition and it comes with Crystal Report 9.1 Ver. So, my question is ; 1- Is it okay to run those reports which are already build in newer version of...
  13. essa2000

    How can I run one VB Project EXE file from Server on each client

    Dears; I am using VB.NET and SQL Server. I need to have only one EXE file on Server and I want each client run that EXE form server. I will install packege on each client once and then for next release I want to update EXE file only on Server and then try to run that exe from server only...
  14. essa2000

    How can I Print multiple of a report copies with different page footer

    Dears; I am using Crystal Report 9.0 and SQL Server 2000 with VB.NET. I am trying to print Multiple copies of a same report with different page Footer. For example, I am printing Packing Slip of an order, I want to print 3 copies with three different page footer i.e. fixed text "Customer...
  15. essa2000

    Which files of VB.NET solutions should I keep in VSS

    Dears; I am trying to use Visual Source Safe in VB.NET and I am wondering about which files should I keep in VSS. I am using VS.NET Enterprise Version 2003. Actually, I am confusing about the .sln and .vbproj. Can anyone give me the folder and files structure in VSS for VB.NET project...
  16. essa2000

    How can I stop user to enter Alphabets in numeric field

    Hi; I am trying to stop user to type in a text box other than numeric values i.e. "1234567890.-" only ! I am using VB.NET version 2002. Thanks. Muhammad Essa Mughal Software Engineer iLogic Inc.
  17. essa2000

    How can I restrict user to export reports in few format or extension

    Dears; The problem is that , when we press Export button to export report to any file format and if we tried to export it in .rpt then it gives me error b/c we don't have that file type on client PC. So, I want to restrict user to export reports in few required formats. For example , I can...
  18. essa2000

    How can I save XML result set in a file using query analyzer

    Dears ; I am trying to use Select * from authors FOR XML AUTO to generate a XML result set now I want to same this result set in one XML file. How can I do that ! Then I'll populate data in my combo or grid. Thanks. Essa Muhammad Essa Mughal Software Engineer iLogic Inc.
  19. essa2000

    How can I Populate combo using XML file

    Dears ; I want to populate combo using my XML file. Let suppose , I do query to SQL Server using FOR XML and I get XML file and now I want to populate my combo using that XML file which has only two values e.g. CustomerID and CustomerName. Thanks. Muhammad Essa Mughal Software Engineer...
  20. essa2000

    How to show labels in French

    Dears ; I want to make one application which I can implement in English and French version. I mean all the labels and data will be displayed in French If I want to change configuratoin. I am working in VB.NET. I checked there is one property on Form i.e. Language but nothing happened when I...

Part and Inventory Search

Back
Top