Printer Friendly editer moving a field |
6/10/2010 6:51:38 PM |
PHPRunner General questions | |
C
cgetty author
Hi All
|
|
A
|
ann 6/11/2010 |
Clark, $sql="select ter from TableName where Id=1";
|
C
|
cgetty author 6/11/2010 |
Clark, fields are filled in the grid only on the list and print pages. To move field to the custom header use custom event ("Insert PHP code snippet" option on the Visual Editor tab). Here is a sample: $sql="select ter from TableName where Id=1";
|
A
|
ann 6/15/2010 |
Clark, |
J
|
joker 6/17/2010 |
Ann,
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
A
|
ann 6/18/2010 |
Hi, |