Page 1 of 1

calling records for specific id

Posted: Sun Aug 21, 2016 10:43 pm
by zwora
Hello. I would like the form to call only the records connected to specific id. I would like to do something like this:
I've got table orders which is connected with table quotes with the key orderID (pk in table orders, and fk in table quotes). And I would like to have form, that would be open from specific order level and showing only the records connected to that specific order. How can I reach that?

And another question: I would like to have prices in table/form quotes changed dynamically when I change size (prices depend on width and heigth). How can I call js function to run php script which would take the correct price from db (price is taken from pricelist table in db and depends on width and heigth)?

Thanks for any help.

Re: calling records for specific id

Posted: Mon Aug 22, 2016 12:03 am
by admin
zwora,

Have you watched any of the video tutorials https://www.youtube.com/channel/UCQ2Ins ... KVb7TY2KZg and seen the Wiki ? http://wiki.nubuilder.net/nubuilderv3/i ... /Main_Page

Steven