Hi,
I propose a utility to easily adapt an application using views (local and/or remote) to cursorAdapters.
It'll basically:
Thierry Nivelet
I propose a utility to easily adapt an application using views (local and/or remote) to cursorAdapters.
It'll basically:
- let the user select a target vcx and a source cursorAdapter parent class
- for each view in the database, create a cursorAdapter class in the target vcx
- recycle most of the view's cursorgetprop() properties into cursorAdapter.properties
-
for each form.dataEnvironment and dataEnvironment class in the project, replace cursors based on views by the corresponding cursorAdapter class.
Thierry Nivelet