Search results for query: *

  • Users: seano
  • Content: Threads
  • Order by date
  1. seano

    Rows jump in datagridview when holding arrow down key or arrow up key

    Hi all, when i hold the arrow up, arrow down, page up, page down key in the datagrid view, the selected row jumps and doesn't select the next row one by one it jumps a couple depending on how long you hold it down for. Is there anyway to stop this so it selects one row at a time when holding...
  2. seano

    Scrolling in a datagridview when it doesn't have focus?

    Hi all, im trying to implement code that allows me to scroll up/down on the data grid view control even though i dont have focus, any help will be much appreciated, thanks for your time.
  3. seano

    Not show rows in data grid view where a certain column is blank

    hi all im trying to make the datagridview only show the rows that have data in a certain column, for example i want to only show the rows that have data in the column "OurPartNo", if the "OurPartNo" column doesnt have data then not to display the row.I hope that makes sense, thanks.
  4. seano

    Releasing my first app

    hi all im just about to release my first application using clickonce and was wondering where to store the updated versions of my app so the client can download updates when needed. the application will be running on a company's server for all employees to use, should i store it be stored on the...
  5. seano

    Custom filters in database search app

    Hi all Im trying to make a custom filtering system that the user can run a select query based on what they have highlighted in the datagridview cell like access's filters the table can also be searched without any filters using a text box, the filters will need to be able to have wild cards...
  6. seano

    Slow Select Queries

    hi all, I'm having trouble with the performance of my select queries. The database has around 121,000 records and data retrial is very slow is there way around this? maybe if i store the whole table in RAM(Data set)? would that be more efficient? and if so any pro's or con's? thanks for your time.
  7. seano

    Progressbar with Database select query?

    Does any one know how to implement a Progress bar with a select query, Maybe using a Back ground worker? the only thing i dont understand is how to increment the progress bar when running the query(In a loop). any help would be much appreciated!
  8. seano

    Access LIKE Query not returning data?

    Hi i am trying to run a like query to an access database from vb.net the problem is it doesn't return any data i have tryed using both '*' and '%' as the wild cards the '*' works in access query but not when ran from vb.net through an OLEDB connection Dim DAPT As New OleDbDataAdapter("SELECT *...
  9. seano

    Insert Query Not Working?

    HI all my Insert query isnt working, i have all my database code in one class and i have called the insert query before and it worked fine, here is the insert function clsDatamanagement this function is setup so all i have to pass it is the all the values to insert except the ID of the table im...
  10. seano

    UPDATE Query not working?

    For some reason there is an error in my SQL Update statement i have done this a million times before so i dont know why it isn't working. I have a Class called clsDateManagement where all my Code to do with Database is stored. here is the code, Change Password form: Public Class ChangePassword...
  11. seano

    Question 2- tier application HELP!!

    hi all, I'm developing a simple look up program in VB.NET and ADO.NET and was wondering when I release the 2-tier application how can i deploy the app so the GUI's communicate with only one data access tier? and also whats the easiest way to update the app? thanks for your time any help would...
Back
Top