Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Barkalez XX
Then it occurs to me to create a table called List Ingredients and relate it to the recipe. El sábado, 23 de marzo de 2019, 19:16:47 (UTC+1), Aldian Fazrihady escribió: > > > Hi, > > Generating fields is possible, > > but for your recipe app, that's absolutely not a good thing to do. > > Regards,

Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Aldian Fazrihady
Hi, Generating fields is possible, but for your recipe app, that's absolutely not a good thing to do. Regards, Aldian Fazrihady On Sun, Mar 24, 2019 at 1:54 AM Barkalez XX wrote: > Thank for you answer. > > > I did not know that fields could be generated in the database from > FrontEnd. > >

Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Barkalez XX
Thank for you answer. I did not know that fields could be generated in the database from FrontEnd. It occurs to me to put a "Add ingredient" button and produce a new field in the recipe table, but I do not know how to do that. El sábado, 23 de marzo de 2019, 17:54:24 (UTC+1), Aldian Fazrihady

Re: Doubt in the creation of fields in the FrontEnd

2019-03-23 Thread Aldian Fazrihady
Hi, I don't think that's a good idea to frequently add new field to a database table. A field in form doesn't mean that it will also be a field of a table database. You can make a new ingredient field in a form to become a new row of a database table. You just need to properly design your databas