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 wOOdy-Soft 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: dolfo35
  • Content: Threads
  • Order by date
  1. dolfo35

    Function that uses values from ASP.Net form

    Hello, I am opening a popup window with this function: function newWindowEvent(Page) { var winl = (screen.width - 400)/2; var wint = (screen.height - 400)/2; var settings = "height=400,width=400,toolbar=1,location=1,top="+wint+",left="+winl+""; var x =...
  2. dolfo35

    A Different C1TrueDBGrid Question

    Now that I know some of you use this control I'm hoping that someone has the answer to this question. In the samples there is a project called "Hyperlink". I'm using it to learn how to add a hyperlink column into a much larger project. The only problem is that it has an error in it. If you...
  3. dolfo35

    Populating a DataGrid a Second Time

    Hello, I need to populate a datagrid a second time. The first time it is populated works perfect. However, when I click on the button that populates it a second time I get this error: THE DATA GRID STYLES COLLECTION ALREADY CONTAINS A TABLE STYLE WITH THE SAME MAPPING NAME! ' Code that...
  4. dolfo35

    System.NullReferenceException

    Has anyone ever encountered anything similar to this? I have a Tab Control on a Windows Form. Currently, it has 8 Tab Pages. On the eighth tab I have 2 DateTimePickers and one Button. I'm trying to add another control to this tab. I need to add a datagrid, but in trying to solve this...
  5. dolfo35

    Add Reference to Multiple Versions of Object Library

    Hello, Can anyone please tell if it is possible to add a reference to Microsoft Word 11.0 Object Library AND Microsoft Word 10.0 Object Library? I only see 11.0 under the Com tab. How do I go about adding 10.0 as well so that it would even be possible to add a reference to it? After I am...
  6. dolfo35

    UDL File Connection

    Hi, Can someone please tell me what I am missing here: Dim conn2 As New SqlConnection conn2.ConnectionString = "File Name=c:\tempdb.udl;" conn2.Open() Every place I've read about using a UDL file to connect to SQL Server has said to use "File Name=path\filename.udl"...
  7. dolfo35

    Managing MDI Child Forms

    Hi, Can someone please tell me how to do this in code? This code would run as a result of a menu item or toolbar button being clicked: If frmMDIChild is already open bring it to the front or rather make it active else show frmMDIChild end if It must be simpler than what I'm making it...
  8. dolfo35

    Report Header only on first page -- not details

    I have a report with very few sections. A report header, a page header, group header, 2 details section, report footer, and page footer. Can you please tell me why I might have nothing but a report header on the first page. The details do not start until the second page. I'm using CR 7.5...
  9. dolfo35

    Does Formula Editor have field size limits?

    I am using Crystal Reports with Oracle. In my report, I want to string two text fields together. When I open the Formula Editor, the two fields are not available to be selected. I can add them individually as database fields, but I cannot concatenate them in a formula. It appears that fields...
  10. dolfo35

    Modifying Selection Formula of a compiled report

    Is there a way to use the "Modify Selection Formula" feature of a compiled report, when the selection formula contains 'like' or 'startswith'? I can make it work with '=', but not the other two.

Part and Inventory Search

Back
Top