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.

Event of "Delete" checkbox in subform

Post Reply
kkatsaros
Posts: 12
Joined: Thu Sep 25, 2014 1:58 pm

Event of "Delete" checkbox in subform

Unread post by kkatsaros »

Hi!

Where can I place Javascript code to execute when the user changes the "Delete" checkbox in a subform? Placing the code inside the subform's events (onchange, onblur, etc) doesn't work.

(And, BTW, is there any way to translate that "Delete" into my language?)
Delete_CheckBox.png
Thanx!
You do not have the required permissions to view the files attached to this post.
Kostas
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Event of "Delete" checkbox in subform

Unread post by admin »

kkatsaros,

On the Setup Tab Click Translation. This will allow you to add your own translations to phrases used in nuBuilderPro.
tran1.PNG
Then go to the Setup Tab and click System Setup and choose the Language you have added.
tran2.PNG

Steven
You do not have the required permissions to view the files attached to this post.
kkatsaros
Posts: 12
Joined: Thu Sep 25, 2014 1:58 pm

Re: Event of "Delete" checkbox in subform

Unread post by kkatsaros »

Hi Steven!

Thank you for answering, but I don't think that you understood the question very well. I have already translated in greek the "Delete" record in Translations:
Snapshot.png
But the problem still remains the same.

Anyway, this is of minor importance for me, maybe mentioning this confused you. My main problem is (as the subject says): where can I put Javascript code for this "Delete" checkbox object (it's a "system" object inside the subform, not created by me) that will be executed during events like onclick, onblur, onchange etc. My main goal is to recalculate some fields in the form whenever the user deletes a record from the subform using that checkbox. Double-clicking on "Delete" title doesn't open the object's properties, like the procedure with the rest of my objects.

Thanx again!
You do not have the required permissions to view the files attached to this post.
Kostas
massiws
Posts: 503
Joined: Thu May 24, 2012 2:08 am
Location: Milan, Italy
Contact:

Re: Event of "Delete" checkbox in subform

Unread post by massiws »

kkatsaros,
try this patch.

Max.
kkatsaros
Posts: 12
Joined: Thu Sep 25, 2014 1:58 pm

Re: Event of "Delete" checkbox in subform

Unread post by kkatsaros »

Yes Max, that did the trick! Thank you, the developers may apply this patch to the main project.
Nevertheless, please keep this thread open as my main issue with the JavaScript code for this column (as described above) is not fixed yet.
Kostas
Post Reply