This topic is locked

Events

2/18/2019 11:40:29 AM
PHPRunner General questions
J
jmartin17 author

I have a detail table that I need, when adding a record, to know how to use client number and get client name from another table as validation? PHPRunner Enterprise
detail table has client number 5 positions master table MCLIENT has key CLIENT Number and field CNAME that must be valid or do not add record,Same for changes.

admin 2/18/2019

You really need to rephrase your question. The only thing I understand that we talking about adding a record to details table.
Maybe check Field Events:

https://xlinesoft.com/phprunner/docs/field_events.htm
You can execute a query there in Server part of event and show some info to the end user.