ren_bsi
10th November 2021, 08:56
Dear Gurus,
After clicking the New Record Button, the new column is filled with data which is defaulted from the previous record.
I expect the column to be blank after clicking the new record button.
Really appreciate your kind help.
Thank you. :D
Best Regards,
Ren
vahdani
10th November 2021, 16:56
Hi,
This is apparently not a standard Session. I think this is a problem caused by the programming. My gues ist that in order to find the next Lab No. the program selects the last record. This would fill the new record with the content of the last record plus the new Lab No. :rolleyes:
ren_bsi
11th November 2021, 06:54
Hi,
This is apparently not a standard Session. I think this is a problem caused by the programming. My gues ist that in order to find the next Lab No. the program selects the last record. This would fill the new record with the content of the last record plus the new Lab No. :rolleyes:
Dear Gurus,
Thank you for your prompt reply.
I have disabled all the DAL script and Program Script, but this issue still happened.
When the cursor change to the respective column, the column is automatically filled with the previous record.
Do i make any misconfiguration or anything else ?
Thank you. :D
Best regards,
Ren
andreas.toepper
11th November 2021, 12:18
There an old predefined variable attr.dorp that does set the behaviour on field level. I'm not sure whether there’s another function available to change the behaviour for all fields.
long attr.dorp - Fill field with default or previous value:
DORP.PREVIOUS (0) use the previous value
DORP.DEFAULT (1) use the default value