J
|
Jane 2/14/2007 |
Hi,
|
D
|
dlpirl author 2/18/2007 |
Thanks, Jane. Here is what I am trying to do... When the Order Details table is in List view with Orders as the Master table,
|
![]() |
Alexey admin 2/19/2007 |
Here is the code for BeforeAdd and BeforeEdit events to display an image after hitting "Submit". if(postvalue("value_KeyField")) echo "<img src=\"...imager.php?field=FieldName&key1=".postvalue("valueKeyField")."\">";
attribute to the button. |