This topic is locked

message with edit field value

1/30/2011 5:36:15 AM
PHPRunner General questions
S
sandrotab author

Using PHPRunner 5.3 (Build 6735) how can I do to display a message when you are in editing a record, and only under a set value in a field.
Publishing the code, but it always shows the error message:
global $record;

if ($data["Documentazione_Isvap"]=="Parziale")

{

$message = "<span style='color:red;text-align:center;'>Documentazione Parziale</span>";

}

else

{

$message = "<span style='color:red;text-align:center;'>Documentazione Completa</span>";

}
Thanks for your cooperation <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=16320&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />