Sharing Data Between Forms

Sharing Data Between Forms

Question:
I have a VB app that uses multiple forms. On the first form, I entercustomer information. The other forms calculate the cost of my services tomy customer. I would like to be able to share data between forms. That is, when I enter data in the first form like “estimate number” and “quantity”, Iwould like these fields to be visible and showing the current record I justcreated when I open any of the other forms. Is this possible? If so, how? I have not been able to find a way. I am a novice at VB and wouldappreciate any help in this area. Please if possible, keep it simple becauseI don’t know a great deal about VB yet, but I’m trying. Thanks in advance.

Answer:
The easiest way to do it is to declare a global variable in a .BAS file. Whenever the user types something in, put the value into that variable. Then, when the other form loads, take the value from the variable and put it in the control. That’s all there is to it.

Under VB4, you can start forms with different methods other than just Show/Load, and data can be passed to the form that way.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes