Search:

Type: Posts; User: Palmtree

Page 1 of 12 1 2 3 4

Search: Search took 0.28 seconds.

  1. Replies
    0
    Views
    543

    reportview.reportsource error

    When my program runs to
    CrystalReportViewer1.ReportSource = report
    I get exception "System.AccessViolationException" has occurred in DefaultDomain."

    Program works fine in debug mode. But after...
  2. Replies
    2
    Views
    581

    database version control tool

    I am looking for a tool to version control sql server express 2008 databases.

    Any recommand,suggestions?
  3. Re: Deploy SQL server express with vb.net application

    all the databases are in SQL Server instance.
  4. Re: Deploy SQL server express with vb.net application

    Okay,now, after install the server instance, how can I copy all my databases, stored procedrures, users, permissions, etc over to it?
  5. Re: Deploy SQL server express with vb.net application

    Thank you, jmcilhinney.

    I use VS setup project and set the prerequisities in it. The install seems ok, but inside the SQL Server Configuratin Manager, I do not see the server instance that I want....
  6. Deploy SQL server express with vb.net application

    Everyone,

    How can I deploy my sql server express 2008 database to client that do not have sql server instance at all? Since the server connection in my vb.net program is hard-coded, I want the...
  7. Replies
    1
    Views
    606

    make a copy of sql server database

    Help please!

    I am trying to make a copy of an existing database, I use .net framework data provider for SQL Server.

    I get error "Unable to connect to source server for Transfer" when it runs...
  8. Replies
    7
    Views
    1,171

    Re: cannot find user control

    Thank you, Boops. I will give it a try. In the meanwhile, I am still wondering why it worked before.
  9. Replies
    7
    Views
    1,171

    Re: cannot find user control

    I am working in the same solution where the custom control was built. It is part of the project. So I do not think compiling a dll is a must. Or maybe it is?
  10. Replies
    7
    Views
    1,171

    Re: cannot find user control

    cicatrix: I did clean and rebuild the project, no luck.

    Chris128: I created my own control inside the project. It has 2 files, the .vb and .resx file. After I compiled the whole project, my...
  11. Replies
    7
    Views
    1,171

    cannot find user control

    Suddenly I got error "Could not find type 'myControl'. Please make sure that the assembly that contains thi stype is referenced......

    It worked fine couple days ago. I do not remember I have...
  12. Replies
    4
    Views
    736

    Re: combobox column in datagridview

    Yes, That is exactly what I realize. I was trying different way and eventually got messed up:)

    Thanks again!
  13. Replies
    4
    Views
    736

    Re: combobox column in datagridview

    I got it works! You have been my big help many times! Thank you, jm!
  14. Replies
    4
    Views
    736

    combobox column in datagridview

    I add a combobox column in datagridview. When I select differnet value from the drop down list, combobox's text dose not change. What should I do for this?
  15. Replies
    0
    Views
    632

    combobox column in datagridview

    I have inserted a combobox column in my datagrideview:



    .......

    With dv
    Dim comboCol As New DataGridViewComboBoxColumn
    Dim comboCell As...
  16. Replies
    0
    Views
    481

    input int datagrid by keyboard

    I am using vb2008.

    My datagrid is bound to dataset. When I click button ADD, I have the following code:


    Dim cm As CurrencyManager = BindingContext(grd.DataSource, grd.DataMember)
    ...
  17. Replies
    0
    Views
    660

    crystal report dll problem

    I got this when I try to load a crystal report in vb.net 2003. It worked OK before.

    "system.runtime.interopservices.comexception occurred in crystaldecisions.crystalreports.engine.dll"
    ...
  18. Replies
    3
    Views
    596

    Re: conversion from 2003 to 2008

    Thank you!

    I just did the open & recompile and got lots errors all about cyrstal report. Any thing new in report in 2008?
  19. Replies
    3
    Views
    596

    conversion from 2003 to 2008

    Hi, all,

    We have a large vb applicatin in vb 2003, now I am asked to convert it to vb 2008. How should I start it? Open the program using 2008 and recompile?
  20. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    Yes, you are right also!!:)

    Thank you! I love this site and people on this site!
  21. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    You are RIGHT, tg!!!
  22. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    oops, even the MsgBox version does not work for Vista.
  23. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    I am still confused why the MessageBox.show does not work...
  24. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    I change the code to

    If Microsoft.VisualBasic.MsgBox("Are you sure you want to exit this section?", MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then...........

    Then it seem works!
  25. Replies
    19
    Views
    1,227

    Re: MessageBox always return no

    I just found out that this code works in debug mode only. After i build a exe and run the exe file, it always gives me "Cancel from no" no matter I click Yes or No.
  26. Replies
    19
    Views
    1,227

    MessageBox always return no

    It is so easy and so anoiny. the messagebox always go into NO section. Please help!




    Private Sub frm_Closing(ByVal sender As Object, ByVal e As System.ComponentModel.CancelEventArgs)...
  27. [2005] how to insert an image in a crystal report during the runtime of the VB.NET program?

    My image names and locations are stored in a database field.

    Thanks!!
  28. Replies
    1
    Views
    535

    Re: installshiled x Express

    I found the answer:

    just create your folder as [ALLUSERSPROFILE]\Documents and put all your files and sub folders under it, they will go into "Shared Documents" folder in XP:eek2: :eek2:
  29. Replies
    1
    Views
    559

    Re: installshiled x Express

    I found the answer:

    just create your folder as [ALLUSERSPROFILE]\Documents and put all your files and sub folders under it, they will go into "Shared Documents" folder in XP:eek2:
  30. Replies
    1
    Views
    535

    installshiled x Express

    I want to install some files in C:\Doucments and Settings\All Users\Shared Documents\Test Files\. But Installshield X Express creates another "Shared Documents" instead of using the existing one.
    ...
  31. Replies
    1
    Views
    559

    installshiled x Express

    I want to install some files in C:\Doucments and Settings\All Users\Shared Documents\Test Files. But Installshield X Express creates another "Shared Documents" instead of using the existing one?
    ...
  32. Replies
    6
    Views
    5,772

    Re: convert string to double

    Thanks for all the above reply. I use Double.Parse("4.6000"), it returns 4.6 to me. Actually I want to keep thos 0s(zeros) to display.
  33. Replies
    6
    Views
    5,772

    convert string to double

    Hi, forgive me for asking such a easy question(not for me) :

    How can I convert string "8.9000" to double? I want keep those 0s deadly.
  34. Re: data on crystal report not in order

    Thank you, Jenner and Schaefer!

    You are right. I do have group specified in the report,and it is not the same as it is in the dataset:(
  35. data on crystal report not in order(resolved!)

    my crystal report does not display data in the order it is in the dataset, it seems no matter how I sort the data, it always show the same order on report. Help please!!
  36. Replies
    3
    Views
    691

    Re: trigger socket.connect

    Thank you, Michael and jm.
  37. Replies
    3
    Views
    691

    trigger socket.connect

    I am doing a socket network program:

    wsk.Protocol = sckTCPProtocol
    wsk.RemoteHost = IPAddress
    wsk.LocalPort = 0
    wsk.RemotePort = 1001
    wsk.Connect
    ...
  38. Replies
    2
    Views
    787

    Re: no cursor in a datagrid current cell

    Thank you. I will try your suggestion.
  39. Replies
    2
    Views
    787

    no cursor in a datagrid current cell

    When I click a AddNew button on a form, I clear the datagrid to let the user input new data. I am about to set foucus to first cell and it does. But no cursor shows in that current cell:

    ...
  40. Replies
    4
    Views
    760

    Re: access 2000 double data type

    Thank you!
Results 1 to 40 of 471
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width