A
|
Ace Drummond author 12/1/2022 |
It took a lot of effort but I figured this issue out.
So now I can simply populate the work table before I display the member. The other thing that happens is when I update a record shown the program return to check for the "rl" variable and it is not present - so I need to direct areound that. Problems like this not easy - I think the <guest> permissions issue sent me down the wrong path, but now I am exprienced! PHPRunner is really a great platform and I am very pleased while, of course, learning more all the time. |
![]() |
Admin 12/1/2022 |
Just wanted to say that you can create a user group with specific rights and then use Security API function loginAs to log the user in with required permissions. |
A
|
Ace Drummond author 12/1/2022 |
I got it all to work kind of following the example in the video. I had to place my code in event: Before Process to get it to work, but work it does now! |
A
|
Ace Drummond author 12/7/2022 |
The one issue I have not yet resolved is how to manage the 'CANCEL' button. The submit works fine. I want to close the window when cancel is used in the case where this is a guest transaction. |
![]() |
Admin 12/7/2022 |
I guess you can simply remove the standard button and add your own button that will do the job. |