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
Printable View
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
Use the update property??
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.Quote:
Originally Posted by kunckle
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??