This topic is locked

Possible readonly bug

9/22/2010 10:47:48 PM
Suggestions
L
Lloyd author

I have a field for the creation date for the record and the field is set to automatically place the current

date and time in the field. I would like to set this filed to readonly on the edit page.
I set the properties for the field on the add page, and insure that the add properties to the edit page is

not checked.
I then go to the edit page and set the property of this field to readonly. This changes the property to readonly

not only for the edit page, but resets the field to readonly for the add page.
Is this a bug, or am I not doing something right.
I am trying this out on the latest version of phprunner.
Regards,
Lloyd

hichem 9/25/2010

It's probably better if you post your questions in the appropriate forum (this one is for suggestions).

The best way fwd which has already been suggested a few times is to use different aliases to the same field and set the properties for each differently. Thsi works like a charm.

Example

in your sql query: select field1 as mydatetime1, field1 as mydatetime2 from table

you then choose to display each one on the page you want and set different attributes for each of the fields that point to the same database field.

If you are looking for more examples, read through the phprunner help guide which is very well documented or search the forum.

For any real issues, the phprunner team is well known for its outstanding support so you are never left alone with this product <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=52944&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> This is at least my experience as a customer using asprunner for almost 2 years now.

Hope this helps