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

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

    Scrolling multiple text fields

    I'm using CS3 (ActionScript 2.0). I have a movie that is using external XML to create dynamic text fields. Everything is working great except now the page gets larger than the storyboard and it will not scroll. How should I go about getting the following code to scroll? // blah blah blah cut...
  2. bobbyr

    Mapping client My Documents through Terminal Services

    I have a few users who access a server through terminal services. Theses users then save a PDF file onto the server in their profile's My Documents directory. Does anybody have a good solution to map that profile's My Documents directory to the remote client's local My Documents directory so...
  3. bobbyr

    This one should be simple...

    OK.. I'm not with it today. I'm looking for the best way to remove the host out of a domain: example, take www.oitweb.com or mail.oitweb.com and write just oitweb.com. Thanks in advance!
  4. bobbyr

    Overlapping Text

    Hello, I am trying to create a graphic that will be cuttable from Illustrator 10. My problem is that when I convert my text to outlines, I have overlapping text. I need to "weld" these characters together so that the cutter will not cut the overlapping lines. Any suggestions? Thanks, Bobby
  5. bobbyr

    Need help for a report I created a few years back..

    Hello, I have a report that I created a few years back that displays different departments of a company ("Type of Metal") and pulls current jobs ("Customer info") that are within each department. The report layout looks like the following: ------------------------ - Group1: Type of Metal...
  6. bobbyr

    Block DHCP traffic across tunnel

    I have a x750e at the corporate office and a x20e at a remote office connected by a VPN tunnel. The Corporate office is 192.168.1.0/24 while the remote office is 192.168.2.0/24. The corp office has a DHCP server and I have the x20e running DHCP for the remote office clients. How can I make...
  7. bobbyr

    Change DN Length?

    Can I change the DN length on the KSU or do I need to reinstall the vmail? My KSU is setup for 2 digit DN's and the vmail is set to 3. I would assume that these need to be the same length?? Thanks, Bobby
  8. bobbyr

    Newbie question about systems

    Hopefully, someone in here can help me determine my needs. We are a relatively small company that needs a 6x16 system. I currently have a Non-DS Compact 6x16, but don't think it's going to cut it. What we need is an Automated Attendant to answer all calls. Then, depending on the selection...
  9. bobbyr

    ActiveX DLL and MsgBox

    I have an ActiveX DLL that I am calling from and ASP page. The ActiveX DLL code is one that is found on the web for being able to use the MsgBox function from within ASP. The code all works fine when I run a test Standard EXE from VB6, but the dll just hangs when it calls the GetMsgBox from...
  10. bobbyr

    Getting Started

    Hope somebody can help. I've created web-based applications for over 6 years. I've recently started coding VB 6 applications and have gotten the hang of it pretty quickly. One thing I've never done is created a server side dll that can be executed over the web. I'd assume that what I'm...
  11. bobbyr

    Count session values

    Is there a way to count session values such as how many people are logged in with a session("GroupId") = 5 ? Thanks, Bobby R
  12. bobbyr

    To VBScript or not to VBScript?

    I've programmed in Visual Basic and ASP for quite a while now. I've always used JavaScript anytime I needed to do anything client-side on the web. Question.. Is VBScript compatible with most browsers or am I best to stick with JavaScript? I never know what browser my users are going to have...
  13. bobbyr

    Search for "*", not wildcard

    I am trying to use Select Expert to select data that starts with * (an astrisk), but the Select Expert is selecting everything thinking that I'm specifying a wildcard. Any way around this? Thanks, Bobby
  14. bobbyr

    Any reason this would crash report designer?

    Mid(Replace{sgpso203.DESC},".","",4) I'm trying strip out any periods, then chop off the left three characters in the string. I can do the formula with just the Mid(), but when I add the Replace(), it causes Crystal Reports to crash. Any suggestions? Thanks, Bobby
  15. bobbyr

    Replace first 3 characters?

    I have a varchar string and I need to remove the first 3 characters, no matter what they are. Example: *A4This is my string I need to remove the *A4. Any suggestions? Thanks, Bobby R
  16. bobbyr

    Gateway by sub interface on a 2600 -- Port Map -- FW

    Okay here Goes I have three linux firewalls doing inbound port mapping for smtp port 25 24.24.24.24 eth0 FW1 192.168.1.2 eth1 FW1 24.24.24.25 eth0 FW2 192.168.1.3 eth1 FW2 24.24.24.26 eth0 FW3 192.168.1.4 eth1 FW3 I have a cisco 2620 terminating 3 frame Legs on one serial interface...
  17. bobbyr

    Multiple tex boxes

    Hopefully someone can help me. I have a page that has a text box at the top which has a check amount (5500.00). Below it are multiple rows with invoice numbers and dollar amounts with a text box beside them. What I'm trying to do is everytime you enter an amount in the text box (25.00), it...
  18. bobbyr

    Determine the largest number..

    Hopefully, this is an easy one... I have 3 variables (var1, var2, and var3). What I need to do is take these 3 separate variables and determine which is the largest one. Thanks in advance. Bobby
  19. bobbyr

    Determine number type

    Anybody know the easiest way to determine if a number is odd or even in coldfusion? Thanks in advance! Bobby R
  20. bobbyr

    Response.ContentType ??

    I have an ASP script that uses Response.ContentType = "application/vnd.ms-excel" to create a MS Excel spreadsheet from the ASP page. I was wondering if there is something similar that ColdFusion could use to create an MS Word document. I'm trying to pull data (a name and address)...

Part and Inventory Search

Back
Top