What I'm trying to do is create a combination chart that has an x-axis, a primary value axis and a secondary value axis. I suppose this is called a combination chart, with one axis displaying a bar chart and the other a line chart. I'm not sure about how to go about this in Crystal.
Is there something within Javascript that I can use to exit further processing in a function. I know in Visual Basic you have exit function. Thanks in advance.
Ok, since you have been so gracious to answer my questions so far, I have another one for you. And directly after this I am getting a book on Java Script.
I have about 25 check boxes on the form, how could I loop through each one, and if one is checked, I would add the check box name to the...
Is there a way of taking entries in the text boxes on an html form and inserting their contents into the email through java script. This works but with hard-coded material. Thanks
<html>
<head>
<TITLE>
</TITLE>
</HEAD>
<Body>
<FOrm NAME = "frmTest">
<INPUT TYPE = "text" Name="txtLname" Size...
I am using Access 2000. I am trying to find the distinct count of the description column within the query. In Access 2002, I could create a subquery SELECT Count(Distinct Description)... Access 2000 doesn't allow this. Any ideas? Thanks
PARAMETERS...
Can someone explain to me why this doesn't work? I found this on a java tutorial web site. I believe we are using Outlook/MS Exchange for email. I get no error messages and it says it sends the email, but nothing happens. Thanks
<html>
<head>
<TITLE>
</TITLE>
</HEAD>
<Body>
<SCRIPT...
I have an MCSD for Visual Basic 6. I have a few years experience with .NET, particularly C#, but less on the job experience than I would like. Can someone point me in the right direction for study materials? Thanks
Does it test the 1.0 or the 1.1 version of .NET?
Now, I hear there is a 2.0...
Thanks for your Responses.
What I ended up doing was this, because the field always begins with a parentheses:
Mid$([FieldName],2,(Instr(2,[FieldName],")")-2))
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.