WillemdeNie
Registered User.
- Local time
- Today, 23:03
- Joined
- Mar 15, 2010
- Messages
- 10
I'm working on migration of my application to a sharepoint.
The frontend is located on some PC's; the backend is migrated to sharepoint tables. It works fine but I have some problems to solve:
Some tables are rather big and this gives a bad performance.
A solution could be: Work off-line and syncronize at the end of the day.
Problem1: This functionality is not available in the runtime version.
Problem 2:If we buy the full version (I would prefer not) the user can choose between "synchronize" and "ignore all changes" The last option is not what we want; but how to prevent the user to make such a mistake?
Possible solutions:
Is it possible to make this "work offline" and "synchronise" from VBA behind a button on a form?
Can we disable the function ignore in the full version?
Any idea for other solutions?
The frontend is located on some PC's; the backend is migrated to sharepoint tables. It works fine but I have some problems to solve:
Some tables are rather big and this gives a bad performance.
A solution could be: Work off-line and syncronize at the end of the day.
Problem1: This functionality is not available in the runtime version.
Problem 2:If we buy the full version (I would prefer not) the user can choose between "synchronize" and "ignore all changes" The last option is not what we want; but how to prevent the user to make such a mistake?
Possible solutions:
Is it possible to make this "work offline" and "synchronise" from VBA behind a button on a form?
Can we disable the function ignore in the full version?
Any idea for other solutions?