Disable detail table inline add/edit/delete when master is in list mode
I have order master/detail tables. I do not allow inline add/edit in the list page of my master table and I allow inline add/edit in the list page of my detail table. SO what I want to achieve is when...
View ArticleGetting crazy with "Left bar width" and editing
I've a site where I've fixed left bar width to 150px. All pages start with a grid list in which I set left bar width to 150 https://www.thinbasic.biz/temp/Cattura13.JPG In 2 of the pages I've editing...
View ArticleAccess to Admin Area
Hi, Does anyone know a way to provide access to the Admin Area where Non Admins can create users and add them to groups? Use Case: Account Managers are able to create Form 1 and add a user from it,...
View ArticleUpdates not uploading?
I recently had to update an older project. This particular page had a page with 4 tabs. I updated each tab in PHPRunner under editor. I uploaded my project only to find out that only tab 1 and 2...
View ArticleAll field Search not show on responsive view
PHPRunner V10.2 Responsive View Apps. I try to make responsive application add new Transaction. I dont see the Allfield Search on lookup to another table (using Listpage with Search option) on Mobile...
View ArticleWorking with required fields located in tabs/sections
Hi Guys, Phprunner gives us many great ways to work with required fields from the built-in required field option to the IsRequired option in the Javascript API. It really is amazing what we can do with...
View ArticleChange Cell on Value
I have searched and tried several, but either the whole list of cell goes the same colour or it does nothing I have this if ($data["Priority"]=="HIGH") $record["Priority_css"]='background:red'; if...
View ArticleLEFTJOIN sql with whwew clause
Hello! I have a problem which I can't figure out the solution for. I am a parttime coder with very limited capabilities. I have developed a report which is being generated from 3 tables. Problem is...
View ArticleImport Custom Files Poss #bug
Hi Using 10.2 build 33576 On editor page Custom Files Import Files.... Import folders.. New file New folder None of these links work !!! Is this a bug or am i missing something Thanks ##Update.... If...
View ArticleAdd where condition based on which list page is loaded
Hello, In a ASPR.Net 10.2 project I am using 2 different list pages for one table and I'd like to change the SQL "where" statement depending on which page is loaded. From the help file, to add to the...
View ArticleAutomatic Play Videos on list page
Hello guys, How can I set a video to be played automatically on a list page? As Twitter does. Thanks in advance Marcelo
View ArticleIf else.. not working
In Javascript onload on addpage: I have a variable var ctrlbalsheetcheck= Runner.getControl(pageid, 'BalanceSheetChecks'); I have then created a function which includes the following:...
View ArticleShow a field on menu
Is there a way to show a field from a table that applies to that user? Here is what I am trying to do. I have my truck pm table that does all the calculation of when a service is due in miles. I would...
View ArticleWhat Is Programmatic Advertising
Are you interested in implementing programmatic advertising into your companys 2020 marketing plans? Here are the latest trends you need to know about. There has been a great shift in the very concept...
View ArticleDescription of MVCFunctions
Hi, is there a documentation about MVCFunctions or a list of all MVCFunctions?
View ArticleTrouble with the Build
I have previously had no problems with the build and view in browser option until now. When I try to build and do a "view in browser" it tries to load but has the message "loading" at the top and...
View Article[SOLVED] $strSQLInsert1 it only imports 1 record not all
hello - i need your help i have following script in before record added which it select some records and insert to other table / actually i would like to get all records from tblordersupplydetails...
View ArticlePasting Commas into Numeric Fields
Is there a way to paste a value that has commas into a field that is a numeric field on the database? I've noticed that when you enter a number eg: 123,456 into a field in ASPRunner the number stored...
View ArticleCascading Referential Integrity
From what I can understand, PHPRunner does not support cascading referential integrity, as does Microsoft Access? Or does PHP runner do it in a different way that I have been unaware? By cascading...
View ArticleCopying record to anothe table
Whats wrong with my code im trying copy this to another table i have 2-3 selector row but when click the button, it only copied 1 record only. Any help please? global $dal; $tblItems =...
View Article