LOoking for code samples to do things like ...
LOoking for code samples to do things like Read all records from a table in a loop Add a new record in another table Thanks Bob
View Article[SOLVED] Confused about session variables
Documentation for ver 10.4 includes the following: "Replaced Starting with PHPRunner version 9.7, session variables were replaced with the functionality available via Security API and Search API. The...
View Articlefilter users on admin_members_list page
Hi I have 4 administrators on my project, having dynamic permissons, Each one administers a group of users based on grp field in the users table. On the admin_members_list page: all users are...
View ArticleConfusing date formats
Date formats 1) field page -> custom code you get Y-m-d from $data 2) in a custom button , server event you get from a $data = $button->getCurrentRecord(); the language format of the misc. page...
View ArticleHide field if vale is zero
I have seen the facility to hide empty fields from view in the Page View settings -> Hide Empty Fields, but is there a way of hiding a field if the value is zero? I have tried adding code in the...
View ArticleHow to close a page opened with Runner.displayPopup
A stated in https://xlinesoft.co..._in_a_popup.htm example 9 in order to close an add/edit page opened with Runner.displayPopup I've placed on the JS onload of the page the below code if...
View ArticleCustom Expression under view as->File
So under the Fields tab, I select the LetterFile properties and go to view as select file and then check Show Custom Expression and enter: $value = 'Download'; $file['usrName']= $data['LetterFile'];...
View Articlelist page with Chart
Hello, i have cart the display purchase order from the different department i am using doughnut chart i want to show department's orders as a list (Grid) below the chart when i click on department name...
View Article[SOLVED] Copy Rest API data into a new table
Hi Guys, How can I copy data that I retrieved from a REST API request into a table? i'm trying to copy the fields that I will get from the red box below https://i.postimg.cc/WbWpmhtQ/Untitled2.png Many...
View Articlecopy user input from html as variable
Hello guys, I created a very simple html code into a page (see below) where the user will input a text, I need to get that text the user inputs from that form as a variable so I can use it for another...
View ArticleHow to add tabs to List page
Hi Everyone, does anyone know how to add tabs to the list page? Currently one can only place these to add, edit and view pages. I have been trying cutting and pasting from view page to the list page,...
View ArticleDefault value
Hi PHPR community, I have a Add form with the following field: Form number: (It will be prefixed by either C or P depending on what is chosen on the System field). Example format C20001 System:...
View ArticleSelect all feature for lookup table with checkbox or ajax selector
Hi everyone, let's say that I have a "rooms" table that is beeing instantiated by a "apartments" table with lookup wizard. I set the lookup as a checkbox selecotr with multiple selection option active....
View ArticleTabs on List page
Hi everyone, has anyone figured out a way to present search results a block but with tabs? Not sure why 'add tab' function is only available in add, edit view pages. I would love to able to present...
View Article[SOLVED] How to change tooltip color?
phphrunner 10.3 How to change the tooltip color to #1d9ce5? Neither updating the text color field of the tooltip (with field settings separated) nor adding color: #1d9ce5; to the Custom CSS appear to...
View ArticleREST API Creation from ASPRunner.NET
A few weeks ago, I spent some time and put together a success Proof of Concept for some work we have to do - to start interfacing with a commercial system via REST API. The support in ASPRunner.NET...
View ArticleMake Default value previous entry?
Hi Folks: I have a half dozen or so fields that generally stay the same value as the previous entry, but every couple of weeks will go up a little. So for example the field might have a value each day...
View ArticleMore Complex Charts
Hi Everyone, I have started generating the reports in my application and am trying to find where/how to create the chart below in PHPRunner. I have a single year displaying properly but cannot figure...
View ArticleField not aligned correctly after updating the field value in Javasscript
I have this code in one of my field event to update the gross_amt on the fly. However, I found the field was not aligned correctly. It was shifted up like superscript and made the screen looks weird....
View ArticleRefresh Document
Hi Everyone, I have an order form shown in the screenshots below. The issue I have run into is that when someone removes an item in-line that has yet been saved, the Total Sale does not re-calculate...
View Article