Thanks that worked!
I have another problem though, I want to check which option button is
clicked, I did it like this:
If XDocument.DOM.selectSingleNode("/my:myFields/my:Status") = "Accept"
End If
But when I preview it there's an error.What's the proper way to do this?
> Hey,
> This should be pretty easy, open the properties for each option button
[quoted text clipped - 15 lines]
> > clicked.How do I do this?
> > Thanks guys.Really appreciate any help..
Ben Walters - 29 May 2006 07:11 GMT
That depends on what you want to do with the information.
E.g. if you are using that information to hide other controls then you can
do this from the conditional formatting area in the properties page.
The solution you have provided should work, are you able to send through the
error message you recieve?
Cheers
Ben
> Thanks that worked!
> I have another problem though, I want to check which option button is
[quoted text clipped - 24 lines]
> > > clicked.How do I do this?
> > > Thanks guys.Really appreciate any help..
bleh12891 - 29 May 2006 10:19 GMT
Got it working!
Thanks!
> That depends on what you want to do with the information.
> E.g. if you are using that information to hide other controls then you can
[quoted text clipped - 33 lines]
> > > > clicked.How do I do this?
> > > > Thanks guys.Really appreciate any help..