Detail Table Event Condition Statement using Main table
Hi , Wondering if anyone can assist. 1. I have a main table named CONSOLE 2. I have a details table named TASKS 3. They are associated by a foreign key column call "CONSOLE_ID". In...
View ArticleSave button in multiple steps
I have 4 steps in my table but to save it I have to go to step 4 (edit and add). How can I put a "Save" button in all steps (top and bottom). Thanks
View ArticleLooking for PHPRunner Expert/Developer
I could not find on the website nor forum any classifieds for finding a developer who is familiar with PHPRunner latest version, so asking here if anyone is able to help with a small project using...
View Articleremote connection
I have a phpunner project running on a web server, the problem is that if I change the key of the cpanel I get connection error since the data is saved at the start of the project, there is a way to...
View ArticleUpdate another table from button
Hi, I have a button on grid of list page. This is my button instructions: - - Client before ctrl.setMessage("Sending request to server..."); - Server (and this is where I'm battling) IF...
View ArticleWrap Fields
Hello all, Is it possible -- either in a custom view or report-- to arrange fields in multiple lines? I'd like to be able to print my records on a single sheet of paper. Currently, the fields on in a...
View ArticleDB::Query row count
Hello, After performing DB::Query how do I count the number of rows? I need to do this before "while( $data = $rs->fetchAssoc() )" So $rs = DB::Query("select * from carsmake"); IF MORE THAN ZERO...
View ArticleActive Directory Attributes
Hello, I would like to auto populate a few fields using AD attributes. After successfully logging in, I normally use something like this: XSession.Session["UserName"] or XSession.Session["UserID"]. The...
View ArticleOpen a url in a new window or tab after record added
My aim is to open a url on a new tab on After Record Added" event. I am successfully redirecting to an external url with MVCFunctions.HeaderRedirect("www.google.com"); But it opens in the same window....
View ArticleStand alone v.s. Service Oriented
Obviously, apps from ASPRunner.NET are stand alone MVC apps. What have you learned about when to build stand alone v.s. when to separate into a service architecture?
View ArticleFatal error: Allowed memory size exhausted
I have a table of nearly 600,000 records. When I click on list icon for edit or view, PHP fails in this way. I changed php.ini script memory allocation (memory_limit) from 128M to 512M and it still...
View ArticleIncluding specific field values in email
HI, I know this must be simple, but how do you include specific field values in the body of an email? I see templates for sending a simple email, and for sending all fields that have been updated, but...
View ArticleRename File Uploaded
I try this code at After Record Updated, but do not change field values and not move physicaly file to another sub-dir. // get information about uploaded files var fileArray =...
View Article$keys
Hi, In PHPRunner 9.8 do not work $keys after record added events. I used it in previous versions. There is my code: global $conn; // get information about uploaded files $fileArray =...
View ArticleCustom views No payment member data
Hi In PHPRunner 9.8 (Build 29359)versions How to list the list without payment From Show search panel Check the payment date range (Ex. donation_date between "2018-04-01" and "2018-04-30") List member...
View ArticleEmpty MVCFunctions.my_json_decode(values["field"])
I put line code below at {Before Record Update} but return empty, please, anyone can help? var fileArray = MVCFunctions.my_json_decode(values["IM_FotoCard"]);
View ArticleAdd 15% to total value
Hi All I am working on sample code that multiplies quantity with the price of a product. I want to add 15 % VAT to the total. The first bit works fine but adding the 15% VAT gives a syntax error. Here...
View ArticleExcel like grid in PHPRunner applications
Hi, I would like to do the "Excel like grid" as from the blog here: Link When i try as from the blog in my version of PhpRunner 9.8 (Build 29967), all works but not the save function. All fields is...
View ArticleSimulate the click on detail table header with button.
Hi, I would like to make an step by step feature on the Master-detail table. Like for the "Multiple steps mode" for the Add page i would like to do an simular thing but on an Listpage with the detail...
View Articleadd multiple records at once into one table
I need a hint of how to add multiple records at once into one table. Example: I made a loan at the bank and would like to add the installments at one time, ie I made a loan of 24,000 and I want to add...
View Article