bate_ico
Posts: 30
|
| Posted: 01/16/2008, 11:40 AM |
|
Hi I try to hide image and label control when the field in database is not have a record
I try this code:
global $firm;
if ($firm->picture1->GetValue () =="") $firm->picture1->Visible = false;
when i put this code into before show my picture field is still there
What is the correct metod to hide label and image control into the grid
thanks
|
 |
 |
mamboBROWN
Posts: 1713
|
| Posted: 01/17/2008, 8:10 PM |
|
bate_ico
Try this link: http://docs.codecharge.com/studio32/html/ProgrammingTec...l/Overview.html
|
 |
 |
|