Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Framework » Default value - changing when inserting new record
Re: Default value - changing when inserting new record [message #7900 is a reply to message #7899] Thu, 06 February 2025 06:35 Go to previous messageGo to previous message
AJM is currently offline  AJM
Messages: 2378
Registered: April 2006
Location: Surrey, UK
Senior Member
I have managed to replicate this issue and found the offending code. In file std.table.class.inc you will see lines 6890 and 6891 as follows:
} elseif (empty($insertarray[$field]) AND !empty($spec['default'])) {
    $insertarray[$field] = $spec['default'];
If you either remove these lines or comment them out your problem should disappear.


 
Read Message
Read Message
Read Message
Previous Topic: Printing Σ (Sigma) not possible in PDF
Next Topic: Tab order in Radicore screen
Goto Forum:
  


Current Time: Sun Feb 23 04:13:28 EST 2025

Total time taken to generate the page: 0.01120 seconds