Thanks for your offer Yehuda,
I'll do that, and let you know what happens etc.
regards
John O'Byrne
----- Original Message -----
From: "Yehuda Rosenblum" <Yehuda@I...>
To: "professional vb" <pro_vb@p...>
Sent: Friday, December 15, 2000 3:13 PM
Subject: [pro_vb] RE: ActiveX Modal Form problem
Hmm sounds strange. The only thing I can think of is have you put
proper error checking? This may help you will know where the error
comes. This is to add at the beggining: On Error Resume Next then
throughout the rest of the code put
If Err then
msgbox "Here is the error at checkpoint 1 " & err.descripton
'change the checkpoint number as you go
err.clear
end if
This will tell you what piece of code is wrong. If you send me that
piece of code I will analyze it and get back to you.
Yehuda
---
You are currently subscribed to pro_vb as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-pro_vb-$subst('Recip.MemberIDChar')@p2p.wrox.com