Page 1 of 1

How to pass a value from a table view to another table view

Posted: 2013-10-21 08:47
by bambinou
Hello,

I have a table with tariffs as:
id
band (1,2,3,4,5)
Price per unit



In another table I have:
id
Number of units

I would like to multiply the "price per unit" by ""number of units" which is in another table, therefore another view.

Could you please explain to me a little bit the logic behind this in AppGini?


Thank you,


Regards,

Ben

Re: How to pass a value from a table view to another table v

Posted: 2013-10-21 08:57
by AhmedBR
Download this APP Simple Invoicing:
http://www.bigprof.com/appgini/free-ope ... plications

Has all the code you need, just go through the Hook Files. ;)

Re: How to pass a value from a table view to another table v

Posted: 2013-10-21 12:16
by bambinou
Thank you so much AhmedBR :-)))

I will do it tonight as I am at work now.

Much appreciated.

Ben