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.01 seconds.

  1. Replies
    2
    Views
    242

    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)
    ...
  2. Replies
    1
    Views
    205

    null error in gridview

    dtp_from.Value = grid_prdt.Item(5, i).Value
    i hve the above line which gives me null exception
  3. 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...
  4. Replies
    2
    Views
    693

    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 & a parameter & passing value but when...
  5. Replies
    1
    Views
    369

    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
  6. Replies
    1
    Views
    651

    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...
  7. Replies
    1
    Views
    760

    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
  8. 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...
  9. 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...
  10. Replies
    0
    Views
    719

    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
    ...
  11. 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...
  12. Replies
    2
    Views
    2,046

    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...
  13. Replies
    1
    Views
    324

    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
  14. Replies
    1
    Views
    1,117

    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" _
    ...
  15. Replies
    0
    Views
    480

    load report failed

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

    but i get

    i get load report failed errror



    at...
  16. Replies
    1
    Views
    519

    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
  17. Replies
    0
    Views
    291

    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...
  18. 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...
  19. Replies
    1
    Views
    689

    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...
  20. 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...
  21. 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...
  22. Re: not able to get report , asking login credentials

    whats the difference in the code that i have and u have


    i have am preparing atest project & let me c teh code difference duw to which i am stuck up with loginscreen inspite of the things being...
  23. Re: not able to get report , asking login credentials

    ya as i am currently using windows authentication for sql i use intergateg =true
    as i though that by making it windows authentication i wont get the login screen

    but even using windows...
  24. Re: not able to get report , asking login credentials

    this is my app.config file with teh settings

    <appSettings>

    <add key="ConnString" value="Data Source=SERVER;Initial Catalog=BILL;Integrated Security=True;Pooling=false;Enlist=false" />
    ...
  25. he operation could not be completed. The specified module

    ---------------------------
    Microsoft Visual Studio
    ---------------------------
    The operation could not be completed. The specified module could not be found.
    ---------------------------
    OK ...
Results 1 to 25 of 39
Page 1 of 2 1 2



HTML5 Development Center

Click Here to Expand Forum to Full Width