ActiveX not working with MSAccess97, works with VB 
Author Message
 ActiveX not working with MSAccess97, works with VB

Hi Aaron
This is strictly from the for what its worth department, because I'm not
sure I follow completely, but the behavior you describe in 1-4 seems to
me to be by design. ie. If you code an event, you have to tell the event
handler that the procedure exists by clicking on the v and selecting
[Event Procedure] Or... you let it know first by clicking on the
build-type button at the right of the selected event field. In other
words, coding manually isn't preventing it from firing, not telling it
to use the [Event Procedure] is. As for the third party control, some
such controls don't have events which appear like the normal OnClick,
etc. via the Properties and instead are addressed using something like
CommDlg.ShowOpen or Lead.FreeRegion.
Well, like I said... for what its worth
Stan
Quote:
> To sum it up: Sometimes, coding an event manually will prevent the event from
> firing.



Fri, 04 May 2001 03:00:00 GMT  
 ActiveX not working with MSAccess97, works with VB
when switching to code window try opening the left object combo and choose your
new control. then open the right combo and have a look at the events. you'll
probably find there all events of the control. I faced the same problem with ms
treeview control.

cu Steffen



Fri, 11 May 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Why DCOM ActiveX Exe is Working and ActiveX Dll is not working

2. OpenFile Not work in exe but works in VB run

3. SQL string not works in VB and works in Access 2000

4. Help: ActiveX control works in VB6 but not in VB.Net

5. ActiveX component works in VB but not in VI6

6. Call to activex works in JavaScript, VB, not in VBScript

7. ActiveX DLL works from VB but not ASP

8. ActiveX-dll works in VB project but not when compiled

9. ActiveX Control works in VB not in browser

10. ActiveX does not work in VB

11. ActiveX-Exe: .Value=True doesn't work while direct click on button works

12. Date() not working, time() and Now() do work

 

 
Powered by phpBB® Forum Software