Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Problem when creating nuDate object in last version of nubuilder

Questions related to using nuBuilder Forte.
Post Reply
yvesf
Posts: 340
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 93 times
Been thanked: 12 times

Problem when creating nuDate object in last version of nubuilder

Unread post 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
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4449
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 488 times
Contact:

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

Unread post by kev1n »

yvesf
Posts: 340
Joined: Sun Mar 14, 2021 8:48 am
Location: Geneva
Has thanked: 93 times
Been thanked: 12 times

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

Unread post by yvesf »

thx Kev1n for this resolution. When will it be integrated in the global pkg ?
Yves
kev1n
nuBuilder Team
Posts: 4449
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 75 times
Been thanked: 488 times
Contact:

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

Unread post by kev1n »

It is currently in the development version and then in the next release.
Post Reply