![]() |
Sergey Kornilov admin 3/27/2011 |
I guess you can use 'View as' type 'Custom'. In your code you can check if field content is empty and either display nothing or display your custom message in two languages. |
Z
|
Zaboor author 4/13/2011 |
I guess you can use 'View as' type 'Custom'. In your code you can check if field content is empty and either display nothing or display your custom message in two languages.
|
J
|
Jane 4/14/2011 |
Hi, if ($value) |
Z
|
Zaboor author 4/14/2011 |
Hi, here is just a sample: if ($value)
$str = "select phone1,ext1 from Orphans where Orphan_ID='1'" ;
|
![]() |
Sergey Kornilov admin 4/14/2011 |
Zaboor, |
Z
|
Zaboor author 4/15/2011 |
Zaboor, the answer depends on which page we talking about and some other things. I recommend to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.
$str = "select phone1,ext1 from Orphans where Orphan_ID='".$_SESSION["pageid"]."'" ;
if ($data["phone1"]=="" || $data["phone1"]==0)
|