PDA

View Full Version : Dbform_AutoComplete x dbModalPanel



isaiasms
22-May-2009, 08:12 AM
Hi,

Can I use Dbform_AutoComplete into dbModalPanel? Because when I type into the field, I can’t choose one of them. Is it possible to use??

Regards,
Isaias M Silva

David Martinko
22-May-2009, 09:31 AM
Hi,

Can I use Dbform_AutoComplete into dbModalPanel? Because when I type into the field, I can’t choose one of them. Is it possible to use??

Regards,
Isaias M Silva
Yes, there is a property you need to set phoListParent to the object ID of the DBModal_Panel.


Object oMyAutocomplete is a DBForm_Autocomplete
Set phoListParent to oMyDialog_dg

isaiasms
22-May-2009, 04:23 PM
Hi David,

Thanks. It is working now.

Regards,
Isaias M Silva