[SOLVED] delete file when associated record is deleted
delete file when associated record is deleted It will not delete the associated record. PHPRunner 14 build 35672 Works with PHPRunner 9.8 Any help is appreciated.
View Article[SOLVED] Session variable
Hello, I have a user login table containing the fields name, userid, password and member number. With this code I can show the uderId on the screen: $ name = $ _SESSION ["UserID"]; echo ($ name); What...
View ArticlePreset Current Date Not Correct
I using the now() in the field for preset the current date & time, but the data is show in yesterday (one day before). What is wrong and how to solve.
View ArticleLanguage selector on page with no menu
I have a very simplified app with no welcome screen and only add and view pages. There is no login. But I need to support multiple languages. How can I get the language selector that normally appears...
View ArticleLookup
I'm using a lookup field on a EDIT page, the "link field" contain numbers as 1, 2, 3 and so on. I search a way to limit the lookup that user can choose only the same or higher number as is already...
View ArticleRefresh Second Page
I want to show the result of a record added or changed in a second window. I think this has to be done in the Javascript onload event. What is the javascript event to detect a successfull finish of add...
View ArticleSession Timeout
Hi Forum Does anyone know if there is a way to setup a User Session Timeout function / feature in phpr Thanks Robert
View Articlerecalculate a table
Hi, I have a table "orders" with the following fields order_number, amount1, amount2, quantity_pieces, total_amount1, total_amount2, grand_total I can add articles on another page. The event "after...
View Articleconvert a number
How can I convert a number that is displayed on the screen, for example 34567 to 34.567 ? Thanks
View ArticleCase Study ASPRunner.NET REST API Creation for a Healthcare Company
Case Study – ASPRunner.NET REST API Creation for a Healthcare Company I thought I would write up a short case study on the enormous success we have had applying ASPRunner.NET REST API Creation...
View Article[SOLVED] Thank you message after completing / adding registration a form
I see that among the options when adding a record is not the ability to display a text message or direct to a web page. Is this possible to do? I see it is possible to redirect:...
View Articlepadding a variable
With what PHP-code can I fill the content of an edit window into a variable? Thanks
View ArticleRegistrationn of User not working
I have a php based application that works perfectly. The problem is with registration of new users https://gc2020.rcmrd.org/register.php when one enters the email and password as defined, the...
View ArticleSend email with new data values question
Hello. Everything works correctly and sends email with all the data. The problem is that I have a table related to the states and in the email I want to send the name of the state, not the id_state...
View ArticleSave old data record question
When adding a record in a form, we have performed these actions in Before Record Add: 1. Check if specific record exists in other table different. OK 1.1 If found, update record into the other table....
View ArticleAbout login pages
Is it possible to make a specific page (a form to add) not have to register but the rest of the pages do? I have a form that I want to put on our websites with an iframe (I admit suggestions) and...
View ArticlePager designer
Good day all. I have spent sometime in page designer trying to create a custom layout. On the surface it seems quite straight forward. But the reality its not as simple as it seems. For starter it...
View Articleinsert date variable into sql
hi every one,, i want to create tow variable to this sql : dateof(sv.Inspection_start) >= var_01 dateof(sv.Inspection_start) <= var_02 ---------------------------------------------------- select...
View ArticleCustom margin in PDF
At least I found out the following. PHPRunner generates a json file for each page in a folder pdf. Open that and add at the end something like // a string or { width: number, height: number } pageSize:...
View ArticlePHPRunner instead of JasperReport
hi every body i create some report in JasperReport how i can do it in PHPRunner
View Article