Im basically trying to create a new record, on my custom created table and form, from a fast tab.
Right now basically what it does, is that it basically edits the existing record instead of creating a new one.
As you can see in the picture, what it does automatically is to edit my current record.
I tried to add in the form run() method: PWQuarriesStrucMain_ds.create(); But it doesn't work