HI Fred,
it seems to be a problem with Firefox 4.0 for Mac only. On a Windows PC with Firefox 4.0 it works fine.
Perhaps one of the next updates for Firefox 4.x for Mac will fix the problem on this platform.
Search found 3 matches
- 2011-04-05 12:47
- Forum: ADDT
- Topic: NXT-List/Forms with FF 4.0: Duplicate Record fails
- Replies: 5
- Views: 10896
- 2011-03-31 15:00
- Forum: ADDT
- Topic: NXT-List/Forms with FF 4.0: Duplicate Record fails
- Replies: 5
- Views: 10896
NXT-List/Forms with FF 4.0: Duplicate Record fails
Hi, I have encountered a problem in NXT-List/Forms with FF 4.0: Duplicate Record fails. The "insert as new" button does not work any more. In worst case the changed content will overwritten. Does anyone have the same effect? In /includes/nxt/scripts/form.js (lines 334-355) found the functi...
- 2011-03-31 14:44
- Forum: ADDT
- Topic: update record
- Replies: 8
- Views: 14747
Re: update record
Hi mrhankey,
try to change KT_Insert1 in KT_Update1.
$upd_clients->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Update1");
You also need an update-button in the form named "KT_Update1".
try to change KT_Insert1 in KT_Update1.
$upd_clients->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Update1");
You also need an update-button in the form named "KT_Update1".