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.
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...
I have a text field where I have data in between parentheses, like (TIPS) I would like to just extract the data from the parentheses. Does anyone have an example of how this works? I'm assuming you use a combination of mid and instr, but not sure how. Thanks
This question sounds awfully simplistic, but I have to ask. In a multi form application, I am trying to open a second form, and then close the first one. I'm able to open the second by creating a new form instance. I'm not able to close the first form. When I call this.Close it closes the...
I would like to create a time schedule chart (bar chart), in which I would display the employee schedules for a given work day. Each bar would represent an employee on the schedule. The bar would begin at the start time of the employee and have a length of total hours worked. The y axis would...
How does one set up a fiscal year crosstab query? The default behavior is by the calendar year. Is there any setting in Access I can set to change this, or do I have to do it in code? Any help would be appreciated.
Basically what I need to do is to have the user fill in the fields in a web page and then hit save, which would generate a document or html page that could then be emailed as an attachment.
I found a way to export a web page to Word but this won't work for me because vbscript,asp is not...
The default behavior of Access is to search through a combo box based on the start of the field. Is there a way to search through a combo based on any part of the field. I've never seen this implemented but I am sure there is a way to get it done. Thanks
What I am trying to accomplish is the arrive at a count of the total number of groups within a query, instead of the total number of records. I'm able to do this with 2 queries but would like to be able to do it within one. Do I use a subquery for this? If you could provide an example that...
Is there a way to export data entered into an html form to a Word template with Javascript? I am able to do this with vbscript but it is not supported here. Any code example would be appreciated.
Thanks.
I am trying to convert a VB.NET code example over to C# regarding a byte array. This is to export a crystal report to PDF using an exporttostream method. This is how it looks in VB.NET.
Dim st as System.IO.Stream
st = invoiceDoc1.ExportToStream(ExportFormatType.PortableDocFormat)...
What I am trying to accomplish is to concatenate a number to a detail field that would indicate sort of an auto number sequence within a group. I would I guess add a 1 each time the group name changes within the group. I'm not looking to count the detail items.
Example:
REGION group header...
I am trying to run a stored procedure that will display invoices that have the same invoice amount as well as invoice date. This would have to be grouped by the duplicate invoices.
Some of the fields are InvoiceID, InvoiceDate, InvoiceAmount
I am running some reports in the .NET environment. Within the Crystal Viewer, there is a navigator control. Each time the user clicks to the next page, it's firing a page load event and processing all the logic again. Is there any way of preventing this?
Thanks
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.