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.
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.
how can I refresh a display object ?
-
- Posts: 92
- Joined: Mon May 14, 2018 3:26 pm
how can I refresh a display object ?
Can we refresh a Display Object? Maybe with a JavaScript function refreshdisplay('displayobj'); ?
-
- nuBuilder Team
- Posts: 4566
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 529 times
- Contact:
Re: how can I refresh a display object ?
I'm afraid there's no such function as far as I know.
You will have to run a PHP function that runs the SQL and returns a value which then can be assigned to your display object.
You will have to run a PHP function that runs the SQL and returns a value which then can be assigned to your display object.
-
- Posts: 92
- Joined: Mon May 14, 2018 3:26 pm
-
- Posts: 92
- Joined: Mon May 14, 2018 3:26 pm
Re: how can I refresh a display object ?
@kev1n: Will check it out next week and let you know if I have any questions.