This topic is locked

Modification to current version 2 BETA

5/6/2005 6:14:56 AM
PHPRunner General questions
author

In the current version 2 BETA the Add-Edit-View <H1> tags default to the $strKeyField thus exposing to the end user database field names nore suited for the designer/programmer consumption.
Surely these should display the LABEL associated with the database field name.
My guess is this would not be too tricky to rectify in the generator code and would make a big difference to end user friendliness. TIA. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1402&image=1&table=forumtopics' class='bbc_emoticon' alt=':rolleyes:' />
echo "<h1>"."Editar registro"." [".$strKeyField.": ".htmlspecialchars($key);

if($strKeyField2)

echo ", ".$strKeyField2.": ".htmlspecialchars($key2);

if($strKeyField3)

echo ", ".$strKeyField3.": ".htmlspecialchars($key3);

echo "]</h1>";

Sergey Kornilov admin 5/10/2005

Pedro,
thank you for suggestion. This modification will be available in the next update of PHPRunner.