473,396 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

PopUp form or Splash Screen?

6
I need urgent help. I have to present something in front of some big people.

I need to create a form that appears on startup that asks for the user to enter information in. My example is "Project Number". Once the information is entered, a command button is clicked to close the form and "pushes" that Project Number to all the other forms and tables that have Project Number as a field. I need step by step on how do to do all this. Please help.

[email removed]

Ben
Feb 23 '07 #1
4 2198
MMcCarthy
14,534 Expert Mod 8TB
I need urgent help. I have to present something in front of some big people.

I need to create a form that appears on startup that asks for the user to enter information in.
This can be done using startup options which you will find under the tools menu.

My example is "Project Number". Once the information is entered, a command button is clicked to close the form and "pushes" that Project Number to all the other forms and tables that have Project Number as a field. I need step by step on how do to do all this. Please help.
Ben what you are asking doesn't really make sense. Firstly, forms don't hold data they merely represent it visually. You can add a value such as project number to the table project table by setting the control source of the field to this field assuming the form is bound to this table. You can't push the data to other fields. Data can be added to tables depending on specified criteria.

Mary
Feb 23 '07 #2
bronen
6
This can be done using startup options which you will find under the tools menu.



Ben what you are asking doesn't really make sense. Firstly, forms don't hold data they merely represent it visually. You can add a value such as project number to the table project table by setting the control source of the field to this field assuming the form is bound to this table. You can't push the data to other fields. Data can be added to tables depending on specified criteria.

Mary
I thought maybe you could do a command button or lost focus or something to have the Project number automatically be assigned to project numbers in other tables.
Feb 23 '07 #3
MMcCarthy
14,534 Expert Mod 8TB
I thought maybe you could do a command button or lost focus or something to have the Project number automatically be assigned to project numbers in other tables.
But based on what criteria Ben. How do you decide which records to update. If you want to create new records in each table just to populate the project number foreign key I wouldn't advise it as this will creat a load of blank records.

Mary
Feb 23 '07 #4
NeoPa
32,556 Expert Mod 16PB
You could have a Global (Public) variable which could be set and then used by all the other forms.
You may need to provide a trigger routine in the various forms so that they know to update the value after it's been changed.

Think carefully before progressing this way though - I can't think of a situation where this would be a sensible way to approach the problem.

You're probably looking at filtering the other forms based on the value set in your main form. This is quite different.
See (Example Filtering on a Form.) for further info and help on this subject.
Feb 26 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: | last post by:
Hi there movers & shakers, The example below demonstrates a behaviour that is anoying the tits off of me! It doesn't happen whilst debugging from the IDE only when you run the compiled exe from...
10
by: peter hansen | last post by:
I tried a couple of weeks ago but I'll try again :D I old VB6-days it was possible to unload a form bu using the Unload(Form) command. I have tried the Close-function but it'll unload the entire...
3
by: Maileen | last post by:
Hi, I have a module in which are define 2 forms as below : '------ Module Module1 Public MyMain As New FMain Public MySplash As New FSplash Public Sub Main() MySplash.Show()
3
by: PAPutzback | last post by:
I have a form that when it loads it fires off a second thread to load a datatable. This datatable contains a list of names and ids that the user may want to add to their criteria. So I have a...
0
by: blue_nirvana | last post by:
I have a program that automatically checks for an updated version on the network and if it finds it, it retrieves the new version and restarts. I have a splash screen that has an animated gif...
7
by: Bob | last post by:
I have a winforms app written in Vs2005 Vb.Net, The setiings are to Enable the application Framework and I defined a splashform. Works fine if no errors occur. I do a checking on the mainform load...
3
by: steve | last post by:
Hi All I have a VB.net 2005 App which has a form set as the Application splash screen in Project properties Another form is set as the startup form All works great until the splash screen...
8
by: Mitch5713 | last post by:
I've got tthree forms at start up splashscreen- works fine however how do i set the time delay so it stays on the window longer,, shows longer?? Loginscreen- works fine, after the data processing...
2
by: Mika M | last post by:
Hi! My Windows Forms VB 2005 application has Splash Screen form specified in My Project/Application/Splash Screen. How can I close Splash Screen form programmatically when Startup form...
6
by: surfrat_ | last post by:
Hi, I have a project that loads a splash screen while initialization takes place. On the splash form is a label that I want to update with messages on what is happening with the initialization....
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.