how to add edit button on view page?
I'm sure I've seen this somewhere as an option, but cannot find it now. I want the person to be on the VIEW page and be able to click a button to go to the EDIT page.
View ArticleAdding chart and report on master details
How to add chart on to master detail page as explained https://xlinesoft.com/phprunner/docs/master-detailes.htm
View ArticleCurrency Formatting
Hi, How can I format numbers as german money decimal format in this Javascript? 102176.85 to 102'176.85 Or 102176.85 to 102.176,85 var series = chart.getSeriesAt(0);...
View ArticleSurvey Template
Hello, I hope this is not the wrong forum for my question but there is no forum for the survey template. I need to create dynamic surveys. I would change the count of questions or only the text of one...
View ArticleLogin Page Users Table
When I'm defining the login page I selected to create a table named Users. I need to add more fields to it but the table does not appear in the Tables screen to modify it. It didn't seem like it was...
View ArticleFixed table header
Hello I am looking to fix the list table header, at the moment the table header scrolls up along with the page Thank you Chris
View Article[SOLVED] Possible to Create a Button with a variable link?
Hi guys, I have a concat variable = {$URL_value} (this is a combo of 2 items example item 1 = http://www.abc.com/ and item 2 = about.php) just an example I am trying to create a button that points to...
View ArticleJavascript Version Numbering
Hi I have been using PHPRunner for a few years now and and decided to update to the latest version and rebuild an existing project. The problem I am having is that the javascript from my old build is...
View ArticleLookup wizard WHERE condition
Dear Runners, up to PHPRunner 9.7, the posibility existed to build a WHERE condition in Lookup wizard with a PHP-Expression: "Description You should enter a valid PHP expression here which will be...
View ArticleDrag&Drop items in welcome menu
Hi at all, I wonder if it would be possible to change the welcome menu in a way, that people could either resort whole groups or items in a group by drag&drop. As far as I know jQuery is part of...
View ArticleToggle checkbox in one row in list page
Hallo, is it possible to uncheck a checkbox when another checkbox in the same row (in list page) was checked and i need this without save and reload the list page? I would be very happy if anybody has...
View ArticleMigrating to another server
Hi Guys, Does anyone know if its easy enough to move from a Windows server (IIS/SQL) over to a Linux (Apache/MySql)? Is a case of just changing the upload locations in PHPRunner? Or would I have to...
View ArticleFormatting date field
Hi I have a date field in my mysql database called "Date Booked" and it's appearing on form as short date e.g. 12/05/17 I would like it to show Mon/12/May/17 on the form. Thanks for any help
View ArticleJavascript Help
I need help with the following. All fields are floats. I can get the fields to add, but the multiplication does not fire at all. Thanks in advance. var ctrlQuantity = Runner.getControl(pageid,...
View ArticleAutomating refresh of whole page
I posted something like this a few months ago, and there weren't any responses. I'd like to try one more time if that is ok. There are some refresh scenarios in the documentation, but not this one:...
View Articlehow to create dynamic tab from today value
hi, I have date field name is tarih, $sql = "select * from mytable"; $rs = CustomQuery($sql); while ($data = db_fetch_array($rs)) { $pageObject->addTab("tarih='".$data["tarih"]."'",...
View ArticleMore then one record
Hi I'm developing a booking system. One of the things I have to do is allow user to enter a booking say for a 6 week period e.g. same room, same time, same day but 6 different weeks. Some of the fields...
View ArticleReport column labels not showing in PDF View
PHPRunner Enterprise v9.8 When sending to PDF from 'PDF View' button, the column labels disappear. (confidential info erased in images, below) Before clicking 'PDF View': After opening in Adobe PDF...
View ArticleGrid Tabs dynamically
hi all, creating tab on manuel showing count record and hide if empty value but how to adding "ShowRowCount and hide if empty" properties Creating Grid Tabs dynamically $sql = "select * from mytable";...
View Articlebest way to hide sections of multi step pages
re-writing a reservation system. currently using an add page to have the user select "One Way" or "Round Trip". if the user selects "One Way" (a value of 1) I want to hide sections 2 and 3 of the...
View Article