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.

Update System IDs

Questions related to using nuBuilder Forte.
Locked
Timo
Posts: 221
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Update System IDs

Unread post by Timo »

What's the purpose of this "system" function and why is it supposed to run in a new window - there is no visual output when I run it.
Update System IDs.png
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Update System IDs

Unread post by admin »

Timo,

You can create your own visual output with nuJavascriptCallback().

https://wiki.nubuilder.cloud/ ... ptCallback

Steven
Timo
Posts: 221
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: Update System IDs

Unread post by Timo »

Timo wrote:What's the purpose of this "system" function
In other words: What does the function do, why/when would one need it?
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Update System IDs

Unread post by toms »

This PHP function sets new ids (primary keys) in the zzzz- tables. But I have no idea when and why you would have to do it.
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Update System IDs

Unread post by admin »

Timo,

It's just something I use - I will hide it so you don't see it, in the next Update.

Steven.
Timo
Posts: 221
Joined: Thu Mar 15, 2018 9:26 pm
Has thanked: 1 time

Re: Update System IDs

Unread post by Timo »

ok
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Update System IDs

Unread post by admin »

.
Locked