[SOLVED] Get Key value from an Edit page
I have an ID column which is the Key value of the table. This is an identity column and should not be inserted and/or editable. The column is not checked via the Fields => Add/Edit boxes. It is only...
View ArticleFilter Panel
Hi, I really need a horizontal filter panel. I have a job table with 6 fields to be filtered on, and each field can have several values. Using the PHPRunner standard filter panel takes up all the page...
View Article[SOLVED] How can I delete data in a field if another field is updated
What I have: I have over 8000 old images in "thumb_med" column of a table I created a new "new_pic" column in the table. I would like to delete the data in the "thumb_med" when the "new_pic" is added....
View Article[SOLVED] format value while php
Hi I am putting together a table and I want to change the format in view of the query. in this way the kilograms appear to me thus 701.9999999999999 Kg. and I would like them to appear with the format...
View ArticleAdvice on Best Way to handle cascading Deletes
ASP Net Runner version 10.3 linked to SQL Azure Database Could anyone point me in the direction of the best way to handle either cascading delete or a way of pushing up a notice to a user to say that...
View ArticleSimple Search on view pages
I need to put the simple search on the top menu in the view pages of three tables I thought I could copy and insert the "simple search' ( Editor html ) from the list page.... I was wrong
View ArticlePHPRunner / save just file path without uploading the file
Hi there, I was wondering whether it is possible to save just the file path including file name in the database without uploading the file. Happy for any suggestion PK
View Article[SOLVED] Bootstrap Toast
Anyone have any luck using Bootstrap toast? I'm trying to create a toast on a list page and getting nowhere. From the example in https://www.w3schools.com/bootstrap4/bootstrap_toast.asp I do the...
View ArticleNovice Question about Count()
I am trying to create a couple of snippets for the menu page. I need to get: SELECT COUNT(*) as unknown from dog where gender = '0' I need this viewable on the menupage as a snippet... I am lost on how...
View ArticleCheck to see if record exists in table using unique with multiple columns
Seeking some assistance please. I have inserted a custom button that will add selected records to another table but the table needs to be checked for existing records. The unique key constraint...
View ArticleHide or disable "Edit" button based on another field value
I am trying to come up with a solution, maybe someone has a easy idea On the site ( pedigree of dogs ) I want the ability to "lock" users from editing a dog if the checkbox is selected Example - admin...
View ArticleUpdating Additional Pages
If there are additional pages in your project PHPRunner has the option in the designer window of selecting which edit page opens if the inline edit button is clicked or choosing which list page is...
View ArticleIntegrating Template Security with Project Security
I just purchased the DocManager Template and want to add it to an existing project. The existing project has Database security with users table - 'email' is username, 'password' is password and...
View ArticleDifferent Add/Edit Pages
Hello! I'm trying to implement different add pages. Like add1, add2, ... with different views. I got a table which have tupels of cars and brands. carbrands(id, car, brand) 1, "car1", "mercedes" 2,...
View ArticleLogin URL?
I could have sworn I read somewhere (manual, forum, or blog) where at some point functionality was added to allow a user to access an app and login via a single URL containing the encoded username and...
View ArticleMenus
I can see that I can have 2 edit pages etc. I do now what is the menu.php is for menu but what is for menu1. It not menu1.php, because it does not work? Any help would be great. Thanks
View ArticleHyperlink within record being "Viewed as HTML"
Working on a knowledge base app starting with the Knowledge Base Template. Storing HTML in the documents contents field to serve using "View as HTML". Some documents refer to a second document and I...
View ArticleLanguage File Change
I am trying to change the wording of "NO_DATA_YET" I have changed it in the source file within PHPR system ( windows/program files/PHPRuuner10.3/English.lng ) and also in the project itself. It always...
View ArticleDynamic data series for column chart
Is it somehow possible to have dynamic dataseries for column chart? I sale have data like this Car Date Qty audi 21/12/2020 2 VW 20/12/2020 2 audi 21/12/2020 2 Volvo 20/12/2020 2 Currently I can put...
View ArticleHow, with the click of a button, trigger the add a record and print the data?
Hi: Using a more standard PHPRunner, how could you add a new record in the database and at the same time produce a print page with the newly added data? Attached image of the type of button. Thank you...
View Article