CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: svibuk

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. issues with crystal report when passing parameters from code

    am trying to open a report using reportvierwer by passimng parameters from code behind

    1) when using parameters if i use @ i get a windows were i am asked to write parameter value

    i need to...
  2. line and box object not visible when report is displayed

    hve used box and line object for formatting

    in design its visible

    but when executed the report its not visible
  3. Replies
    1
    Views
    881

    deleting specified worksheet from code

    i am having total of 4 sheets of which sheet 1 & sheet 4 r compulsory
    i am using datatable to fill the sheet with data
    if dt1.rows.count<>0
    -- write data to excel cells
    else...
  4. "Unable to get Match property of the WorksheetFunction class".

    The below functinality works fine when the workbook has 1 sheet
    but with more than 0ne sheet i get error on
    Application.WorksheetFunction.Match


    i have datavalidation list coded from VBA ,...
  5. Replies
    2
    Views
    736

    populating dropdown in windows forms

    i have a form with a dropdown
    i am populating dropdowmn from database but having few issues

    i have a sub function fr populating the dropdown as
    Dim da1 As New SqlDataAdapter(cmd1)
    ...
  6. Replies
    1
    Views
    701

    null error in gridview

    dtp_from.Value = grid_prdt.Item(5, i).Value
    i hve the above line which gives me null exception
  7. crystal report with asp.net web application issues

    queries & issues abt crystal report

    1) on system A having windows 2008 sserver OS i am not able to use crystal report with VS 2005
    as soon as i try to add crystal report or include the report in...
  8. Replies
    2
    Views
    1,161

    using crystal report with asp.net

    using crystal report with asp.net


    1)i need to creat e report with a parameter , the value of which will be passed from front end
    i have created a report &amp; a parameter &amp; passing value but when...
  9. Replies
    1
    Views
    599

    using if condition in report on parama

    i have a parameter in the report if the parameter value is R i need to display the field residential add else company address how do i write teh formula to display one of the 2 fields
  10. Replies
    1
    Views
    918

    IE 8 not wrking properly

    i have windows 2008 server r2 with IE 8
    but i am not able to view th web application properly from past few days.
    so i think its corrupted
    i tried downloading & reinstalling it but the...
  11. Replies
    1
    Views
    1,575

    issues with reporting services & browser

    using ms reporting servixes

    tried exporting
    1) to excel

    it appears in a single column as seen in the report viewer

    2) to pdf
    only one label is visible that too in the center of the screen
  12. Re: application closes on clicking crystal report

    yes i new project i am able to add CR properly , the application doesnot shut down
    but i get below msg when i try to open the resport designer
    ---------------------------
    Microsoft Visual Studio...
  13. application closes on clicking crystal report

    am using vs 2005 on windows server 2008 when i try to add crystal report.rpt visual studio closes down i need to restart the application but again the same
    i do get a crystalreprt.rpt in my...
  14. Replies
    0
    Views
    948

    creating webservice

    http://chandradev819.wordpress.com/2011/04/08/how-to-populate-dropdown-in-client-side-using-web-service-and-ajax/

    referrring to above for creating a WS for populating a listbox with some data
    ...
  15. Exception of type 'System.OutOfMemoryException' was thrown.

    Exception of type 'System.OutOfMemoryException' was thrown.

    when importing from excel to database i get the above error

    i am importing from excel sheet and inserting in db
    i am aware its the...
  16. Replies
    2
    Views
    5,214

    developing application for mobile

    i have been using asp.net fr web application.
    i need to develop a application fr mobile now
    how do i go abt it.
    i have surfed the net , but getting more confused
    few queries that i have to start...
  17. Replies
    1
    Views
    505

    creating a TXT file

    i need to create a ascii txt file using vb6.0
    i need to write the text file with data from sql table . how do i proceed
  18. Replies
    1
    Views
    5,148

    blank report displayed at design & runtime

    QLSTR = "INSERT into temrp SELECT * FROM Table1 T" _
    & " LEFT JOIN PRDT P ON T.PID = P.PID" _
    & " JOIN CUSTOMER C ON T.CID= C.CID" _
    ...
  19. Replies
    0
    Views
    703

    load report failed

    i hve tried many things , even gave windows /temp full pernmission

    but i get

    i get load report failed errror



    at...
  20. Replies
    1
    Views
    784

    generating treeview with three nodes

    i need to code a page (MLM levels) in which the there r 3 nodes instead of binary
    ie left , middle , right

    i need to code it in asp.net , how do i do it, any help or links
  21. Replies
    0
    Views
    481

    need help in designing a report

    i want to design a bill report

    i have already designed the report (single) in which it genereates & displays a bill per customer

    like i select customer 1 & clcik report i get the bill report...
  22. loading the reports fom reports folder instead of debug..

    i am developing an application in vb.net having crystal reports
    i have stored all my reports in a folder called report in my application
    but initally when i executed i got a error msg like the...
  23. Replies
    1
    Views
    1,087

    load report failed

    Hi

    everything was working fine but suddenly started getting this error
    i have the folowing code
    ReportName = Application.StartupPath & "\" & ReportName & ""
    Dim ReportForm As...
  24. Re: not able to get report , asking login credentials

    HI thanks a lot thast wht i can say

    installed at the client side successfully adding mergemodule & getting the reports without the login screen

    atlast it done with ur help

    but still there...
  25. Re: not able to get report , asking login credentials

    i just checked teh following things & the reults are

    In my sytem i made the necessary changes i the app.config file of my application having the source code , complied & executed . the...
Results 1 to 25 of 43
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured