Custom Button to Execute SQL Script
Hi Guys, I am looking to create a button that will execute a simple Microsoft SQL Script. Can someone point me in the right direction? For argument sake, lets say I want to execute this: Truncate Table...
View ArticleMonthly Graph From Daily Data
I'm trying to get a monthly graph from my table as below. Date Machine Category Minutes 1/10/19 1 Production 900 1/10/19 2 Production 840 1/10/19 3 Production 915 2/10/19 1 Production 920 2/10/19 2...
View ArticleDifferent menus
Hi, Can you please let me know if this can be achieved using phprunner? 1. Admin area menu - horizontal 2. Member area menu - vertical I really don't know where to start (I don't blame the...
View Article[SOLVED] Query with union and export CSV
Hello, I read that UNION SELECT it not supported from PHPRunner. I created custom query in -> List page: Before SQL query, the list works fine, but CSV and Excel export get rows from original query....
View ArticleHide individual Fields if not logged in or guest
To begin, I am not a PHP pro by any stretch of the imagination. I purchased PHPRunner with the idea that I could build some database driven sites. PHPRunner is a AWESOME tool for me or anyone that is a...
View Articledynamic grid tabs
Ihave successfuly created dynamic grid tabs using the code from https://xlinesoft.com/blog/2017/07/11/creating-grid-tabs-dynamically/ Now I would like to hide tab(0)because this tab shows all data and...
View ArticleNew feature request for version 10.4
A lot of Javascript controls, think of a Treeview, controls will take a JSON array as input. My question is: Will it be possible in 10.4 to easily produce from PHPRunner a JSON array containing the...
View ArticleUse Phprunner Login for custom PHP page
Hello, I use this method for include Phprunner login in a custom PHP page, but with a Codeigniter app, doesn't work. include('include/dbcommon.php'); if(!empty($_SESSION["UserID"])) { //here...
View ArticleThe size (5000) given to the parameter 'Image' exceeds the maximum allowed...
While attempting to create the Members Template, connecting to my MS-SQL server on my local lan SQL server (not on the internet) I'm getting the following error and cannot process past the database...
View ArticleHide Common Page item on login
phprunner 10.2 I need to hide a menu item on the common page menu. I am using $menuItem modify event and it works on the title bar menu item but not the common page items. Can this be accomplished. I...
View Article[SOLVED] Remove space from beginning of data field
Good Evening, I am running into an issue where end users are "copy and pasting" data into a field that is creating a space or are putting a space at the beginning of their entry. How can I remove the...
View Articlereload question
hi everybody, I can't find the answer for my simple reload question. I have a master table with three childs(detail)-tables. After adding or editing a child-record I update the master-table with an...
View ArticleInsert Multiple Records with new Database API
I have three tables . This is done all inline. I am trying to use newer Database API. I would like to insert a record from Table(1) into table(2) based on field that is unique to Table(3) and Table(1)...
View Article[SOLVED] Change "Long Date" to remove day of week
I need to remove the "day" from the "Long Date" on the view pages. Is there a "Before Display" option? or a source file I can change? Example: currently shows Sunday, January 14, 2018 I want to remove...
View ArticleNeed to be able to add a date field with a "+" sign
Hi, My cliënt is a beauty salon that uses a database for registering appointments. I need to be able to add a new appointment date every time a "+" sign (or "new") is clicked on. Anybody any ideas? Tom
View Article[SOLVED] Update Apps to New ASPRunner Version
I have quite a few applications that are highly customized. When ASPRunner.NET went from 9.x to 10.x I had to rebuild every single app from scratch because there were errors at every turn. Even if I...
View Articleinner join issue
Everything works with no errors. When looking at the page, the inner join doesn't seem to work. pupcolor remains the colorID and not the color Any help would be appreciated global $pageObject; $data =...
View Article502 Bad gateway
Has anyone experienced this error? This is what shows up in yellow background with a red dotted border at the top of the phpRunner page. <h2>502 : Bad Gateway</h2> Server has closed...
View Article[SOLVED] hide value in list view
Is there a way to "mask" a value in the list view? Issue: Would like to mask the "price" of a item if the item was sold. I have a column in the table that is either a 0 or a 1 I got it working in the...
View ArticleCannot start PHPRunner 10.3 after upgrade
Hi, I have updated my PHPRunner to the latest version few days ago. However, I cannot start the program after the update. From the event viewer I found the below application error. I am using Windows...
View Article