Hi Folks!
I have this strange error that happens after conversion from A97 to
AXP (2000-Format). Looks like a bug to me - I've lost 3 days with no
result.
I use a form with 2 subforms on it, one to set criterias and one that
reflects data upon selected criterias. This works perfectly. But
sometimes I need to get started with an already "restricted " dataset.
So what I do is to change at run-time the form.subform.re cordset
property from qmyQuery to something like SELECT * FROM qmyQuery WHERE
fld = ...
This is done in the Form_Load Event of the parent form through a call
to a generic procedure (Me as argument). As soon as it get's back the
Me object is invalid. I tracked the problem down to the line of code
where value Datasource of subform is changed.
This worked perfectly in A97.
Please help, I need to switch to AXP soon.
Thank you very much.
Gianluca L. Monteleone
I have this strange error that happens after conversion from A97 to
AXP (2000-Format). Looks like a bug to me - I've lost 3 days with no
result.
I use a form with 2 subforms on it, one to set criterias and one that
reflects data upon selected criterias. This works perfectly. But
sometimes I need to get started with an already "restricted " dataset.
So what I do is to change at run-time the form.subform.re cordset
property from qmyQuery to something like SELECT * FROM qmyQuery WHERE
fld = ...
This is done in the Form_Load Event of the parent form through a call
to a generic procedure (Me as argument). As soon as it get's back the
Me object is invalid. I tracked the problem down to the line of code
where value Datasource of subform is changed.
This worked perfectly in A97.
Please help, I need to switch to AXP soon.
Thank you very much.
Gianluca L. Monteleone
Comment