Nice to see you working on a Saturday, for, I presume, no pay. :)
My mistake about grids, yep, it is only Combos and List boxes, sorry.
However, the application I am interested in converting at the moment
is only 3 MB and conversion and testing will take some time.
My 20 MB application would take a long, long time. If there is going to
be support for cursors in Lists and Combos I might as well wait for a time.
For Lists and Combos I get the below message from the Adaption Assistant-:
*
If (and only if) content of this.List changes due to user action, please redefine list as follows:
- .RowSourceType = 5
- .RowSource = 'this.waRowSource'
- direct request result to this.waRowSource[] array; e.g. SELECT … INTO ARRAY this.waRowSource
*
I am not too sure what 'content of This.List due to user action' actually means.
As a list is Read Only, does this mean if I ZAP(ped) the cursor data and appended
from another table the content of the list is deemed to have changed, as against a
combo having it's contents changed dynamically.
Thanks,
Keith