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
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..
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...
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...
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 |...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.