value from previous record in new record

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

value from previous record in new record

Post by Markom »

Hi,

I want to add the value of a previous record into a new record as a suggestion for the user. I created a view (with one record) to select the value, but when I use the select as field type the user has no option to overwrite. Any suggestion how to solve this?

Marko


MichaelG
User
Posts: 1110

Post by MichaelG »

You can use the AutoSuggest feature (Edit Tag is "TEXT") so the user can type in his own text. Read:
https://aspnetmaker.dev/docs/#/lookuptable.html


Markom
User
Posts: 20

Post by Markom »

Thanks for the answer.

I already tried this one, by linking to the table, but I don't get any default value showing. The table has 2 columns, one with the value to be suggested and one with an Id (always 1) and I use the Id to link the table to the field, and use 1 as default value. But in stead of the value to be suggetsed 1 is displeyed.

Markom


Markom
User
Posts: 20

Post by Markom »

OK, it works now, obviously overlooked one setting.


Post Reply