Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: allanmc10
  • Order by date
  1. allanmc10

    Creatin Seq Numbers in a datagrid view

    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...
  2. allanmc10

    Refreshing Datagrid view froma another form

    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
  3. allanmc10

    Reordering Columns in datagrid view

    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...
  4. allanmc10

    Trail Code

    Very secure, but not to sure how to go about this regards big al
  5. allanmc10

    Trail Code

    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
  6. allanmc10

    Hide & bring back form

    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
  7. allanmc10

    Clearing txt fields in tab control

    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
  8. allanmc10

    leaving cell in datagrid view

    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...
  9. allanmc10

    DataGridView Cell

    i would like to set the properties of a cell to have the text UpperCase. How can i do this?????? cheers big als everybodies pal
  10. allanmc10

    Local SQL Connection

    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...
  11. allanmc10

    Local SQL Connection

    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...
  12. allanmc10

    Local SQL Connection

    (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...
  13. allanmc10

    Local SQL 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...
  14. allanmc10

    CurrentCellChanged

    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...
  15. allanmc10

    DatagridView.CellClick

    jebenson thank you very much working fine now regards Big Al everbodies pal
  16. allanmc10

    DatagridView.CellClick

    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...
  17. allanmc10

    Please 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
  18. allanmc10

    Multiplying 2 columns in datagridview

    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...
  19. allanmc10

    Debugging Classes

    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...
  20. allanmc10

    Windows generated code

    thanks i take it in 2005 it does not show the generated code as soon as you create a form in the code thanks again

Part and Inventory Search

Back
Top