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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by bmquiroz

  1. bmquiroz

    Deploying Web Client

    Ok I found this article http://support.citrix.com/article/CTX112732 and was able to create a custom package and install but now I get this message: Current browser security restrictions may prevent you from launching applications, or may require your explicit permission to proceed. To launch an...
  2. bmquiroz

    Deploying Web Client

    Hi all, I'd like deploy the latest version of the web client via Web Interface. I have set the "Embedded native client" as the default package to use on the Web Interface server but when I log in, I do not see the link to the download. PS is version 4.0 and WI is 4.5 Thanks. -B
  3. bmquiroz

    Print to PDF Excel macro

    Thanks for the reply. The loop is actually what makes the macro go to each page and print. If I remove it, it will only print one page. My spreadsheet contains a print area of 100 pages (100 page breaks). -B
  4. bmquiroz

    Print to PDF Excel macro

    Hi all, Need some help adding additional functionality to the code below. The macro recurses through an Excel spreadsheet and sends each page to an Adobe printer driver for PDF creation. The page breaks on the spreadsheet define what to print. The spreadsheet has changed a bit and now...
  5. bmquiroz

    SNMP

    Can someone tell me if it is possible to setup SNMP traps on an G650 \ S8500 system? Thanks.
  6. bmquiroz

    Temporary disconnects on 2410s and 2420s

    We are not using HA, just a single 8500\G650. Can the issues be related to a network problem? Here is a snippet of my error log: NO-LIC 1 03/03/12:15 03/03/12:15 1 0 1 r n PN 01A TDM-BUS 769 1 07/07/17:51 03/05/10:42 4 0 0 n n PN...
  7. bmquiroz

    Temporary disconnects on 2410s and 2420s

    phoneguy55, Thanks for the reply. I have over 100 pages of logged errors. Is this normal? The system has been up for approximately 2 years. Should I filter out some of the less important errors? -B
  8. bmquiroz

    Temporary disconnects on 2410s and 2420s

    Hi all, We've recently been experiencing a few issues with our 2410 and 2420 handsets suddenly dropping calls and going offline (i.e. no dial-tone, no lights.) The outages are usually short, about a minute or two but nevertheless have become a real problem. Thinking that it is perhaps a carrier...
  9. bmquiroz

    Pass form variable to module in Excel VBA

    I'm getting a compile error "Ambiguous name: myOption" in UserForm1. Anyway, what I've done as a workaround is written the variable to a cell in the worksheet under cmdSubmit_Click then retrieving it by checking the cells value in my module procedure. Messy but it works.
  10. bmquiroz

    Pass form variable to module in Excel VBA

    Hi all, I have a form that uses option buttons to store parameters. I need to access these parameters as variables from a module then pass them to a procedure. Problem is that I lose the variable when UserForm1 gets unloaded. I have declared the variable as Public but nothing. Can someone shed...
  11. bmquiroz

    Format string

    strongm you are awesome, thanks!
  12. bmquiroz

    Format string

    I'll need it to remove any prefix or suffix in the name as well. Thanks again for your help
  13. bmquiroz

    Format string

    Guys thanks again for your help. strongm, is there any way of removing the middle initial from name strings using regex? I guess an expression that would look for a period then remove the letter before it? Thanks.
  14. bmquiroz

    Format string

    You guys are great! Thanks!!
  15. bmquiroz

    Format string

    Hi all, I need some help with formatting strings using either regexp (preferably) or VB functions Trim, InStr, etc. I've been trying to use regexp but have run into a wall trying to find a working expression. Here is what I need to do: Joan R. Platt convert to -> Joan|R|Platt Lehman...

Part and Inventory Search

Back
Top