This topic is locked

Inline Edit/Add - Checkboxes not editable

8/21/2007 10:16:06 PM
PHPRunner General questions
F
fsteves author

If you inline-edit, checkboxes are not able to be edited. This is true whether they have a default value or not.

Sergey Kornilov admin 8/21/2007

Clarity,
I'm not able to reproduce it.
Please post your app to demo account and show me the URL where I can see this.

F
fsteves author 8/22/2007

Resolved this issue.
I had to manually add this to templates/*_inline_edit.htm:

<control field="EventActive"> {build_edit_control field="EventActive" value=$value_EventActive mode="inline_edit" id=$id}</control>
Even when I reset the pages, the new field was never added to the inline_edit.htm
I am not sure if there is a bug with it not being reset or what, but that corrected it.

Sergey Kornilov admin 8/22/2007

Clarity,
if you think this is a bug post your app to Demo Account and send me the URL so we can fix this.

F
fsteves author 8/23/2007

Clarity,

if you think this is a bug post your app to Demo Account and send me the URL so we can fix this.


http://demo.asprunner.net/fsteves%5Fgetcle...events_list.php
L: giant

P: greedX2
Also, if you have ONLY one record, and you attempt to use the Transfer function I built into Early Entry, nothing happens, the same goes for Print or Export, there must be at least two. Finally, do you want the tab images for a future release?
Thanks again <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=20741&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

J
Jane 8/23/2007

Clarity,
please make sure that you check off EventActive for the InlineEdit on the Choose fields tab.
Regarding the print and export errors.

Thank you for pointing me to these bugs.

We'll fix it in the next PHPRunner update.

F
fsteves author 8/23/2007

Ah so simple, thanks a ton!