Stored 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 ArticleAdding a search panel to "List Page with search"
I am having trouble with adding a search panel to lookup wizards's "List page with search". My target is to allow user to make more specific search rather than making general overall search. Its said...
View ArticleTemplates not visible
Hello all, i searched but didnot find this question/solution but i cannot see templates when i open the runner on my computer so cannot create new project from templates. pls advise
View Article[SOLVED] Using Informatin_Schema in MySQL
PHPRunner makes one select a database to start the application, and offers Information_Schema as an option in the dropdown, but seems to filter Information_Schema to only the selected database. I have...
View ArticleAdditional where tabs for chart
Is it possible to use Additional where tabs for chart? {BEGIN grid_tabs} <UL class="nav nav-tabs"> {$grid_tabs_content} </UL> {END grid_tabs} adding code above shown the tabs but 2nd tabs...
View ArticleUsing Information_Schema in MySQL
I have an application where I need to read the tables and columns from Information_Schema in MySQL. This is in 9.8 I found this "Each MySQL user has the right to access these tables, but can see only...
View ArticleLeft Menu Search Button Greyed Out
Hi Recently I have this issue that my search button when I used the show show search panel, the search button is greyed out with a no-entry round sign. I tried to create a simple table, that too had...
View ArticleDrag and Drop in PHPRunner 9.8
Has anyone done or ideas on Drag and Drop in PHPRunner 9.8? Specifically, items in one list to another list. Thanks!
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 ArticleMultiple Errors
I developed an application a couple of months ago and its been working fine until today. When I opened it, it didn't display as it's supposed to so I opened ASPR and rebuilt it but got the following...
View ArticleModal Popup
Well, I have no hair left to pull out after two solid days of trying to display an add window in a modal popup. I believe I have read every post on the subject multiple times and followed the...
View ArticleImport Data by vertical format
Hello Expert. I'm trying to import those data by copy&paste Label 1 : data Label 2: data 2 Label 3 : data 3 Label 4: data 4 As you can see label and data are vertical but i've done SQL in...
View ArticleGroup identification
I am stuck with an issue and have searched the forum but did not find a solution. I want to give access to a field if the user is an admin or a manager and not anyone else, pls advise how should i do...
View ArticleHow to debug an error 500 in buttonhandler.php
Hi. I am getting this error: POST XHR https://... /investigadores/buttonhandler.php [HTTP/1.1 500 Internal Server Error 303ms] I don't know how to find the problem withing the code. The button only has...
View ArticleHow do I automatically Inline add 8 entries?
I have a detail table where records are added by means of Inline Add. When the user opens the master record, 8 Inline adds must be performed automatically on the detail table.... I am using...
View ArticlePath Upload folder
Good morning all, I want to change upload folder from IIS Server to another file server. Under Fields - Properties - Edit as - File/Image ... I insert absolut path on IIS Server sample:...
View Article[SOLVED] SQL INSERT INTO SELECT
Can I have a SQL INSERT INTO SELECT in the After the record added event? I try the following code but I get this error [b][SqlException (0x80131904): Incorrect syntax near...
View ArticleHardening PHPrunner Website
Hi all, I got some questions about hardening a PHPrunner website. For one if there is buildin security against session hijacking. Any tips on hardening will also be welcome. Thanks in advance, Daniël
View ArticleModify lookup where clause
Hi, Is there any way to totally change a Lookup where clause. EG: From: " WHERE CITY LIKE %S" To: " WHERE COUNTRY IS NULL " I'd like to be able to do it the same way you can modify a table/view where...
View ArticleNext.Prev and Back to List Buttons Don't Work
Any idea where I start looking to fix the Back to List and Next/Prev buttons not working on the View page?
View Article