This topic is locked
[SOLVED]

Which code do I need for this?

12/28/2021 5:46:02 PM
PHPRunner General questions
J
Jan author

Hello everyone,

I have a table "members" with a number of fields including 3 fields: "foreign member", "domestic member" and "number of places"
With an "inline edit" I can change the "number of places", but that should only be possible for the foreign members. How can it fix ? Which code in which event??
Thanks for your help.

K
kohle 12/30/2021

Hi,

take a look at field events. Here you can control this.

https://xlinesoft.com/phprunner/docs/field_events.htm

rg
J.

J
Jan author 1/9/2022

Thanks for the helpful tip!