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 dencom 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: arbo80
  • Content: Threads
  • Order by date
  1. arbo80

    Breadcrumbs issue

    Hi all, I'm having a weird issue with my breadcrumbs. When I use the server name on the URL e.g. http://servename/default.aspx, the breadcrumbs work fine. However, when I use the actual name of the portal e.g. http://myportal/default.aspx, my breadcrumbs only work for certain pages and don't...
  2. arbo80

    Drop Down menus work in IE 7 and Firefox but don't work in IE 6

    Hi, I'm using Javascript and CSS to create some drop down menus for a site. Everything works fine in IE7+ but it doesn't work in IE6. Some of the site's users still use IE6. Any suggestion on how to fix that issue? Below is my HTML, css and JavaScript code: HTML ---- <ul id="menu"> <li><a...
  3. arbo80

    Global Navigation

    Hi all, I’m trying to open the Navigation panel from SharePoint Designer 2007 to modify my global navigation (Site -> Navigation) but I’m getting the following error message: “the navigation view cannot be displayed for this web site” although I have owner permissions to the website. In...
  4. arbo80

    import the data across multiple sheets when more than 256 columns

    Hi all, I have posted here before and most of the time, I have gotten the help that I needed. We have the following macro that creates a report. The macro: 1) Open a template (Excel file) and copy the same (4) columns from one sheet named “Sheet 1” to another one named “Table 1” multiple times...
  5. arbo80

    Run-time error 1004 &quot;The information cannot be pasted because the copy

    Hi all, I have a VBA macro which had been working fine until recently. Now I'm getting the following error message: "Run time error 1004: "The information cannot be pasted because the copy area and paste area are not the same size or shape...". Can you help me? Below is my code: Sub...
  6. arbo80

    Active directory in ASP.net

    Hi all, I have the following code to read user information (email address) from Active Directory in ASP.net. However, I'm getting this error message: System.Runtime.InteropServices.COMException: The server is not operational. Has anybody gotten the same error? I need your help. string filter =...
  7. arbo80

    Sending Email in ASP.NET

    Hi all, I have the following code to send an email from a web interface and it works fine. However, I want to know if it's possible to replace the email address specified in "Mail.From" by the default client email address. If yes, how do I do that? SmtpMail.SmtpServer = "localhost"...
  8. arbo80

    Highlight a column when first row is equal to &quot;1&quot;

    Hi all, I would like to create a macro that highlights multiple columns in Excel when the first row of the column is equal to "1". I was able to find the solution for one column but I would like to do the same for 50 or more columns and I don't want to copy and paste my code. Is there any...
  9. arbo80

    Run-time error 91 object variable or with block variable not set

    Hi all, I'm getting the following error message when I tried to use stored procedure in VB.6. Can anyone help me? Run-time error 91 object variable or with block variable not set Here is my code: Dim con As ADODB.Connection Dim rs As ADODB.Recordset Dim cmd As ADODB.Command Dim strconn As...
  10. arbo80

    Making sure a field is valid

    Hi all, I have designed a web application (ASP.Net/ C#). I have a textbox field called "ID" and the goal is to make sure that the users entered a valid ID (stored in the database--SQL2000). How can I make sure that a user gets an error message if the ID entered does not match anything in the...
  11. arbo80

    Excel Issue

    Hi all, I have an Excel workbook with multiple sheets (let's call it A). a cell in Sheet1 is getting its value from a cell in Sheet9. there is a batch file that copies all those sheets to a different workbook (B) and the problem is that when I check the values of the cell in the new workbook...
  12. arbo80

    Data Warehouse Notification Error

    Hi all, I'm getting the following error messages during my notification process: Data Warehouse Center message SQL10007N Message "18" could not be retrieved. Reason code:"4" System message Error connect to socket, rc=10060 Is anybody familiar with the errors? Thanks, AB
  13. arbo80

    Portfolio Management Software

    Hi, I'm currenly working for an investment bank and I'm looking for a basic portfolio management tool for our front office. Any suggestions? Thanks in advance, AB
  14. arbo80

    Portfolio Management tool for Front Office

    Hi, I'm currenly working for an investment bank. I'm looking for a basic portfolio management tool for our front office. Any suggestions? Thanks in advance, AB
  15. arbo80

    How to add a stock quote to my website?

    Hi, I was wondering how I can add a stock price and currency variance(USD to EUR) to my website and have it refreshed every hour. Any help will be greatly appreciated. Thanks, A
  16. arbo80

    Finding a text in the active worksheet

    Hi, I have the code below to find a text in a worksheet. It works when the text is there but it gives me the following error message when the text doesn't exit. Runtime error 91 object variable not set. Can somebody please help me? Sub test() Dim res As Boolean Dim item As String item = "Ca...
  17. arbo80

    Changing the disclaimer

    Hi, My company just changed its name. I would like to modify the disclaimer for all outgoing mails to reflect the new name. What should I do? Thanks AB
  18. arbo80

    How to filter data in an Excel sheet?

    Hi, I have an excel sheet that looks like this: Number Trn Status Trn Family TRN_DATE 25913 DEAD IRD 2/4/1999 25914 DEAD IRD 2/4/1999 25915 FIN CURR 2/4/2006 25916 DEAD CURR 2/4/1999 25917 FIN CURR 2/4/2006 25918 DEAD...
  19. arbo80

    Error when field is missing

    Hi, I have a javascript code that returns an error message when a requiered field is left empty. This part works properly. Unfortunately, when one of the fields is not visible in the form, the code doesn't work anymore. I'm new with javascript. Any help will be greatly appreciated. Below is my...
  20. arbo80

    Changing Color property for Disable controls

    Hi, I have textboxes, drop down lists and radio buttoms. I disabled them obviously it's all grey out now. I would like to change the forecolor but txt.forecolor = Color.Black doesn't work. Is there any way I can change that? Any suggestions? Thanks Armel

Part and Inventory Search

Back
Top