Page 1 of 1

Open a table directly n add new record mode

Posted: 2020-04-30 22:14
by fgazza
Hi everyone,
is there a way to open a table directly in "add new record" mode (i intend with a new empy record ready to fill)?

If yes, how can i do it only for sore users?

Last: is possiblo to create a link to go directly to an "add new record" mode of a table (a page with new record ready to be filled)?

Thanks!

Fabiano

Re: Open a table directly n add new record mode

Posted: 2020-04-30 23:18
by patsd102
This will open the detail view,

Tablename_view.php?addNew_x=0

Re: Open a table directly n add new record mode

Posted: 2020-05-01 13:50
by jsetzer
Hmmm... does this work? Shouldn't it be addNew_x=1 instead of =0?

Code: Select all

TABLENAME_view.php?addNew_x=1

In docs it says "any non-zero value":

https://bigprof.com/appgini/help/advanc ... parameters

I'm wondering if this means "any not-empty value". I cannot test it right now.

Re: Open a table directly n add new record mode

Posted: 2020-05-01 15:29
by patsd102
In Doc it says x=0

Re: Open a table directly n add new record mode

Posted: 2020-05-01 15:40
by jsetzer
That's funny because for other parameters it says "non-zero" or "=1".

As long as it works, it's fine!