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 TouchToneTommy 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: *

  1. Maven4Champ

    drivers/permissions restricted for EXE ran as local domain non-admin account

    Hi all, I'm at a loss and coming to this group in hope for an answer or insight. The scenario is as follows. We have a C# windows desktop application. The application will kick off an exe file which populates an INI file. The INI file is populated with data and then read in by the C# client...
  2. Maven4Champ

    CentOS 5 (Apache + GoDaddy UCC SSL)

    https://creative-clarity.com So, as you notice, the site shows as a security risk / invalid certificate due to a self-signed certificate where the cert is only valid for domU-12-31-36-00-1D-F1. I'm needing some assistance ASAP on how to properly install/configure either apache (httpd.conf)...
  3. Maven4Champ

    The connection's current state is closed...MySql db

    Hi, I am having an issue with the data reader and re-used open connections. I am getting the following error 4 times upon loading of my AddProjections.aspx page. System.InvalidOperationException: There is already an open DataReader associated with this Command which must be closed first. at...
  4. Maven4Champ

    Page crashses in IE6 - "Operation Aborted"

    All, I am having a very odd, and to the client, a very scary issue with my website. The site can be found at http://www.hixonandburger.com/index.htm and apparently the homepage ONLY throws an exception that states "operating aborted" in IE6. It seems to work in FF2 and FF3 and higher versions...
  5. Maven4Champ

    Can't center header on Firefox/IE when width changes

    http://creativeclarityllc.com/Bracket4.aspx There is my page. I am trying to center the header on the page regardless of page width (i.e. if someone opens the single East bracket, its centered. If you open the full bracket, the page width drastically changes so we need to re-center the header...
  6. Maven4Champ

    bug in IE6/7 displaying inline list and input form

    All, a link to my page with the issues quite visible are is as follows: http://elance.creative-clarity.com/ As you can see, I have a few small issues that I am working on. The two I hope to have help with are the navigation and then search input form field. 1.) Navigation The navigation looks...
  7. Maven4Champ

    How to build a 2-dimensional array (2 columns, varying # of rows)?

    Hi all, I have a very general question that I hope to find assistance on. I have a Grid View that is populated with two columns (resp_key and resp_name). I want to loop through this gridview and add the values to a 2-dimensional array (2 columns w/ varying number of rows). From there I want to...
  8. Maven4Champ

    Best option for visually displaying errors on ASP page via VB code

    Hi all, I was hoping to get some input on a logical (and most efficient) way to dynamically build a grid (or html table) that displays validation errors that a user might encounter during a validation sub process. There is no "data source" of where these errors come from but simply a string...
  9. Maven4Champ

    Remember state of checkboxes in Grid View

    All, I have a near-complete solution built to manage our application roles and responsibilities. In the Grid View, I run a validation on what is checked and if two roles that should not be associated with a single person (segregation of duties) then it highlights the row in red, disables the...
  10. Maven4Champ

    System.IndexOutOfRangeException: There is no row at position 'xx'

    I am receiving this error at position 330 in my loop. Here is the code: Dim excludedList As New ArrayList() For Each dr As DataRowView In dv1 excludedList.Add(dv1.Table.Rows(x).Item(0).ToString) x = x + 1 Next It...
  11. Maven4Champ

    number of indicies less than dimensions in array

    All, Receiving this error when trying to declare, and add to a dynamic array. I may be doing this wrong because arrays aren't my speciality AT ALL. Here is the code I have so far: Dim x As Integer = 0 Dim excluded As String() Dim excludedList As New...
  12. Maven4Champ

    Disable dynamic checkboxes on the fly in ASP - first steps

    OK guys and gals, I have quite a task on my hands right now that has a tight deadline and I am working through the logic portion for the next day or so before going full-on high-speed development time. So here is the back-story: We have an ASP/vb.Net driven page that allows a table of...
  13. Maven4Champ

    NotifyIcon right click multiplies dynamic contextmenu items on click

    Hello everyone, Here is the code I have which is used to dnyamically build a contextmenu and related items. My problem is that on the first right-click, nothing happens. On the second right-click, the menu finally appears but with the dynamic items repeated twice. The next right-click refreshes...
  14. Maven4Champ

    Using dataset w/ tableadapter - no updates are occuring on recordset

    Posting code below. Working in our Dev environment on one single table table: ResponsibilityMaster ID (pk) ResponsibilityName ResponsibilityDesc LDTSyntax My goal and intent is to display a drop-down of ResponsibilityName and on change of...
  15. Maven4Champ

    Search and replace or return values after specific text in Excel

    I am tasked with a challenge - one for which I do not yet have an answer. I have 213 rows in an Excel workbook. In the left column is an object name and in the right column is a long SQL string, basically a CREATE OR REPLACE VIEW statement including SELECT, FROM, and WHERE clause. What I want...
  16. Maven4Champ

    number of distinct years query - need assistance

    Hi everyone, I have a query that has been bothering me the past 24 hours and I can't seem to get the result I need. Running Oracle 10g database and attempting to use row_number but it returns undesired results. My data looks as follows: CONTRACT YEAR PERIOD YEAR_NUM CONTRACT-81352...
  17. Maven4Champ

    Crystal Reports failing in production after Oracle 10g Upgrade

    All, Our Crystal reports are failing after upgrade to Oracle 10g db version. Here is the breakdown: Crystal 8.5 Using pdsora7.dll native Oracle driver for connectivity Database is Oracle 10g Connecting through Crystal Report Viewer in VB app or Crystal Reports client yields the following...
  18. Maven4Champ

    Huge problem in css nav (showing beneath page elements)

    All, I have an urgent situation that I have tried to resolve with no success. We are going live with our new site (developed in the Joomla CMS software) and I have all my css in the following file: http://www.nflspot.com/dev/templates/js_nflspot/css/template_css.css The site can be found here...
  19. Maven4Champ

    How to install a TTC font on RedHat Linux server?

    Hi all, We have a reporting tool which lives on RedHat Linux along with are other Oracle software. It's called Oracle Discoverer. We are rolling out multi-byte language sets and our Japan office has requested the use of the MS PGothic font (readily available through the Japanese Multi-Language...
  20. Maven4Champ

    Self-healing database job? Is it possible

    All, I have a procedure that is being called in a DBMS_JOB.SUBMIT procedure which refreshes materialized views in sequential order and then closes out. One of the drawbacks to my method is that I look for a failure and if one is encountered, it does NULL (nothing) and if no failures occur, it...

Part and Inventory Search

Back
Top