Page 1 of 1

Auto Fill

Posted: Wed Oct 25, 2017 10:35 am
by juvat

Using the help section Lookup Table, I used the Auto Fill information to try and configure the following below, but for some reason when I generate and publish the project the auto fill function is not populating fields that are configured.

In one of my tables that is part of a Master Detail setup, I have configured a field called ProductID to select a product using a drop-down. Also, I have configured Auto Fill on this field to fill in the Vendor and Price of the selected product in the details table InvoiceItems.

InvoiceItems (table)
InvItemsID (primarykey)
InvID
QTY
ProductID
Description
Price
Vendor
Cost (custom field: QTY * Price)


Re: Auto Fill

Posted: Wed Oct 25, 2017 4:11 pm
by motfs

Check if there is any JavaScript error (press F12 and click "Console" if you use Google Chrome). Or try the example in the help file topic: Lookup Table.


Re: Auto Fill

Posted: Wed Oct 25, 2017 10:19 pm
by juvat

Looks like it works now after I published it to a new folder. During the generate process this morning, I noticed an error regarding the project folder, so I changed the folder location to something else.