| Subject |
Re: AutoFill_entryfield error |
| From |
Ken Mayer <dbase@nospam.goldenstag.net> |
| Date |
Sun, 17 May 2020 13:55:22 -0700 |
| Newsgroups |
dbase.getting-started |
On 5/17/2020 12:55 PM, Ken Mayer wrote:
> On 5/17/2020 12:22 PM, Tom wrote:
>
>> Function Form_onOpen
>> * ----------------------------- *
>> form.AUTOFILL_ENTRYFIELD21.databaseName := "CONTACTSDATA"
>> //"MyApp_Data"
>> form.AUTOFILL_ENTRYFIELD21.tableName := "zContact"
>> //"Autofill_Cities"
>> form.AUTOFILL_ENTRYFIELD21.fieldName := "FullName"
>> //"CityNames"
>> // this.dataBaseName := "CONTACTSDATA"
>> // this.tableName := "zContact"
>> // this.fieldName := "FullName"
>> return
>
>> endclass
>>
>
> Without more information, like full working code and tables and
> everything else, I have no idea.
Only thing I can figure based on the error is to check and make sure the
database is defined properly, and that the table is where you say it is.
Because, honestly, I have no clue. I haven't done extensive testing on
using two different databases for this, for example, which you appear to
be doing.
Ken
--
*Ken Mayer*
Ken's dBASE Page: http://www.goldenstag.net/dbase
The dUFLP: http://www.goldenstag.net/dbase/index.htm#duflp
dBASE Books: http://www.goldenstag.net/dbase/Books/dBASEBooks.htm
dBASE Tutorial: http://www.goldenstag.net/dbase/Tutorial/00_Preface.htm
|
|