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 gkittelson 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. Samuel12Sam

    Stored proc param-getting saved

    Hi I have a report that needs a stored proc param. i pass it from the application. but it displays only the saved param in the designer. (this happens only in the production). i have checked for discard saved data....... this report was working fine till it was upgraded to 7 a few days back...
  2. Samuel12Sam

    page orientation subreport

    Hi, how r u doing? i have a main report and a subreport. the page orientation of the main report is portrait. i need the subreport to print in landscape. how do i do that? thanks
  3. Samuel12Sam

    Subreport within a subreport

    you can't nest subreports. you can't have a subreport inside another subreport
  4. Samuel12Sam

    PUSH model - no ADO.NETdataset

    i have an ADO.NET dataset in the project and i want to set the d.b location to the dataset. but when i expand the project data--> ado.net datasets--> i don't find any items. why is it so?
  5. Samuel12Sam

    Why is my report not displaying LONG datatypes?

    did u try increasing the report field's length?
  6. Samuel12Sam

    Logon problem (.NET)

    I get the Logon Failed message at this line crReportDocument.Export() please have a look at the code. thanx for your help and time. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim crReportDocument As New ReportDocument()...
  7. Samuel12Sam

    Logon Failed

    I get the Logon Failed message at this line crReportDocument.Export() please have a look at the code. thanx for your help and time. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim crReportDocument As New ReportDocument()...
  8. Samuel12Sam

    Using CR9 Report in CR.NET

    unfortunately CRs in 9 can't be used in .NET. u will have to use either 8.5 or the crystal reports .NET themselves.(by adding a crystal report from within a .NET proj)
  9. Samuel12Sam

    URGENT. PLEASE HELP

    I have a CR in .net web application. after the report is generated i need the total page count info. which has to be passed to another program. how do i get the total page count of the generated report using the object model. someone told me that i can use the PrintingStatus object. BUT there...
  10. Samuel12Sam

    Getting Total page count programatically

    Thanx Ido. BUT there is no PrintingStatus Object in the CR .NET object library. i need this Total count in a .net web application. but still , what reference do i need to add 2 be able to access the PrintingStatus Object.
  11. Samuel12Sam

    Getting Total page count programatically

    I have a CR in .net web application. after the report is generated i need the total page count info. which has to be passed to another program. how do i get the total page count of the generated report using the object model
  12. Samuel12Sam

    insert large piece of text dynamically

    PLEASE LOOK AT THIS PIECE OF CODE. U WILL KNOW WHAT I AM TRYING TO DO. THIS IS ONLY A TEST PIECE. BUT IT DOESN'T WORK. PLEASE HELP ME. ONE MORE QUESTION. HOW DO U PROGRAMATICALLY IDENTIFY A TEXT OBJECT BY NAME????? Dim report As New ReportDocument() Dim objRepObj As ReportObject...
  13. Samuel12Sam

    No print option in web forms viewer

    Hi, The web forms viewer doesn't have a print option. so in a .net web project how do i implement this print option. can i use another viewer instead? if so how? please let me know. thanx
  14. Samuel12Sam

    No print option in web forms viewer

    Hi, The web forms viewer doesn't have a print option. so in a .net web project how do i implement this print option. can i use another viewer instead? if so how? please let me know. thanx
  15. Samuel12Sam

    Enterprise- output a schedule as excel

    Hi I need to schedule reports on the enterprise server and the output needs to be saved as an excel file. i don't want to view the instance as excel and then save it. how do i do this. please reply

Part and Inventory Search

Back
Top