Quantcast
Channel: PHP – Xlinesoft Blog
Viewing all articles
Browse latest Browse all 95

Beta version of PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here!

$
0
0

Beta version of PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here!

Download links:
PHPRunner 9.8 beta
ASPRunner.NET 9.8 beta
ASPRunnerPro 9.8 beta

Beta is a trial version. You will be able to upgrade or purchase it as soon as stable version is released. Make sure you are subscribed to our newsletter and to change log to be notified every time new build is posted.

You can install beta version and run it side by side with previous versions of the software.

Here is the list of new features in version 9.8.

1. Tabs and additional WHERE on List page

This is how it looks in generated application

2. Export page in popup, export settings, choose fields and delimiter

3. Email templates. Customize any email sent from PHPRunner, ASPRunner.NET or ASPRunnerPro

4. Field events. Perform an action when cursor enters edit field or leaves it or mouse is over a field. Perform any sort of validation, make other fields hidden or required etc. Designed to work on Add, Edit and Register pages.

5. Two-factor authentication

6. SQL variables in SQL and Lookup wizards This is a very interesting feature that can be applied anywhere here SQL queries are in use. With variables like this you can write cleaner code and implement custom dropdown boxes or advanced security an easy way.  

Some examples: 

WHERE CustomerID= ':user.CustomerID'
WHERE CustomerID= ':session.UserID'

A full list of SQL variables: 

:field - current field value on Add, Edit or Register page
:master.field - any field from master record
:session.key - any session variable
:user.field - any field from login table
:old.field - old field value (before any changes were applied)
:new.field - new field value

Enjoy!


Viewing all articles
Browse latest Browse all 95

Trending Articles