This topic is locked

fill a field

3/5/2016 5:57:10 AM
PHPRunner General questions
M
mcendron author

Hello everyone , sorry for my english , I'm trying PHPRunner to see if I can use for my applications .

I created a two tables : orders and customers .

when I place an order you select the customer via a lookup table

I want a field of the order was filled with the same content of this field in the customer table because then I would have a chance to be able to edit .

And ' possible to do this without writing code ?

Sergey Kornilov admin 3/5/2016

This is possible but you cannot do this without coding. You will need to add your code to event like AfterAdd of Orders table.