This topic is locked
[SOLVED]

how can i save the Id's of all selected records in a database table

2/1/2024 8:54:14 AM
PHPRunner General questions
H
h.hermsen@venlo.nl author

How can i save the Id's of all selected records in a database table i want to use these values as a filter for the other view which are related to each other.

i want to create a tree like left menu bar where records are filter by the earlier selected records.

F
FR 2/1/2024

Look up this API function in the Help: getSelectedRecordKeys()

admin 2/1/2024

Assuming that you need to access those selected values from a button added to the List page, check examples #2 and #3 in the manual:
https://xlinesoft.com/phprunner/docs/inserting_button.htm