|
J
|
Jane 12/3/2009 |
|
Hi, $xt->assign("next_button", false); |
|
|
M
|
meirco author 12/5/2009 |
|
Hi, check status value in theEdit page: Before processevent and show/hide Next button if needed. Here is just a sample: $xt->assign("next_button", false);
|
|
|
J
|
Jane 12/7/2009 |
|
Hi, |
|
|
M
|
meirco author 12/7/2009 |
|
Hi, add where clause in the Edit page: Before SQL query event for this purpose.
|
|
|
J
|
Jane 12/8/2009 |
|
Hi, if ($data["FieldName"]) |
|