This topic is locked

inline edit error message

1/28/2008 9:59:27 AM
PHPRunner General questions
D
dphipson author

Hi,
I've got a custom view that works okay when I select edit but I get the following (Java?) error message when using inline edit. I have not added and custom code.
"A runtime error has occurred.

Do you wish to debug?
Line 177

Error: 'editValidateFields' is undefined."
Any ideas?
Regards,
Darren
PS Sorry, I posted this in the ASPRunner forum by mistake so I've reposted it here.

J
Jane 1/28/2008

Darren,
Please publish your project on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

D
dphipson author 1/28/2008

Hi Jane,
Thanks for the quick response but I'm afraid my project is well in excess of 5Mb so I can't post it to my demo account.
Any other suggestion?
Regards,
Darren

J
Jane 1/28/2008

Darren,
please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data and project file for investigation.

I'll find what's wrong with your project running it on my test box.

D
dphipson author 2/4/2008

Darren,

please zip and send to [email=support@xlinesoft.com]support@xlinesoft.com[/email] a full set of generated PHP files, your database creation script with sample data and project file for investigation.

I'll find what's wrong with your project running it on my test box.


Hi Jane,
Sorry for the delay - I've been away.
I sorted the problem out. What I had done was deselect the field name from the left hand column which unchecked the field from all the options (on Choose Fields). I then selected the field under inline edit. When I ran the generated code I got the problem described in my first post. However, if I selected the left hand column and then manually deselected the field from those pages I didn't want it on the error disappeared from the generated code. I hope that makes sense!
Darren