My client is wanting more "Access" like functionality out of their
application.  They used to have a textbox with Autocomplete like
functionality where they would type and it would complete that field for
them.  That worked fine when they had 100s of values, but now they are
in the 1000s and are on their way up.

Can I have the MyTextbox.AutoCompTable point to a cursor?  Perhaps in
the INIT of the Textbox put a THIS.AutoCompTable = DBF('MyCursorName')

Can I manipulate the contents of that cursor during the
MyTextbox.InteractiveChange method to call out to something that zaps
and repopulates that cursor?

Eventually, I'd like to sublcass a textbox to encapsulate some of this
functionality.

So far, my tests aren't working at all.  No popup is showing up.

-- 
-Kevin
CULLY Technologies, LLC

Sponsor of FoxForward 2007
foxforward.net



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to