Hello all,
I am writing a startup program for everyon to use and here is what it does.
1. Check and make sure local exe is same as server exe
2. If not save copy server files to local directory
3. Start next program
I cant figure out how to start up that second program, so if...
cbmcleaning,
It is the linking that determines how they are accessed by CR. I move mine around all the time and change the linking because I know how I want them to link up and a lot of times CR doesnt get the links correct anyways.
Brian
Mo,
Not really, because the header returns as 1 long row and the detail is all premiums.
The header subreport goes and gets what products are tied to the specified invoice and places those in the page header area.
Then the detail section goes to another stored procedure and grabs the...
Mo,
Here is the problem with that. We sell Long Term and Short Term Disability, Voluntary and Basic Life, Voluntary and Basic AD&D insurance. Not every school will have the same combination of products. There is also a possibility that we will begin selling even more types of insurance in...
Mo,
That is not something that is possible to do. We insure over 500 groups and i do not want to have to create a report for each one. My thinking was that it should be possible to create the master report with all possible fields, and then with each change of the parameter have it only...
Hello all,
I have created a report in CR9 that is an invoice for our customres. This invoice is not a static item, it can have anywhere from 2 to 6 different columns in the middle of the report. Basically the report is set up like this
Col 1 to Col 3 - set standard for each report
Col 4...
synapsevampire,
I am using Crystal Reports 9 - Developer Version. I am connecting to a SQL 2000 server.
Idea of how the tables are set up. We have a customer table, a longtermpayment table, a shorttermpayment table, and then 3 billing tables. All the tables are connected to each other...
Hello all,
My report needs to get information from 1 of 2 tables depending on a specific value. Whenever i place that second table into the else statement all i get is a blank report, except for my text objects. It just will not run with a table selection in my formula. Anyway here is my...
Rick,
How would i raise that event in my code? I have tried a number of different ways to call the sub, but i can not figure out exactly how to send through the sender and e poriotns of the arguement list that it is requiring.
Any help, as always, is greatly appreciated.
Brian
Hello all,
I have a number of linklabels in my program and in certain instances I would like to have them run, without the user having to actualyy click on the link. Buttons have the PerformClick event that you can call in code, but i have not found anything like that for a linklabel. Is...
Christiaan,
The combobox is not tied to a dataset. It is tied to my own class that holds an arraylist of information. I do clear that one out and refill it before I refill the combobox.
Any help, as always, is greatly appreciated.
Brian
Hello all,
I am having a problem with my combobox. I am setting its datasource to a class that I have created. Everytime that I try and reset the combobox with the following code
cmbPDFItems.Text = ""
cmbPDFItems.DataSource = Nothing
If cmbPDFItems.Items.Count > 0 Then...
Rick,
The Accept button is set to none.
Jubble,
I am not using multithreading and it is a checklist box.
In regards to the stepping through the code, i have tried to place a break on the first line in the offending code but it never gets hit after a clear has been done. Do i need to...
Rick,
I do have an Add button on the form, but it is not the default, the default is the textbox. When you hit the enter key, it does a btnAdd.PerformClick to add what was added into the checklist box. The code for the click event is in my third posting in this thread.
Any help, as always...
jubble,
Thanks for the easier code, i will definetly be putting that in.
As for third party controls, I am not using any. The only additional controls that are in VB are the ones i have created but they are not used in this program.
Here is the code for the clearing of the forms...
jubble
Here is the code for the btnAdd_Click
Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
clbDIPlans.Items.Add(txtDIPlan.Text)
txtDIPlan.Text = ""
txtDIPlan.Focus()
End Sub
I am not sure what else...
Rick,
I will try that, but why then on the first time through does this code work correctly? That is what i am not getting.
Also when i am going through this the second time this code does not even get hit. When i press then enter key i get the error on the following line
Public Class...
Hello all,
I am getting the following error:
[COLOR=red]Specified value out of range of acceptable values[/color red]
I get this after i have cleared all the forms within my project. When i am filling out the form a second time the textbox where i am getting this error has the...
dgillz,
I would love to do that but unfortunately i am unable to. The one thing i forgot to mention in my initial posting is that I have a sub-report in each of the 3 detail section. In order to get the info from the sub-reports i need the item from the group header. That is why i am...
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.