This topic is locked

Add a button in a page to add a new field

10/3/2019 10:31:22 PM
PHPRunner General questions
K
Kervee author

Hey Guys,
Just wondering if you already bumped a solution for this:
I need a code that will automatically add fields in a table by just clicking a button in a page.
please help,
Thank Guys.
More power to PHPRunner and its community!

C
Corrie 10/8/2019



Hey Guys,
Just wondering if you already bumped a solution for this:
I need a code that will automatically add fields in a table by just clicking a button in a page.
please help,
Thank Guys.
More power to PHPRunner and its community!


It might be possible to add a column to the database table via the click of a button. The real issue is how you apply the newly added field to your project or application.

Why do you want to do this? There might be a different solution to what you are trying to achieve.

Sergey Kornilov admin 10/8/2019

The question was actually about adding a record (not a field) to the details table on the fly. The issue was (hopefully) resolved by Invoice template utilization.