Old value on 'change' field event
Is is possible to obtain the old value of a field when a change field event fires? and (subtle difference) When a field is changed for a 2nd or subsequent time, can the change field event obtain the...
View Articlechanging background
Why is this not working? It colors all fields with green. I just want the fields that are true. The [have] field is a boolean. So if true(1) want green if false(0) want white. if ($data["have"] = True)...
View ArticleMake all fields read-only
I have a 'clients' table where I would like to make all controls read-only if the "Active" value in the record is "No". The Yes/No field is actually a "dead-man's trigger' of-sorts where the average...
View Article[SOLVED] email field
I have a column email and would like to be able to click on it and it then to go to outlook with that email address such as mailto: Can this be done?
View ArticleImbed the products_list into the order_details_add page
Hi, I have this basic Orderdetails table: Product | Unit Price | Quantity | Discount Where the product supposed to be filled with items selected from Items table. Normally when you want to enter Order...
View ArticleFilter to show Null
Hello, I am wanting to create a filter that will give the user an option to show all records where a date field is null. Working in asprunnerPro 9.8 and looking at the "Filter As" options for the field...
View ArticleSearch Master and Details tables together
Has anyone done this PHP tip/trick in ASP.Net? http://asprunner.com/forums/topic/24763-search-master-and-details-tables-together/page__hl__search%20details__fromsearch__1 This is exactly what I need to...
View ArticleSimple Javascript IF ELSE statement
Hi Guys, On my add page I have two fields, "Duration" and "alert". I'm trying to create a simple Javascript onload IF statement that will insert the words "Expires soon" in the "alert" field if the...
View ArticleHow to center login window in bootstrap
Hello, I am trying to center the login pop window in the middle of the screen. All my attempts to work it around faild. Is there any way to do this? Am I missing something ? Thanks
View Articleaspr98 password one menu item
I have a project menu that the first couple of menu items do not need password protect. My last menu item is an Administration menu. I would like to hard code with password for only this item... Is...
View ArticlePowershell Script
Hello, Is it possible to launch a PowerShell script from a "After record added" event? If so, what would that event look like?
View ArticleChange behavior of view page when record not found
I have a situation where it is possible (due to complicated factors) that a user of my app may attempt to open a record in a view page when the record called actually does not exist. The baked-in...
View ArticleShow/Hide Password at Login
Please, Any one know how to Show/Hide Password at Login Screen with Checkbox or another Object?
View ArticleAdd a background image to the Login Page
Hi all, I am struggling trying to add a background image to my login page. Normally I would do this via the HTML body tag but I understand that this is now deprecated in HTML5. Using the Styling page I...
View ArticleSecurity Forms
Hi I have setup security using phprunner, but when i log onto my website it gives me no option to put more users in. In fact nothing appears neither a security form or the existing tables i could see...
View ArticleChanging first admin user by new users - how to?
Hi at all, I offer SAAS-solutions based on phpRunner with dynamic user settings. Most customers get their individual database with only one user. So I deliver a database with user "admin" and password...
View Article[SOLVED] Emailing with button
I have the code below in a button on server event on list page , When I hardcode email the code sends the email . If I use $_SESSION value or $data value , I get error message using PHPrunner 9.7 . I...
View ArticleChange password server error
Using PHPRunner 9.8 with access database. Password encryption is turned off to eliminate that from the equation. When a user is logged into the application and clicks on "change password" they are...
View ArticleBootstrap Message Block
I am trying to use message block in bootstrap . I add the message code but nothing comes up . Any way to do this in bootstrap CSS. My message shows up if I delete all data in grid . As soon as I add a...
View Articlebutton to Print page or Click actions on list to Print page
Hi, i'd like to insert a button in list page or edit page that redirect to print page of my record. i put in the on Client after location.href="distinte_print.php"; but the page opened is always the...
View Article