|
-
Apr 25th, 2005, 04:11 AM
#1
Thread Starter
Junior Member
how do i update the new data??
how do i update the data ( i saved the data in excel) after i save it so that without restarting my application i can run the new data??
currently when i saved the data i could not run the application (using the new data) without restarting my form
-
Apr 25th, 2005, 05:27 AM
#2
Addicted Member
Re: how do i update the new data??
Use the update property??
-
Apr 25th, 2005, 06:38 AM
#3
Re: how do i update the new data??
 Originally Posted by kunckle
how do i update the data ( i saved the data in excel) after i save it so that without restarting my application i can run the new data??
currently when i saved the data i could not run the application (using the new data) without restarting my form
When your form starts, does it run a routine that gets the existing data? If so, then simply re-run that routine after you have done your save.
-
Apr 25th, 2005, 07:25 PM
#4
Thread Starter
Junior Member
Re: how do i update the new data??
i have several forms . i use 1 form to load the datas then for the rest of the forms i use form1.x=form2.x method to access the datas
so which form should i re-run the load data routine??
p/s: where is the update property that is mentioned??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|