How to automatic set value in Column B

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
denisa
User
Posts: 32

How to automatic set value in Column B

Post by denisa »

If i have table and i have two column A and B . if i set value in first row in column B and set value in in second row in column A how to automatic set value in second row in column B and go on if i set value in third row in column A to automatic set value in third row in column B.
Thank you in advance


arbei
User
Posts: 9394

Post by arbei »

You may use client side events, see the topic Field Setup > Client Side Events in the help file.


denisa
User
Posts: 32

Post by denisa »

Thanks I already know that there are Server and Client Scripts.
I need example how to do that.
Thanks.


mobhar
User
Posts: 11737

Post by mobhar »

PHPMaker has "Auto fill" in feature for such case.

Please read "Lookup Table" topic, and see the "Auto fill" for more info and example. You may try it from the "orderdetails" table of the demo project file that you can download (and then test in your local machine afterwards) from http://www.hkvstore.com/phpmaker/phpdemo2019.zip


Post Reply