We plan to do something more dynamic (using this_access), it's something quite complicated and we'll need some more time for that.
Thierry Nivelet (FoxInCloud)
We plan to do something more dynamic (using this_access), it's something quite complicated and we'll need some more time for that.
Have resolved some of the issues, a path setting got bungeld up.
Question: Can someoen show me an implementation on how to decide what properties to save ect.
My problem is that I create objects during runtime via this_access. When moving between pages(forms) it wantsto save properties (see below). How can I exclude this ?
Thnks
I upgraded today to 1.25 FIS.
Upgraded from 1.20 and ran the complete adaption proces again
Now getting following range of errors:
awapphost.warning Error detected at code line #[not available] of method 'awajax.pvofobject'
FoxInCloud cannot save object's properties because only the 'Empty' class is supported (Object 'mgr_data', base class 'Custom')
awapphost.warning Error detected at code line #[not available] of method 'awajax.pvofobject'
FoxInCloud cannot save object's properties because only the 'Empty' class is supported (Object 'mgr_epos', base class 'Custom')
awapphost.warning Error detected at code line #[not available] of method 'awajax.pvofobject'
FoxInCloud cannot save object's properties because only the 'Empty' class is supported (Object 'mgr_layout', base class 'Custom')
awapphost.warning Error detected at code line #[not available] of method 'awajax.pvofobject'
FoxInCloud cannot save object's properties because only the 'Empty' class is supported (Object 'mgr_lockscreen', base class 'Collection')
awapphost.warning Error detected at code line #[not available] of method 'awajax.pvofobject'
FoxInCloud cannot save object's properties because only the 'Empty' class is supported (Object 'mgr_set', base class 'Custom')
awapphost.warning Error detected at code line #[not available] of method 'awajax.propssave'
Method or procedure propssave_ds(): error #1 ("File 'abdev.prg' does not exist.") at code line #0 (source code N/A)
awapphost.warning Properties of form "std_tab" could not be saved
awapphost.warning Awapphost.formlaunch(tcForm: 'std_tab', tlSubForm: .F., m.tcSuffix: '') - Properties of form "std_tab" could not be saved
awapphost.warning Xxxprocess.wform() - Awajax.forminitsave() - Awapphost.formlaunch(tcForm: 'std_tab', tlSubForm: .F., m.tcSuffix: '') - Properties of form "std_tab" could not be saved
Thierry Nivelet (FoxInCloud)