J
james
Hello,
I am trying to convert an application that ran fine in A97 & A2K to
A2K3. The app runs as an MDE. Mty problem is that when running as an
MDE in A2K3 the Form_Unload code does not appear to execute. In a
nutshell: the code determines whether user entered data sums to exactly
100%, if not it display a MsgBox indicating the error and sets
Cancel=True to stop the unloading of the form. Interestingly, if I run
the code from the MDB I see exactly the behaviour I expect and it works
exactly as it did in the previous versions.
This testing is being done on a WinXp SP2 machine if that makes any
difference. The only other pieces of info I can add are that when the
app starts I:
1. DO NOT block unsafe expressions
2. even though I have said I don't want to block them I get the
Security Warning that they are not blocked and instructions regarding
what I have to do to block them. I answer 'Yes' I still want to open
the database
3. After my final warning that the database may not be safe I still
select 'Open' because that is what I clearly want to do....
Has anyone encountered such a problem and / or can anyone suggest where
to look and what might be wrong?
TIA,
James
I am trying to convert an application that ran fine in A97 & A2K to
A2K3. The app runs as an MDE. Mty problem is that when running as an
MDE in A2K3 the Form_Unload code does not appear to execute. In a
nutshell: the code determines whether user entered data sums to exactly
100%, if not it display a MsgBox indicating the error and sets
Cancel=True to stop the unloading of the form. Interestingly, if I run
the code from the MDB I see exactly the behaviour I expect and it works
exactly as it did in the previous versions.
This testing is being done on a WinXp SP2 machine if that makes any
difference. The only other pieces of info I can add are that when the
app starts I:
1. DO NOT block unsafe expressions
2. even though I have said I don't want to block them I get the
Security Warning that they are not blocked and instructions regarding
what I have to do to block them. I answer 'Yes' I still want to open
the database
3. After my final warning that the database may not be safe I still
select 'Open' because that is what I clearly want to do....
Has anyone encountered such a problem and / or can anyone suggest where
to look and what might be wrong?
TIA,
James