![]() |
aadham author 8/15/2022 |
Hi again, Any tips/links would be truly appreciated. Thanks |
![]() |
Dalkeith 8/15/2022 |
I've done something like this before with accounting periods.. So I have a query like you and I need to change the accounting records in the period - so my accounting period is like your where clause. In phprunner I setup a list /edit / add forms based on a predefined view. I have another list displayed through phprunner where the user can define periods which they are interested in. And I have a button in that table that when pressed takes the parameters and alters the view using the parameters... So in this case you have forms based on the view you have a separate form with all the languages and a button in there that when pressed alters the sql of the view changing out the where clause with the language relative to the button. I documented it below for SQL Server but I see no reason why it wouldn't work in any database |