M
Martin Newman
Have a set of 3 pretty big adp's (all hitting the same SQL DB) I have been
developing over the last year. Currently being developed using Ac XP and
deployed as an XP runtime with the adp in A2000 format. Been working as
expected for ages - I bring out upgrades regualrly and all hunky dory.
There is a routinew which all three adp's use (but spereatley in each adp -
must sort that sometime soon) that uses the construst
FOr each frmTest in Forms
have started failing for Type Mismatch when delpoyed using teh runtime but
fine when using full Access - works on the machines to which the adp's have
been delpoyed if you use A2003 (which happens to be running on those
machines) ratyher than the A XP runtime.
Replacing the construct with
for i = 0 to Forms.count - 1
solves the problem. This applies to each of the adp's independantly
Eh?? WHat's up??
Martin
developing over the last year. Currently being developed using Ac XP and
deployed as an XP runtime with the adp in A2000 format. Been working as
expected for ages - I bring out upgrades regualrly and all hunky dory.
There is a routinew which all three adp's use (but spereatley in each adp -
must sort that sometime soon) that uses the construst
FOr each frmTest in Forms
have started failing for Type Mismatch when delpoyed using teh runtime but
fine when using full Access - works on the machines to which the adp's have
been delpoyed if you use A2003 (which happens to be running on those
machines) ratyher than the A XP runtime.
Replacing the construct with
for i = 0 to Forms.count - 1
solves the problem. This applies to each of the adp's independantly
Eh?? WHat's up??
Martin