aut-fill values are not displayed in table vew

If you're a new user of AppGini, feel free to ask general usage questions, or look for answers here.
Post Reply
zha0hong
Posts: 4
Joined: 2014-01-18 04:03

aut-fill values are not displayed in table vew

Post by zha0hong » 2014-04-26 22:02

Hi, Support

I created three tables: computers, models, and servers, and models has fields id, model_name.

In the 'computers' table, field 'model' lookup table models.model_name, field 'type' uses a option list, and 'name' is varchar.

however, in servers, if I add all fields looking up from 'computers':

server.name lookup computers.name
server.type lookup computer.type, auto-fill
server.model lookup computer.model, auto-fill

the detail view of each server is correct.
in table view, type shows as number id, and model shows nothing

is it a bug? or I did something wrong?

User avatar
a.gneady
Site Admin
Posts: 1281
Joined: 2012-09-27 14:46
Contact:

Re: aut-fill values are not displayed in table vew

Post by a.gneady » 2014-04-27 20:02

If you are using a version of AppGini older than 5.20, you should upgrade as this is fixed in 5.20 and above ... If you are using 5.20+, please send me the AXP file to support at appgini dot desk-mail dot com
:idea: AppGini plugins to add more power to your apps:
  • DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
  • Mass Update plugin: Update multiple records at once and improve your workflow efficiency.
  • Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.

Post Reply