Page 1 of 1

Mass user creation - Requery form

Posted: Wed Dec 03, 2014 7:51 am
by nekpap
Hi,

I'am using nuBuilder pro to build a school information system for my school (I'am a IT Teacher).

I have a couple of questions, sorry if this has been awswered before.
1) I need to create several accounts for users (students). Is there a PHP procedure or i can just add the lines into the users table.
2) How can I requery a subform (subforms content depends on a dropdown)

Thanks in advance

Nektarios

Re: Mass user creation - Requery form

Posted: Wed Dec 03, 2014 11:49 pm
by admin
Nektarios,

1) Sorry we have no Procedure that will generate multiple logins.

2) Subforms are meant for editing child records of the record on the Edit Form. A list that can refresh can be done with a Browse Object (a Browse Form that sits inside an Edit Form.)
Capture.PNG
Steven

Re: Mass user creation - Requery form

Posted: Thu Dec 04, 2014 12:13 pm
by nekpap
Thank you Steven!

How can I refresh the browse form whithin the onchange event in dropdown?

Can you plese post the Javascript Code?

I'am acctually tring to do a "Dynamic dropdown" : http://forums.nubuilder.cloud/viewtopic.php?f=13&t=8652

Thanks
Nektarios

Re: Mass user creation - Requery form

Posted: Thu Dec 04, 2014 11:32 pm
by admin
Nektarios,

You should find your answer from here.. http://wiki.nubuilder.net/index.php/Add ... Browse_Tab

Steven