T
|
thesofa 12/18/2008 |
If you look in visual editor, in the middle of the page is a box with the word message in it $message= |
S
|
Stettin author 12/18/2008 |
If you look in visual editor, in the middle of the page is a box with the word message in it $message=
|
J
|
Jane 12/19/2008 |
Will that keep the regular PHPRunner errors from displaying?
$message = "<div class=message><<< Record was NOT added >>></div>"; $message.= " <div class=message><<< Cannot find user >>></div>"; |
S
|
Stettin author 2/6/2009 |
Yes. To join to error messages use following code:
|
S
|
Stettin author 2/6/2009 |
I have custom validation code running on my Add page, and these codes show up just fine now. My problem is that the validation code works for Inline Adds on the List page, but the error messages are not displayed. How can I get the error messages to display on the List page when an Inline Add is committed? For example, I do an IP lookup to see if it is in a table list, and if it isn't I do <<<IP Address not Assigned>>>, but in the List page, when you click the checkmark it just keeps refreshing the page and not saving it until you change the IP to one that is assigned. I need a way to display the $message on the List page, how can I do that?
|
J
|
Jane 2/9/2009 |
It's difficult to tell you what's happening without seeing actual files. |