can any 1 help i am trying to create a seq number in a datagrid view.
the code i have @ the moment is
for intIndex = 0 to objViasDS.tables("Vias").rows.count - 1
is isdbnull(objViasDS.tables("Vias").rows(intindex).item("Vias Seq") then
objViasDS.tables("Vias").rows(intindex).item("Vias...
I have created a form which i add data and update through stored procedures, but when i close this form i would like to refresh a datadrid view on another formto show the data that i have updated
all help welcome
Big al
I am loading into a datagrid view a tbl from SQL server through stored procedure and also i have added extra columns throught the datagrid itself i.e btn column and 2 checkbox colums.
How do you put the columns in order that you want.
i.e columns i added into datagrid view to come after...
Hello fellow programmers
I am hoping you can help i am looking for Vb.net app to have a 30 day trail. Is their any 1 that can point me in the roght direction on help with some code for 30 day trail
Cheers
Big Al
I am pressing a btn and showing a form but i want to hide the form the btn is on and when i close existing form, main form comes to the front.
Any ideas????
Cheers
big al
I have set up a Tab Control with lots of txt fields and when i click a button i want to clear the txt fields
Is their anyway that i can do this like in a for loop or do i have to call each individual txt field.
Cheers
big AL
Evening
when i am leaving a cell in a datagrid view i want add a record to a sqldatabase through a stored procedure. i am having a lot of troub;e with this and really is starting to do my head in.
here is the subprocedure for the stored procedure which is working fine
Private Sub...
still the same, have tried the 2 connections. do you think it could be the way SQLServer is installed for the local connection, because if i revert to connecting to the database through the works server then it is ok(i have a back up database on works server).
The error i get i feel it keeps...
firtsly i do not have SQL server 2005 on my PC everything is done through 2000.
What it is at my work SQL Server is installed on a server and we have just the client tools on local PC but i installed a Personal addition of SQLServer 2000 on my PC so i can have Server and Client on my PC for...
(An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection...
i am writing an app that needs a local connection but keeps getting this error
(An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote...
have set up a datagridview in 2005 with the event (CurrentCellChanged) to perform calculations.
i am updating through stored procedures in SQLServer 2000.
If the datagridview has 2 rows in then it updates no problem but if the datagridview has 3 rows in it the program crashes out and tells...
i am trying to single out 2 cells in a datagridview row so i can add additional data into them.
i used the event DatagridView.CellClick but evrytime any cell in the datarow is clicked it brings up the information i want but i only want this to happen in the 2 cells not all cells
Any help...
i am dieing fast here, i have hit a brick wall. Is their anyway that the datagridview in vb.net 2005 can do multiplications
i need help fast
big al everybodies pal
i am trying to multiply to decimals in a datagridveiw to give me a total.
Code
dgSRLevel.Item(9, dgSRLevel.CurrentRow.Index()) =(dgSRLevel.Item(6, dgSRLevel.CurrentRow.Index()) * dgSRLevel.Item(8, dgSRLevel.CurrentRow.Index()))
i have tried numerous ways of converting to decimal but keeps...
I am writing a program that contains classes. the classes are a seperate app but are added buy references (dll file).
i have a problem with 1 of the classes and would like to debug when my main app is running but not letting me
any1 advise on the right direction to go
regards
big al...
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.