pnjones
Posts: 42
|
| Posted: 03/18/2005, 6:07 AM |
|
I am trying to hid a hide based on the value in another database.
The code is below
if eval(tblMyResults.P2.Value)=4 then
tblMyResults.S_2.visible=false
end if
The listbox is still visible i have also tried
if tblMyResults.P2.Value="4" then
tblMyResults.S_2.visible=false
end if
This code is in the before show event
thanks
_________________
Regards
Pat |
 |
 |
pnjones
Posts: 42
|
| Posted: 03/18/2005, 6:12 AM |
|
Sorry on reading it again its not very clear.
The listbox control i am trying to hide is still visible although the values associated with it cannot be seen i only get select value
any help please
_________________
Regards
Pat |
 |
 |
pnjones
Posts: 42
|
| Posted: 03/18/2005, 6:26 AM |
|
Before you reply peter i found your previous answer thanks
http://forums.yessoftware.com/posts.php?post_id=51590
_________________
Regards
Pat |
 |
 |