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 strongm 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: *

  1. escuro19

    How to Open a form in another folder (within same project)

    Hello all, In my project i have created few folders to better structure my forms.. my problem is how can i call up (open) a form in a different folder. eg. Form1 is located in main directory, how to open form2 which is located in a folder called Folder2 (within same project) Many thanks
  2. escuro19

    Multithreading/Loading Screen

    Another way i thought to do this is on the viewform onload event.. open the loading form, excute the loading data to listview code then close the loading form..
  3. escuro19

    Multithreading/Loading Screen

    Hi all, I have an application, when the user clicks on a button it will open the 'view form', which loads data from a database into a listview. This takes a while if there is alot of data in the database table. How do i create a loading screen (asuming i need to make a new form as the loading...
  4. escuro19

    [VB.net] Populate textboxes from listview selected items

    Hi All. I have a Form with listview of customer name. e.g. AAA, BBB, CCC, DDD, EEE. etc And 3 textboxes. I want to be able to populate the textboxes when the user selects a customer. For example: If User selects AAA, textbox1.text = AAA, then if User selects CCC, textbox2.text = CCC etc. I...
  5. escuro19

    Joining or Combining Two Tables

    Hi, I spend alot of time trying to work this out but failed so please could someone help. Data: (this table the intday varies depending on the person) Table1 Person | intDay 1 | 22 1 | 23 1 | 24 1 | 25 2 | 14 2 | 15 2 | 16 2 | 17 Table2 (this data is fixed, its like a scale) +day | -day 8 |...
  6. escuro19

    Find Missing Number in Sequence per Record

    Wow Thankyou so much! works perfectly. You are god to me.
  7. escuro19

    Find Missing Number in Sequence per Record

    Hello, I have a table where each Volunteer start from Day 1 to n...(Sequence)for example: Volunteer | Day 1 | 1 1 | 2 1 | 3 1 | 4 2 | 1 2 | 2 2 | 3 3 | 1 3 | 2 I am hoping if somone could help, i want to be able to loop through a Volunteer' Day, to find missing sequence based on the...

Part and Inventory Search

Back
Top