favc4
Posts: 30
|
| Posted: 05/22/2006, 1:02 AM |
|
Hi there, this event permits me to change the textbox value but Control.Visible = False does not work at all, any ideas?
Function NewRecord1_MiCampo_BeforeShow(Sender) 'NewRecord1_MiCampo_BeforeShow @3-C4530AC6
NewRecord1.MiCampo.Visible = 0
End Function 'Close NewRecord1_MiCampo_BeforeShow @3-54C34B28
Is there any special settings for IIS 5.1 ? can this could be caused by my websrv? please advise!
_________________
Programming win32 and went crazy... |
 |
 |
peterr
Posts: 5971
|
| Posted: 05/22/2006, 1:45 AM |
|
Try setting Visible=Yes in properties of that textbox.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|