Hello.
I have noticed, on one my template generated update form, that the prop:Acceptall is not working correctly.
On this form I have set that after successful insert I insert another record. Well, it seems that the propAcceptall is not reseting after the first insertion.
Can you confirm this?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have found a workaround: I have inserted
quickwindow{prop:Acceptall}=false
in the PrimeFields procedure of the form.
Since, this is my only form with "after insert insert more" I am OK.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks. Added a fix. problem was Prop:ACCEPTALL was not being cleared at end of acceptall cycle; which your workaround does.
c2j would allow you to call select() or do window{prop:acceptall}=1 multiple times, but maybe ABC libraries are explicitly checking prop:Acceptall before calling select() as some sort of guard or something.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello.
I have noticed, on one my template generated update form, that the prop:Acceptall is not working correctly.
On this form I have set that after successful insert I insert another record. Well, it seems that the propAcceptall is not reseting after the first insertion.
Can you confirm this?
Thanks
I have found a workaround: I have inserted
quickwindow{prop:Acceptall}=false
in the PrimeFields procedure of the form.
Since, this is my only form with "after insert insert more" I am OK.
Thanks. Added a fix. problem was Prop:ACCEPTALL was not being cleared at end of acceptall cycle; which your workaround does.
c2j would allow you to call select() or do window{prop:acceptall}=1 multiple times, but maybe ABC libraries are explicitly checking prop:Acceptall before calling select() as some sort of guard or something.