Search

You searched for the word(s): userid:878749

Matching Posts

  • Re: Binding CR !

    Anyone on this !
    Posted to Crystal Reports (Forum) by Learning++ on 9/26/2009
  • Re: Binding CR !

    Anyone on this please. I am a newbie in CR and do not have much idea about grouping and using queries !
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Re: Binding CR !

    Thanks for replying ! I have inserted two groups. PO_No and Job_No. But the layout of my report is weird. I want only one PO per page with all the assciated Jobs. How can i achieve this !
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Re: Binding CR !

    THANKS DANI.. That went great! Though i encounter 1 more issue rather 2. My crystal report is not refreshing. I hvae two CR reports with Access and SQL datatables. The report created with SQL is working fine (Both updation and logon prompt). Here is the codebehind for it. public partial class ReportMenu : System.Web.UI.Page { private void ConfigureCrystalReports() { ReportDocument crystalReport = new ReportDocument(); ConnectionInfo connectionInfo = new ConnectionInfo(); connectionInfo.ServerName
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Re: Binding CR !

    1. I am using Session in one module and it is getting incremented by 1 evyrtime i access a report. since one report is working fine i do not hve any issues with it. 2. first i created a report in crystal report and then i drag a CRViewer from tools menu to the aspx page i wanted to. What connection string i need to use. 3. I am sorry, i mean Its not "refreshing"
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Gridview Paging !

    I have a gridview with 21 datarows and paging enabled. That means my 21st and latest data is on third page. Bydefault when i open my aspx page containing gridview, i land on the 1st page of the griview. How can i set my gridview to start with last page. Thank you all !
    Posted to Data Presentation Controls (Forum) by Learning++ on 9/17/2009
  • Re: Binding CR !

    Hello Dani, i do not want to have my access database as poassword protected> let me explain the reasons behind. On a aspx page i have a multilevel gridview which connects to the access database. If i provide my database a password, my datagrid fails. On the same page i have a button to print the PO's. When creating my CR, i choosed Database expert -- > New Connection -- >Access/Excel[DAO] -- > Database Name and Database Type --> Checked Secure Logon -- > then set Database Password
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Re: Gridview Paging !

    Hello abhijeet Just to give a scenario i said there are 21 records. It might be any number. [quote user="abhijeet_dighe"] GridView1.PageIndex = 3; [/quote] Any suggestions !
    Posted to Data Presentation Controls (Forum) by Learning++ on 9/17/2009
  • Re: Binding CR !

    Hello Dani, i do not want to have my access database as poassword protected> let me explain the reasons behind. On a aspx page i have a multilevel gridview which connects to the access database. If i provide my database a password, my datagrid fails. On the same page i have a button to print the PO's. When creating my CR, i choosed Database expert -- > New Connection -- >Access/Excel[DAO] -- > Database Name and Database Type --> Checked Secure Logon -- > then set Database Password
    Posted to Crystal Reports (Forum) by Learning++ on 9/17/2009
  • Binding CR !

    Hello friends Please help me out on the following. I have two tables, PO_Details and Job_Details with PO_No and Job_No as primary keys. Both are llinked as one-to-many relatinship where 1 PO_No can have multiple Job_No. All i want is to group CR based on PO_No, where i can display deatils for each Job_No respectvely. Please help !
    Posted to Crystal Reports (Forum) by Learning++ on 9/16/2009
Page 1 of 8 (77 items) 1 2 3 4 5 Next > ... Last »