Inserting into new table
Hi all Hopefully someone can point me in the right direction with the following problem which I have spent hours trying to figure out. I have a table which is only displayed as a list - no add or edit...
View ArticleChoosing fields to display on Dashboard
Is there a way to choose which fields will be displayed on the data grid and single record? I don't see an option to choose or build a query for the grid or single record in ASPRunner.NET 9.8. Please...
View Articlecalculations with total avg count values
Hello how can i access the values of the total, avg, count fields in the list page so i can use them for more calculations. i'm using "Before display event": code: $test= ?????? - HOW TO GET THE VALUES...
View Articleadd page
I have asprunner.net 8. What I need is in the AddPage to have a Grid of my students and enter their Grades. When I press submit each student have a row in the table with his grade. Can anyone to help...
View ArticleAuto fill a field with next available number
Hello, I am trying to get a field to auto-populate based on a couple of criteria: I have two fields that make up IP Address ranges, IE: range A= 10.10.10.1 - 10.10.10.20, Range B=10.10.10.21 -...
View ArticleHide empty fields when sending email with new data event
I am trying to hide empty fields when sending email with new data event in AspRunner.NET Enterprise 9.8 Build 29967x64. Please help! Thank you.
View ArticlePhprunner 10 and dompdf plugin
I have installed the dompdf plugin for view the page details in pdf, in my server i have php version 5.6, and i work with Phprunner 10 When I press PDF View button, i receive the error: Fatal error:...
View ArticleUsing Before Record Added Event
Hello, I'm trying cobble together a simple IP Address Management application. One thing I'm trying to do is when I add an IP address that it is validated that it falls in between the range of two other...
View Article$data['startdate'] become ''
Hi Gurus, I have a simple query that crashed in PHPRunner 10. It have been working for the past versions. $rs = CustomQuery("SELECT sum(totalamt) AS total_bfamt FROM clubbookdetails WHERE ispaid = 1...
View ArticleMultiple Tables on a Page
I lost the link to a forum post where this is answered, because my other computer is in storage. Can someone please drop me a link or a quick answer? One solution is to use Dashboard and related pages,...
View ArticleHow to send password securely over HTTP?
On using PHPRunner 9.8, when user submits a form with his username and password on the login screen, the password will be sent in plain text (even with POST). My question is what is the right way to...
View ArticleChange "Please select" in dropdown list
Hello! How can I change the "Please select" in dropdown list to something else, for example "Select"? There is a input placeholders editor in "Misc" settings but this isn't working for dropdown lists....
View Article[SOLVED] Dashboard Background Image
Hi, I try to modify dashboard layout.... Is it possible to have a backgrund image over which several table views float. Idea is for example to have a factory image as background,a and the individual...
View Article9.8 Dashboard - Extra Rows or Multi-Select Data Series?
I have a dashboard with a list of "stocks", and 1, 3, and 7 day charts next to the list, in a Dashboard, works fine. Adding a second copy of the list with 2 appended, and a new row of charts to be...
View ArticleQuery with 2 databases
I use PHPrunner Enterprise because I have 2 databases in use for the same project. In the database tables view I can "connect" both databases. But in the query, I can not add a table from the other...
View ArticleShowing only first image %2F changes to %252F
Hi All. I want to show just the first image / thumbnail from a multi upload. So I have View As Custom with this: $filesArray = my_json_decode($value); $imageFile = $filesArray[0]; $value = '<img...
View ArticleStore Procedure
I have a store procedure name "TestOver3" and i want to check if it return any values. I used the following code in the Before record added. string strSQLExists2 = "EXEC TestOver3 '" +...
View ArticleMultiple Sparkline Charts Per Record
I want to do a stock/crypto oriented page where where are several small "sparkline" charts per record, maybe like 1 day, 3 day, 7 day, 30 day prices. I have used the Dashboard to do a single row of...
View Article