This topic is locked
[SOLVED]

 Different Edit types for Add and Edit pages

9/10/2011 11:15:38 AM
PHPRunner General questions
C
CK. author

According to this url:-

http://www.asprunner.com/forums/topic/11995-how-to-set-up-different-settings-for-one-field-on-the-addedit-pages/
the recommend setting to have that features is

fieldx as fieldx_readonly, ......
But I found another way to reduce adding fieldx as fieldx_readonly, .....
First of all, set the fieldx property for ADD page only (for all tables). Build it.
Copy / backup out all (tables)_add.php only to a safe place.
Enter back to the system, modify the EDIT page and rebuild the entire project.
Now overwrite (tables)_add.php with previously backup files.
Publish to your website.
Maybe this is more reasonable that keep creating fieldx_readonly fields in SQL query.
Or maybe xlinesoft is planing to create an 'Add as' in phpRunner Version 6.0?
CK

Sergey Kornilov admin 9/10/2011

This feature (separate 'Add as' and 'Edit as') is not planned to be implemented in version 6.0. Probably the next update after that.

C
CK. author 9/12/2011



This feature (separate 'Add as' and 'Edit as') is not planned to be implemented in version 6.0. Probably the next update after that.


Glad to hear that and hope to see this feature soon in coming phprunner 6.0 updates.
CK