I am doubtful about some point or confuse on design program.
User A run Invoice form, Load the current month data into the dataset.
ADMIN want to lock some invoices , so ADMIN just update the dataset in his
"admin form"
Now, if USER A never exit the form, He can amend the record everytimes.
Does anyfunction set auto refresh in USER A 's invoice form ??
or I should change some design, for example, extra security tables, If USER
A amend the record, a extra function to check the status out side from the
dataset , so It must be up-to-date.
Please give some advice.
Thanks a lot
User A run Invoice form, Load the current month data into the dataset.
ADMIN want to lock some invoices , so ADMIN just update the dataset in his
"admin form"
Now, if USER A never exit the form, He can amend the record everytimes.
Does anyfunction set auto refresh in USER A 's invoice form ??
or I should change some design, for example, extra security tables, If USER
A amend the record, a extra function to check the status out side from the
dataset , so It must be up-to-date.
Please give some advice.
Thanks a lot
Comment