Tab color based on another field value
I have field "Pass-Fail" for students that contains the value "pass" or "fail" I have the code for displaying Student names in the tabs across the top.. (Which works) $sql = "SELECT * FROM `Grades` ;...
View ArticleAcunetix XSS Report - XSS
Hello everyone, we have our security audit this year for all our deployed projects. Unfortunately two XSS vulnerability from audit team using Acunetix scanning tool. We will not be cleared if we can't...
View ArticleProblems with charts
Hi, I work with PHPR 9.8 and 10.1, and everything was fine with charts. I migrated to a new pc, and: - No problems with applications generated by PHPR 10.1 - Charts in 9.8 application don't appear. I...
View ArticleHow to display files icons in a row with name as tooltip
Hi I have advance file uploaded and multiple files uploaded. Then in view settings i choose show Icon and show customer expression. I kept custom expression blank so it removed file name to display. It...
View Articleyui not defined on SSL - show forever loading list page
Hi, I tried phpr 10.1. very interesting so far and powerful, happy to explore. On my test site on linux server over SSL, one of a large heavy list page shows loading forever icon. When i use non-ssl,...
View Article[SOLVED] Need help with an issue on some code
//********** Check if specific record exists ************ global $conn; $strSQLExists = "select * from `Forms-App` where UserID='" . $values["UserID"] . "'"; $rsExists = db_query($strSQLExists,$conn);...
View ArticlePDF Fileupload binary not visible
SQL Database Field A = varbinary Field B = varchar(max) PHP Runner: Field A = type file Field B = type text (not in Add or Edit) We upload the file in the frontend and the binary data (Field A) and the...
View Article[SOLVED] Resizing Inline Edit Text Boxes
I'm trying to create a data collection function using ASPrunner.NET, which will enable users to record data for a 12 month period for a specific indicator and financial year. In order to set this up to...
View ArticleList page and edit page connection
Hi! Whenever you want to change the information I have in a viev list page, click on a pen, a completely different record is opened in edit page. where am I wrong?
View ArticleMaster-Detail Calculation
I am new to phprunner and need some help. I have a master-detail edit page and I need to do a calculation involving master fields and a sum total of a column in the detail section. The picture below...
View ArticleRemove files after importing from tmp directory?
After importing from and XLS or CSV file, the source file remains in the temporary directory (tmp) on the web server. Is there a setting or something I need to do so that these will purge after upload?...
View ArticleGetting data from a field that the user has typed
Guys, What can I use to get the value (String of a field ?) I want to read a field and then run some action on it ??
View ArticleChange breakpoint or disable menu collapse?
Anyone know how to change the breakpoint or disable the menu collapse in PHPR 10? Ideally I would like to disable it altogether (so that the menu never collapses) but would settle for making the...
View ArticleCustom CSS - Vertical Alignment in Table Header
I have a number of tables, some columns of which are sortable. The sortable column headings have a different vertical alignment that the rest and I can't get that to change with custom CSS. I've tried...
View ArticleRevisiting Joomla! and PHPR Integration.
Hi, I am a Joomla! developer and was reading through the posts and saw one asking about iframe elimination. I have a PHPR application running on Joomla! 3.19 in an iframe and normally would be using a...
View ArticleReturn true for a specific category of users
Hi, I want to show records to users based on a matching value from users table and that table. I managed to do that, but if the result is on the 4th page, it won't appear on the first page and you have...
View Articleget value from a list with a button
hello, how do I get the item value from a button in a list try var ctrlState = Runner.getControl(pageid, 'id_articulo'); alert(ctrlState.getValue()); var id_articulo = row.getFieldValue("id_articulo");...
View ArticleHow to attach a screenshot
Hmmm. There is probably a blindingly obvious answer, but I'm not seeing it right now. How do you attach a local file (e.g. a SnagIt jpg) to a forum post? Thanks in advance. Chris
View ArticleButton Code
Hi, I'm trying to make a button and when pushed I want to insert a record into a table but I get a code validation error. Could you please tell me what I'm doing wrong? Thanks in advance...
View ArticleWhich page am I on?
Hi all, In version 10.1 I have created 2 edit pages and now I want to run different event code depending on which page loads. The event I'm using is Before record updated. So something like: if...
View Article