Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Before Edit event / Browse Form Topic is solved

Questions related to using nuBuilder Forte.
Post Reply
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Before Edit event / Browse Form

Unread post by toms »

Hi,

Shouldn't the BE event only be triggered after a record has been selected in the Browse form?
BE_event.png
I added some debug code in the BE event and opened a Browse Form.

Code: Select all

 nuDebug("Before Edit");  
Looking at the nuDebug Results, I see this debug message.
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Before Edit event / Browse Form

Unread post by admin »

toms,

Good catch!

I've updated Github with the fix.

Please test it out.

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Before Edit event / Browse Form

Unread post by toms »

Thanks, it works all fine now :)
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Before Edit event / Browse Form

Unread post by admin »

.
Post Reply