I'm using vs 2008. This is being run on a new sql 2008 server r2(a new full install). I have a dropdownlist that I am populating using the following code:
strServerString ="Data Source=MC22JWS;Initial Catalog=Shops;Integrated Security=True;uid=MC90APP;pwd=MC90@0101"
strConnect =...
I am using vs2008 for my web application. Everything runs fine on the current win 7.0 32 bit server, but we are trying to upgrade to a 64 bit server with the newest version of Sql Server 2008 r2 and the crprinttoprinter is not working. I have installed the crystal runtimes for win 7.0 64 bit...
I'm using vs2008 for my web app. We want to run this app in Chrome instead of IE, but my crystal reports are being pulled into Adobe for the user to print them / view them. When I run this app in Chrome, the pdf's don't ever come up. I have disabled chrome's pdf viewer and enabled adobe but I...
Hi. I'm using vs2008. I have a gridview that is inside of a panel. My problem is that the gridview keeps moving itself out of div into the top of the form area. Here's my code:
<form id="form1" runat="server"
style="background-color: #FFFFFF; height: 770px;">
<asp:ScriptManager...
I'm using vs2008 and am loading product dropdownlists when a user selects an order to use on a new ticket. I am loading the dropdownlists with the code below:
Dim Con As New System.Data.SqlClient.SqlConnection(strConnect)
Con.Open()
Try
strSql = "select...
Hi. I'm using vs2008 and vb on my web application. If the user selects an order in a dropdownlist, it populates a product dropdownlist with the products on that paticular order. My dropdownlists are unbound and filled using a reader. for example:
Dim Con As New...
Hi. I'm using vs2008 and vb.net. I have a dropdownlist on my web page that is 500px wide. When the user clicks on the dropdown arrow, I want to change the width to auto. There is no onclick event for the asp dropdownlist and I don't know how to capture the click so I can widen the field...
Hi. I'm using vs2008 with Crystal reports 2008. I'm writing a intranet system for one of our divisions. I have set the crystal viewer for the ticket to use the printmode of activex. The user wants to click the print button on the viewer toolbar and have it print on the default printer without...
I'm using vs2008 with crystal 2008. I need to pass the number of copies to the crystalreport activex control so the user doesn't have to change the number of copies each time they print a ticket. The activex dialog box pops up, but I don't know how to preset the number of copies.
Thanks
Cathy
I'm using vs2008 and am trying to use the activex print control in crystal. I've been surfing the net for a week trying to find something that will get me past this error. I have a report that has 1 parameter in it and it gets passed to a stored procedure. When I click on the print button in the...
I'm using vs2008 and vb.net to build a web app. When a user hits the print button on a web page, I need to print 3 crystal reports. I am having problems with the activex printcontroll.dll, so I'm doing this with pdf's. After the first report comes up in acrobat and I print it, how do I get back...
Hi. I'm using vs2008 with crystal 10.5. I am trying to print from a web application using activex. Everything in my app worked fine until 2 days ago, now everytime I try to print a report from the viewer, I get this error. The box it is in is titled Crystal Print Control. After I click ok, I...
I am using vs2008, vb.net, and crystal reports 10.5 to develop a ticketing system. I have a web page with 3 cr viewers that print the 3 different ticket copies (as activex reports). I set a boolean switch saying the that this has printed (True). But when I go to load the next cr viewer and go...
I'm using VS2008 and .net 3.5. I have a gridview with edit and delete enabled. I have a message that pops up on the delete click that asks the client if they really want to delete this record, but I can't find the syntax to retrieve the result of the confirm message. My code is listed below...
I am using vs2008 and crystal 10.5. I'm writing a web application for my company and am having problems when I bring up a Crystal Report on the viewer web form. The report is 43 pages, but when I click on next page, I still get the 1st page. I can have the report automatically print, but the...
Hi. I'm using vs2008. I have a gridview that has been set to allow editting on all rows for one template field. I am trying not to have a Edit/Update button. I would like the user to be able to enter the new amount and tab down to the next row. I am trying to catch the new amount on a...
I'm using vs 2008 to write a web based ticketing system and I have several dropdownlists that I want to auto expand when they are clicked on. I don't want to have to make the box bigger to show the two fields. The one field is 50 characters so it would take up most of a line. The properties of...
Hi. I'm using VS2008. I'm trying to load a textbox with the value from a float field (.25) and the value keeps rounding to 0. Here's an example of what I am trying to do:
Dim strString As Single
strString = rsPMData.Fields("AcreOrig").Value
txtOrigAcres.Text =...
Hi. I'm using psql. We are going to be upgrading to the new SQL version of our ticketing program JWS ver 4 and I am trying to purge some of the records from our ticket file. I purged the invoice table for all invoices < 7/1/2009 and now I'm trying to set up a query to delete all the tickets...
Hi. I'm using cr 10.5. I have a subreport with two detail sections, DetailA and DetailB. Is there a way I can test detailA to see if the section has been suppressed? If it is then, I need to suppress detailB in the section suppression area.
Thanks Cathy
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.