Multi-Update pass values to Custom File

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

Multi-Update pass values to Custom File

Post by konfuzion »

Multi-Update Page / Page-Redirecting

Is it possible to pass the selected values into Custom Files? How to pass the values?

//*List.php page

[_] Record 1
[_] Record 2
[X] Record 3
[X] Record 4
[_] Record 5

// Click Multi-Update icon

//MULTI-UPDATE Modal is shown
[X] Execute Custom Action

[SUBMIT]

// Click SUBMIT

//Multi-Update Page-Redirecting Server Event
If ($rsnew["ExeCustomAction"] == True) $url = ExeCustomAction.php;

//Custom Files
ExeCustomAction.php

When redirected to ExeCustomAction.php, page will display:

Selected records:
Record 3
Record 4

What is your custom action?

<SELECT>
<option>1. Copy Records to myTable..
<option>2. Move Records myTable..
[SUBMIT]


konfuzion
User
Posts: 378

Post by konfuzion »

found it, key_m


stpaulin
User
Posts: 137

Post by stpaulin »

Hi,
Can you help me. I have a issue similar to yours in : viewtopic.php?t=54942
But i wonder how you have manage to handle selected records sending to custom file using key_m[] and how you get them back in your custom file.
Help please !


Post Reply