RESOLVED:
After turning off the Firewall on my PC (running sqlserver) I got a new error 'the SELECT permission was denied...' added my application to the exceptions list. Turned the firewall back on giving the same error...OK . Then went into my created database properties and added 'guest' to...
How can I alter the following?
(Let me know if I need to start a new thread for this)
'=======================
'---Fill DataGridView---
'-----------------------
Me.~my~TableAdapter.Fill(Me.~my~DataSet.~my data~)
'---Sort by "Print Date"---
Me.~my~BindingSource.Sort = "print date"
'---FIND...
Still trying to re-arrange rows in my datagridview using mouse.
I have found this code online.
When ran it deletes the row that I select to move, but does not insert it in the new location.
Any advise?
Private Sub SkillGrid_DragDrop(ByVal sender As Object, ByVal e As...
debugging...what I thought was a fix really just showed the changes visually in design panel. But, when debugging it runs but none of the buttons work & textbox fields are now blank where they filled in with information from my bound data in datagrid.
VB 2008 express:
This afternoon (using all day) no matter what changes I make to the code or design, my VB application stays the same when debugged or published.
I can even go in and delete EVERY line of code and it still runs (Debugging) and publishes just fine.
Bad code will not show as...
Thank you once again for your time...I will dive in once more tomorrow.
The database table is bound to my datagridview. Once I built it and installed on remote computer, SQL server installed on it as well(prerequisite). My thinking was that it(sql) was needed to enable my remoteVB app to...
Thanks for responding so quickly!
Hope I am not getting out of bounds on this forum by asking more about sql.
This is all new to me...I am trying to have 5-6 computers looking at the same data tables in real time (5 min auto-refresh). Each being able to add and update as needed.
I have...
All Done Local on computer that has both VB2008 Express and SQL 2008 Express installed on it.
If my connection string looks like the following it WORKS.
Data Source=.\SQLEXPRESS;AttachDbFilename="C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\SSPE_InterCOMM.mdf";Integrated...
This is how I used it. Thanks again!
'=======================
'---Fill DataGridView---
'-----------------------
Me.~my~TableAdapter.Fill(Me.~my~DataSet.~my data~)
'---Sort by "Print Date"---
Me.~my~BindingSource.Sort = "print date"
'---FIND first "Print Date" that equals Today---
Dim...
VB2008Express
I have a DataGridView bound to a database:
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
What is the best method to move rows up/down using the mouse to manually re-sort.
Thanks in advance!
VB2008Express
I have a DataGridView bound to a database which sorts by print date (ex. 09/25/2009).
Me.mydata.Fill(Me.mydataDataSet4.myinfo)
Me.mydataBindingSource.Sort = "print date"
The data base consists of past, current and future jobs. Currently I scroll down through the list of past jobs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.