Search:

Type: Posts; User: JotaQ

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    561

    VS 2013 Re: Event: Changes in form

    Thanks Merrion.
  2. Replies
    2
    Views
    561

    VS 2013 [RESOLVED] Event: Changes in form

    Hi friends...

    I have a form with data from a table.
    I need to know if any change has occurred in any of the textbox to activate a button "accept changes"

    I don't know if exists a event to...
  3. Replies
    2
    Views
    899

    VS 2013 [RESOLVED] Reload / Refresh DATAGRIDVIEW

    Please could you help me with this:

    I have a form1 that has a DataGridView linked to a table.

    From form1 you can open a form2 and in this second form I modify the same table; add, delete, etc.,...
  4. Replies
    3
    Views
    697

    VS 2013 Re: Size of chart problem

    Dim sqlX As String = "select x, y from talble where idcliente = xxx"
    Dim DaXX As New SqlClient.SqlDataAdapter(sqlX, Me.GetConnectionString)
    Dim DTp As New DataTable
    ...
  5. Replies
    3
    Views
    697

    VS 2013 Size of chart problem

    Hi!
    I have created a chart and I have the problem that the graph shown does not fit the size of the control. The graph (bar style) in height occupies half the size of the control. In Width it's Ok....
  6. VS 2013 Import TXT fle to DataGridView Automatically

    Hi friends... I need to import a txt file to a DGV automatically
    I am using this code:

    Dim file As String = "test.txt"
    Dim path As String = "C:\tt\"
    Dim ds As New DataSet
    ...
  7. Replies
    6
    Views
    784

    VS 2013 Re: Stopping add record and back

    Ok! This works.
    But I have other problem. When I am inside a MaskTestBox I can't exit the maskedtextBox until I put a correct value... and when I am inside this maskedTextBox the Cancel Button...
  8. Replies
    6
    Views
    784

    VS 2013 [RESOLVED] Stopping add record and back

    Hello, I need help with this problem.
    I have a form where I loaded a BindingNavigator to handle a table. I did this by dragging the dataset tabla into the form and automatically it is created...
  9. Replies
    6
    Views
    1,075

    VS 2013 Re: Link ComboBox with Data from a Table

    Name of the city
  10. Replies
    6
    Views
    1,075

    VS 2013 Re: Link ComboBox with Data from a Table

    TableAdapter
  11. Replies
    6
    Views
    1,075

    VS 2013 Re: Link ComboBox with Data from a Table

    Thanks for response. I'm afraid that I don't understand this solution. I don't have dataGridView in my form and I don't know where I must write the code you show me...
  12. Replies
    6
    Views
    1,075

    VS 2013 Link ComboBox with Data from a Table

    Hi friends!
    I have a form that helps me to see the records of CUSTOMERS. I use nextRecord and PreviousRecord to browse this table CUSTOMERS.
    Also I have a table of CITIES.

    One of the fields in...
  13. Replies
    3
    Views
    893

    VS 2013 Re: Close SQL Server connections

    Please could you show me what is the best way to manage a sql server table into visual studio?

    I did the following in my form

    1) I have a dataset
    2) I open connection
    3) I Fill a DataAdapter...
  14. Replies
    3
    Views
    893

    VS 2013 Close SQL Server connections

    Hello,

    I'm programming in Visual Studio working with a SQL Server database.

    To make the button "EXIT" I need to close all active connections to the database.

    I'm using the sentence "close...
  15. Replies
    0
    Views
    562

    Import Access Database into SQL SERVER

    Hi friends!

    Could someone tell me if you can import an Access database into SQL server retaining the keys and the relationships established in access?
    If so, please show me how I can do this.
    ...
  16. Re: URGENT! Nightmare Visual Studio + SQL SERVER

    Thank you... this is that I asked, someone with experience that tell me a combination VS+ SQL Server that does't bring problems.
    As you say, I am going to install VS2010 and SQL server 2008.
  17. Replies
    4
    Views
    4,520

    Re: Strange Warning and Errors

    Thank you very much for the help. I've done everything that you recommend but the problem persists.

    I have not done eliminate non- standard references. How can I remove these references? I don't...
  18. Re: URGENT! Nightmare Visual Studio + SQL SERVER

    thanks for response, but I need help from someone that USE SQL Server and Visual Studio
  19. [RESOLVED] URGENT! Nightmare Visual Studio + SQL SERVER

    Hello friends. I need urgent help.

    I'm having a lot of problems to work with visual studio + SQL Server.
    I installed several versions and I think I have a disaster on my computer.
    I decided to...
  20. Replies
    4
    Views
    4,520

    [RESOLVED] Strange Warning and Errors

    Hi friends...I am working with Visual Studio + Sql server and suddenly when I am programming a form and try to execute, appears the following:

    Warning 1 Could not resolve this reference. Could not...
  21. Replies
    0
    Views
    556

    Error when create a sql server database

    Hi friends!
    I am trying to create a database in sql server and i get this error:

    Create failed for Database 'GenericDB'. (Microsoft.SqlServer.Smo)

    ADDITIONAL INFORMATION:

    An exception...
  22. Replies
    3
    Views
    1,034

    Form Visual studio + SQL Server

    Hi, I'm starting to make a program in Visual Studio to manage a SQL Server Data Base.

    I have not begun. I need to convert an Access program to Visual Studio + SQL Server program.

    I would...
  23. Re: Visual Studio Express - Limitations?

    I mean to develop forms to add, delete, update, list data, etc. information from database tables.
  24. [RESOLVED] Visual Studio Express - Limitations?

    Hello...
    I need to make a program for managing a SQL server database and I want to know if the free version Visual Studio 2013 Community includes some restrictions that prevent me develop the...
Results 1 to 24 of 25



Click Here to Expand Forum to Full Width