Page 1 of 1

Problem when creating nuDate object in last version of nubuilder

Posted: Mon Aug 25, 2025 4:22 pm
by yvesf
Hello,

With the following version
version.png
, when creating a date objet with type Input/nuDate with format dd/mm/yyyyy and creation of related object in the database as date, I have the following error message when creating a new record.

error on loading.png
.

Looking in details in the generated HTML it seems that nubuilder framework generates an issue when creating this object.

Code: Select all

<input id="exa_date" data-nu-tab="0" data-nu-form="" onchange="nuChange(event)" 
data-nu-field="exa_date" data-nu-object-id="68ac66d9b2c4d0d" 
data-nu-format="D|dd/mm/yyyy" data-nu-prefix="" 
data-nu-type="input" data-nu-subform-sort="1" onfocus="nuLookupFocus(event)" 
data-nu-data="" 
data-nu-label="Date" type="nuDate" class="input_nuDate nuDate" autocomplete="off" 
onclick="nuPopupCalendar(this);" 
data-nu-access="0" 
data-nu-table-column="1" style="top: 160px; left: 150px; width: 300px; height: 22px; text-align: left; position: absolute;">



it seems that the issue is around onclick="nuPopupCalendar(this);"
Many thanks for helping me with this issue.


BRegards,

Yves

Re: pb when creating nuDate object in last version of nubuilder

Posted: Mon Aug 25, 2025 7:15 pm
by kev1n

Re: pb when creating nuDate object in last version of nubuilder

Posted: Mon Aug 25, 2025 8:10 pm
by yvesf
thx Kev1n for this resolution. When will it be integrated in the global pkg ?
Yves

Re: pb when creating nuDate object in last version of nubuilder

Posted: Tue Aug 26, 2025 6:14 am
by kev1n
It is currently in the development version and then in the next release.