Page 1 of 1

Functions - variables etc

Posted: Tue Jan 14, 2020 4:41 pm
by GlenMcCabe
1) Is it possible to get a list of internal nuBuilder functions variables etc

2) is it possible to print properties for forms objects etc

Re: Functions - variables etc

Posted: Tue Jan 14, 2020 10:11 pm
by admin
Glen,

A list of functions can be found here... https://wiki.nubuilder.cloud/ ... Javascript

You can create your own reports to list forms and objects using the zzzzsys_form and zzzzsys_object tables.


Steven

Re: Functions - variables etc

Posted: Tue Jan 14, 2020 11:20 pm
by GlenMcCabe
Thanks Steven

Had a quick look at wiki and thats fine.

I like hard copy and I was using print screen and pasting to show setup of forms and objects. I was looking for a possible print option which would do this for me.

Glen