Auto Fill

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
juvat
User
Posts: 71

Auto Fill

Post 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)


motfs
User
Posts: 258

Post 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.


juvat
User
Posts: 71

Post 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.


Post Reply