[SOLVED] "after successful login" ->...
Hi, After Successful Login Event, at Phprunner 10.5, isn´t retrieving values using $data["xxxx"]; Here an example for the column id_user" (or any other column), don´t retrieve. $_SESSION["id_user2"] =...
View ArticleSelecting from List of values not working in 10.5
I have a Lookup Yes or No through List of values. This is not working in 10.5. It does not even show the field.(only the label) If I choose Database table and make the lookup through a table with only...
View ArticleIssue with code snippet
So I'm having a weird issue that I just can't quite figure out. I have a code snippet, that renders properly on some pages, but completely different on other pages. What even makes it more weird is...
View ArticleSearch in V10.5 - Unknown column 'TypeTrainingID' in 'where clause'
The search refers to an unknown column if there is a lookup field in the search settings. If I remove these lookup fields from the search and Filter settings (Search, Always on Search panel and...
View Article[SOLVED] PHP code snippet - get the value
Hi Guys! May I kindly ask you how to get the field value on the "list page" from the data grid using "PHP code snippet" Please? I am trying to make it without the success but believe this is possible....
View Article"Back to List" button redirect on Import page
https://i.ibb.co/12fyyvz/import-Backtolist.jpg Is there a way to modify the "Back to List" standard button on the runner import form as well as Add and Edit pages to redirect to a custom url
View Articlefire javascript calculation automatically or at page load
Hi Guys, I have a nice little piece of JS that calculates how many days a patient has been in hospital for. I takes a date admitted and compares it to today's date to calculate how many days a patient...
View ArticleSearch and apostrophe
Hi, I have problems trying to search with "contain" option when text field contains "'" character. Are there any option or settings to solve it? Thanks Mauro
View Article[SOLVED] In case of user inactivity
If the user is inactive on the page, force the user to log off. Is this code correct? var idleTime = 0; var start = new Date(); var end; $(document).on('mousemove keydown click', function() { end = new...
View Articlerest api connection -> insert operation
rest api connection -> create rest api view -> INSERT -> REQUEST BODY - need to add ip address like below. how to create name/value pair in request body? curl -X POST "https://a.com/add" \ -H...
View Articlehow to hide a custom button in a row based on a value in that row
I have a button called with "Certificate" on it. Clicking this button pop-up a window that loads an external page with a certificate for the student to print. On that same row I have a pass/fail field...
View Articlefalse in textfield when using an iPhone
When using an iPhone or Ipad a user gets the word 'false' in the textfield. This doesn't happen when using Windows or Android. Does anybody know why?
View ArticleBefore add save data
I have 3 tables: PEOPLE --------------- 1. NAME 2. CITY_ID CITIES ---------------- 1.ID 2. NAME_CITY COPY_OF_PEOPLE --------------- 1. NAME 2. CITY_ID 3. CITY_NAME When I add in PEOPLE I save values in...
View ArticleReport doesn't reflect query
I have a report where the data does not match the query. In the query editor, the data is displaying correctly. I even added an Order By clause to ensure the data was listed correctly. However, the...
View ArticleAdditional Login Page
Hello Guys! How to choose via code, which login page do I want to start my application with? I tried: function AfterAppInit() { header("Location: login.php?page=login1"); exit(); } but, don't work.
View Article[SOLVED] How to disable the question: Exit the site?
How to disable the question: Exit the site? In add page / edit page?
View ArticleNeed some direction on sending email to multiple records selected in a list.
I am hoping someone can give me some direction. I know I am close to solving but just can't figure it out. I have a list page and placed a button on the top of the list. The button will send out an...
View Articlechange the row color of a report
To change the row color of a report, I want to add code like this that I've used on a form to the Before display event. Of course, there is no $data object, so I'm wondering how to do it in a report at...
View ArticleWelcome Page - Difficulty moving MANY boxes on the Page Designer
Hi, We are using the "Welcome Page" (a.k.a menu page) extensively and users like it very much, and it is very flexible to organize blocks of info especially on mobile phone. We often have 30 to 50...
View Article[SOLVED] Insert LOGO link
Hi, I tried to insert "logo" link (that I previously deleted from the original List page) into a cell of the page. I don't understand if it is a button, code snippet or other. How can I do it? Thanks...
View Article