Callback function in ADE file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In Access 2000 Access Data Projects (ADP), I use callback functions to
fill list boxes. This works perfect: it is fast and it can handle large
amounts of data (much more than 2 kb). I convert it into an ADE file:
no problem.

Now, in another project with exacly the same technique, the callback
function "doesn't work", that is: I see nothing in the list boxes, and
a MsgBox in "Case acLBInitialize" (where it will start) doesn't return
anything.

Any ideas ?

Leendert.
 
Have you set the Row Source Type property to the name of the function to
call?
 
hai,

If u want the property details that means buying & selling or guest
house and what ever in property just login the side www.getinnet.com
you will get all the details in this side it will be useful to you. go
ahead.

Not only that
web design
web hosting
real estate
automobile
and so
 
Sure. We are talking about a technique, I used for years, and it works
flawlessly.
For the moment I think the problem is caused by something different: I
use a Winsock connection, by means of WithEvents to respond to events
triggered by the Winsock ActiveX object. I must find out how to have
the WithEvents cooperate with the callback function. Tricky, as I found
out that sometimes the callback function works, and sometimes it does
not.

Thanks, Leendert.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top