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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Acessing data accross forms

Status
Not open for further replies.

xepra

Programmer
Mar 31, 2001
5
AU
I'm writing a program that requires a user enter an array of values, be able to change those valuse at any time, and print those valuse. I've designed my program accross two forms, with the user entering data on one form and then viewing/changing on another. I've writen the code to change the data, but when i run the program, change a piece of data, and then view it again, the data is still the same as the original. if you'like to help me, email me anesthesia1@metallica.com and i'll send you the files. Or if you have any help for me, just reply. please!
 
Wat I generally do, I put my global data in an apart unit, without any visual objects. Here I also store my procedures and functions for handling the data. But you can mail the files to me to have a look. S. van Els
SAvanEls@cq-link.sr
 
I assume you data is in some kind of database... if so, then you probably have to do a "refresh" after adding or changing any records...
Paul Wesson
paul@wessoft.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top