For Programmers: Free Programming Magazines  


Home > Archive > MSDN > December 2004 > embedded code









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author embedded code
yong

2004-12-22, 8:56 am

i found that embedded code didnt function in hidden property
my embedded code is very simple:

Public Shared Function Visible(ByVal Value As Integer) As String
Visible = "True"
if Value="ChartBar" then
Visible= "False"
end if
End Function

i pass in value using parameter.
=Code.Visible(Parameters!ChartType.Value)

but no reaction........anybody knw where i wrong??plz help me

Jeff Johnson [MVP: VB]

2004-12-22, 3:58 pm


"yong" <yong@discussions.microsoft.com> wrote in message
news:4783309A-E92E-45FE-8CDE-5A62C67AF534@microsoft.com...

Unless I'm mistaken, this group should only be used for questions concerning
your MSDN subscription and MSDN in general. Questions about PRODUCTS that
are available from MSDN should be directed to the group(s) dedicated to that
product. For example, you should ask this "embedded code" question in
microsoft.public.dotnet.languages.vb. (That's its NNTP name; I'm afraid I
don't know how to tell you to find it via the Web interface, but it
shouldn't be that hard.)


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com