S
Sag73
Hi Group,
Using A2003, SQL Svr 2000.
Have developed an ADP which has a few SPs, Functions, Views & Reports. The
ADP works fine and I have included some code in it to authenticate users
before making the connection to the SQL Server and drop the connection to
the database when the ADP is closed. All this works fine.
The only form (apart from a Splash Screen) that is used in this application
has a combo-box, 2 check-boxes, four date-time pickers and 2 buttons
(OK/Cancel).
Problem is when I have tested everything to work fine, I have password
secured the project code (just in case) and "Make ADE". The resultant ADE is
created but would encounter an error even on my machine. The Splash Screen
loads up and show the other form. When I do selection of dates checkboxes
and click on OK, I get a message saying "You entered an expression that has
an invalid reference to the property onclick" .
I have been thinking that it might have to do with references but then it is
not working on my own PC where the ADP works fine - am I wrong?
I have scoured the internet and havent found anything relating to ADE in
particular and how to go about finding and fixing the problem. I am rather
new at all this and have been rather confused with all the material I have
found about early/late binding.
Any help would be greatly appreciated.
Using A2003, SQL Svr 2000.
Have developed an ADP which has a few SPs, Functions, Views & Reports. The
ADP works fine and I have included some code in it to authenticate users
before making the connection to the SQL Server and drop the connection to
the database when the ADP is closed. All this works fine.
The only form (apart from a Splash Screen) that is used in this application
has a combo-box, 2 check-boxes, four date-time pickers and 2 buttons
(OK/Cancel).
Problem is when I have tested everything to work fine, I have password
secured the project code (just in case) and "Make ADE". The resultant ADE is
created but would encounter an error even on my machine. The Splash Screen
loads up and show the other form. When I do selection of dates checkboxes
and click on OK, I get a message saying "You entered an expression that has
an invalid reference to the property onclick" .
I have been thinking that it might have to do with references but then it is
not working on my own PC where the ADP works fine - am I wrong?
I have scoured the internet and havent found anything relating to ADE in
particular and how to go about finding and fixing the problem. I am rather
new at all this and have been rather confused with all the material I have
found about early/late binding.
Any help would be greatly appreciated.