Search results for query: *

  • Users: Fion
  • Order by date
  1. F

    Adding a column during SQL data retrieval

    The SQL query is below. The only thing that changes between the 3 databases is the database name, every other part of the query is exactly the same.
  2. F

    Adding a column during SQL data retrieval

    Hi all, I've got a problem that seems like it should be a pretty simple one, but I can't get it going... I'm hoping someone on here can help me out. The essential issue is this: I am returning rows from 3 seperate databases (although each database is set up identically, same columns and such...
  3. F

    Passing multipule variable types to a function

    Ok, that will work for me. Thank you for your help!
  4. F

    Passing multipule variable types to a function

    So what you are saying is to make two seperate functions (or subs)? One for the combobox and one for the toolstripcombobox? Or did I read that wrong? I have to confess, I don't actually know what an overload is or how it works.
  5. F

    Passing multipule variable types to a function

    Hi all, I have a quick question, that is pretty simple, and I'm hopeing that someone else knows how to go about doing this. First off I am using Visual Basic in Visual Studio 2005. Now I have a function which I pass a combobox to, and it then fills the combobox with the correct values. This all...
  6. F

    ToolStrip question

    Hi all, I have a quick question about the behavior of a toolstrip. Now I have 1 toolstrip on a form, and it is docked on the top. Somehow the behaviour is set that where the toolbar is, acts like the top of the page (ie. you cannot put other controls over or under it, and it moves everything...
  7. F

    How do I repeat an iteration of a loop?

    Can you use the step command with a For Each loop? I can't a way to do that...
  8. F

    How do I repeat an iteration of a loop?

    Hi all, I am attempting to figure out how to repeat an iteration of a loop. I'm hoping that somone knows how to do this. Basically, I have a datagridview with data in it. I am useing a For Each loop to iterate through each row, and then determine if that row exists in my database. This works...
  9. F

    Using forms as varibles

    Hi all, I have hit a small snag in a program I am building, and I was hoping someone here could help. I have a MDI type program going, where then you can open assorted child forms for different functionality. Pretty standard really. My issue is this: I have a child form open, and I double-click...
Back
Top