Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MzKitty
  • Content: Threads
  • Order by date
  1. MzKitty

    dropdownlist won't populate on server with new sql 2008 r2 install

    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 =...
  2. MzKitty

    Problem with PrintToPrinter on webapp using win 7.0 64 bit server

    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...
  3. MzKitty

    problems with displaying a pdf when using chrome.

    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...
  4. MzKitty

    My gridview keeps moving out of the div and into the top of the form.

    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...
  5. MzKitty

    How do I clear out a dropdownlist on a web form?

    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...
  6. MzKitty

    Need to clear unbound dropdownlist.

    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...
  7. MzKitty

    widen dropdownlist when I click down arrow on control

    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...
  8. MzKitty

    crytsal ActiveX print dialog box

    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...
  9. MzKitty

    How to pass number of copies to crystalreport activeX control?

    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
  10. MzKitty

    An communication error occurred. Printing will be stopped.

    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...
  11. MzKitty

    Is it possible to print 3 pdf reports on a web page?

    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...
  12. MzKitty

    An communication error occurred. Printing will be stopped.

    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...
  13. MzKitty

    How to keep boolean value after page load.

    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...
  14. MzKitty

    Need to get the result of confirm message

    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...
  15. MzKitty

    Can only view 1st page on crystal report viewer

    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...
  16. MzKitty

    How to get value from textchanged template in gridview

    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...
  17. MzKitty

    How to auto expand a dropdownlist?

    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...
  18. MzKitty

    Float is rounding

    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 =...
  19. MzKitty

    Problems with a &quot;Delete From&quot; query.

    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...
  20. MzKitty

    How to tell if section DetailA is suppressed?

    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

Part and Inventory Search

Back
Top