Search:

Type: Posts; User: ThetaCoder

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,046

    Re: Combo box with data source

    Thank you, that did the trick, I didn't know it would link right, but it does. Much appreciated.
  2. Replies
    4
    Views
    1,046

    Combo box with data source

    I am trying something new with my current project. I have a combo box, and it is being populated by a bound data source and table adapter with filter. It is displaying the names of technicians as...
  3. Re: Creating and saving Excel files from VB Application

    Thank you for the suggestions, sadly the error continues. I tries both options in separate tests starting from the base code.

    1) Commenting out the Save as line and changing the Close line to...
  4. Creating and saving Excel files from VB Application

    Apologies if this is the wrong thread.

    I have a VB application that is generating a report, and I need to export it to an Excel file. Excel is installed on the machines this will be running on,...
  5. Replies
    6
    Views
    870

    Re: MSAccess Query trouble

    it was the 'Found' field, it appears it's a reserved word for OLEDB.

    I changed the field name, and now it works as expected.

    As for the semi-colons, I have to find a way to essentially add a 2D...
  6. Replies
    6
    Views
    870

    [RESOLVED] MSAccess Query trouble

    I am building an app for my own use and a few of my friends. The program will interface to a MSAccess DB created in Access 2016. Now while most of the code is working fine, I am hitting an issue with...
  7. Replies
    4
    Views
    2,049

    Re: Query results are unexpected

    Thanks for the feedback. I do use SSMS for initial testing of the queries before I put them in the code. This arose when we tested (I know, testing, what a concept) a product that was setup...
  8. Replies
    4
    Views
    2,049

    Query results are unexpected

    I have a program that is written in VB through VS2017. It communicates to a MS SQL Server using Connection strings. I do not have the ability to modify the source tables, although I can see them...
  9. Replies
    16
    Views
    3,130

    Re: VS2013 Datagridview click to change color

    I moved the clearing back up to the calling function, changed the ShowReport Function to a SUB(no floating unhandled return values in the memory space now), and used the showdialog. It works as...
  10. Replies
    16
    Views
    3,130

    Re: VS2013 Datagridview click to change color

    Thank you KPMC, A combination of your code (slightly modified) and changing the function to be CellClick instead of CellContentClick has the issue sorted. I thank you all for your help in this. One...
  11. Replies
    16
    Views
    3,130

    Re: VS2013 Datagridview click to change color

    After putting in a few breakpoints, I can verify that the original code is intercepting the click in a cell, and it's reporting back the default white background, but apparently isn't doing anything...
  12. Replies
    16
    Views
    3,130

    Re: VS2013 Datagridview click to change color

    Yes, we want them to toggle to the next color in the sequence each time the cell is clicked/selected. While I use VB to an extent, I have never trusted it's arrays that much.

    As for the formatting...
  13. Replies
    16
    Views
    3,130

    VS2013 Datagridview click to change color

    We have a form in app in development that has a datagridview that is being used to help our inventory people. The request is simple, we have 5 colors, we would like to be able to click the cell (or...
Results 1 to 13 of 13



Click Here to Expand Forum to Full Width