This topic is locked

ASPRunnerPro maintenance release

12/7/2006 7:16:24 PM
ASPRunnerPro General questions
Sergey Kornilov admin

ASPRunnerPro maintenance release (build 185)
http://www.asprunner.com/files/asprunnerpro411.exe

http://www.asprunner.com/files/asprunnerpro411.zip
Bugs fixed:

Speed issues with large number of tables in the project

Demo Account issues with some datatypes

Totals for Numeric fields in SQL Server

Problem with editing register page in Visual Editor

Fixed issue with adding new values on the fly to dropdown box when Link and Display fields are different
New features:
Added smart datatypes checking. ASPRunnerPro wizard now suggests you which fields work together properly. This feature applies to:

  • primary-foreign keys selection in Master-Details relationship
  • fields for security and advanced security
  • lookup wizard link field, dependent dropdowns

etc
Full support for joined and calculated fileds. No need to modify generated files if you need to search or sort on calculated or joined fields
Demo Account

Demo Account is a free service provided by Xlinesoft.com to ASPRunnerPro customers. Demo Account allows you quickly put ASP application generated by ASPRunnerPro to our demo web server (http://demo.asprunner.net) for testing purposes.
You may find this feature useful if:

  • you don't have a web server on your local box to test ASP pages
  • you don't have a webhosting account yet
  • you need to show generated application to your boss, friends or to support staff

To open and use Demo Account proceed to the Finished tab in ASPRunnerPro and click Demo Account button. To create an account enter your email and password. You will need this info to manage your account online. After account is created use Upload button to transfer ASP application to the web server. After successfull upload this application will open in browser.

P
Philip 12/18/2006

New features:

Added smart datatypes checking. ASPRunnerPro wizard now suggests you which fields work together properly. This feature applies to:

  • primary-foreign keys selection in Master-Details relationship
  • fields for security and advanced security
  • lookup wizard link field, dependent dropdowns

    etc


Hi
This new feature causes problems: in my projects done with build 174 advanced security settings worked fine. With build 18x I do not have access to the necessary fields (they are greyed out or even blank). What is the idea behind that new feature? It prevents me from choosing the right pairs of fields !
Philip

Sergey Kornilov admin 12/19/2006

Philip,
new features prevent you from choosing wrong fields or incompatible fields.
When you set a relationship between tables ASPRunnerPro uses the following logic:

  • only numeric, text and date fields are allowed
  • both fields should belong to the same datatype (text, numeric or date)
  • link field in detail table should not be an Autonumber because ASP code inserts a value from master table there when new Detail record is added.
    I hope this explains what's happening.

P
Philip 12/21/2006

Sergey,
I see what you try to reach with it, but this feature does exlude combinations which should be allowed (and 100% worked with build 174). I will email you a DB and a description with a running example.
Philip