People ask us fairly often – how to incorporate some third party library or component into PHPRunner or ASPRunner.NET application keeping overall look and feel. Here is an example of integrating Tabulator component in version 10 of PHPRunner or ASPRunner.NET.
Continue Reading "Using third party components"Lets say you run a mini-hotel and need to build a very simple reservation system. In this article we will show how avoid double-booking only showing the rooms that are available for selected date range. Similar approach can be applied to any other reservation system i.e. if you need to build conference rooms reservation app.
In our database we need two tables, Rooms and Reservations.
Continue Reading "Building a hotel reservation system"The wait is over. PHPRunner 10 and ASPRunner.NET 10 are here!
If you purchased or upgraded PHPRunner, ASPRunnerPro or ASPRunner.NET less than one year ago logon to control panel at https://xlinesoft.com/dss/support.asp and find download links and registration keys under ‘My purchases’. There should be ‘Reg info’ link next to your latest upgrade purchase.
Note: Software maintenance coverage needs to be continuous. If your last purchase or upgrade were more than one year ago you have till July 31, 2018 to renew your maintenance. After that date you will have to purchase PHPRunner, ASPRunner.NET or ASPRunnerPro at the full price.
Continue Reading "PHPRunner 10 and ASPRunner.NET 10 are here!"Version 10 makes creating multi-column forms easier. In previous versions you needed to select layout on Style Editor page. In version 10 you can do this right in Page Designer and you can change it at any time without resetting the page. Changes you made to your page will no be lost.
In this article we use Customers table from Northwind database. In Page Designer select Edit page. Here is how it looks by default (all images are clickable):
Continue Reading "Using multi-column design in version 10"This article will teach you how to troubleshoot your web applications like a pro. Most of these tips are specific to PHPRunner, ASPRunner.NET and ASPRunnerPro but some of them apply to all web applications.
General troubleshooting tips
This is where you start when something doesn’t work as expected.
- Make sure that you run the latest build of the software
- Synchronize database and project
- Perform a full project build
- If you test your project on remote web server make sure you upload all generated files
- Clear browser’s cache. In Chrome or Firefox press Ctrl+Shift+Del to open “Clear browsing data” dialog. Choose to delete cached images and files.
First of all – we are still working on version 10 and getting closer every day. We are now close enough to publish a date that is more or less accurate. We expect beta version to be available soon. What takes so long? Apparently we underestimated the scope of work required. Also we have seen lots of potential in new functionality we adding and it didn’t make sense to stop halfway. We originally planned to have Page Designer as an addition that will help design…Continue Reading “Version 10. What takes so long?”
It is about time we talk about version 10 of PHPRunner, ASPRunner.NET and ASPRunnerPro. We expect beta version to be available in November and stable version will be released before the end of the year.
Make sure that your software maintenance is current. Otherwise you will have to purchase version 10 at the full price.
The most interesting new feature in this update is Page Designer which will complement and eventually will replace the Visual Editor. This is quite a big change and before we talk about new functionality I need to explain why this change was required.
Continue Reading "Version 10. Page designer"We have two tables: categories and sub_categories. CategoryID is a two-digit category code.
Continue Reading "Using field events"Version 9.8 added an option to use Grid Tabs. Besides static tabs we also developed an API that allows to create and manage tabs from your code.
In this example we will use the typical Orders table to demonstrate how this API works. We will create a tab for each employee that lists her own orders only. This is how it is going to look in generated application.
Continue Reading "Creating Grid Tabs dynamically"PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here! If you purchased or upgraded PHPRunner, ASPRunnerPro or ASPRunner.NET less than one year ago logon to control panel at https://xlinesoft.com/dss/support.asp and find download links and registration keys under ‘My purchases’. There should be ‘Reg info’ link next to your latest upgrade purchase. New customer purchase links: PHPRunner ASPRunnerPro ASPRunner.NET Upgrade links: PHPRunner ASPRunnerPro ASPRunner.NET Trial version download links: http://xlinesoft.com/download Here is the list of new features in version 9.8. 1. Tabs and additional WHERE on List…Continue Reading “PHPRunner 9.8, ASPRunnerPro 9.8 and ASPRunner.NET 9.8 is here!”