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

    web form variables [$name]

    I'm editing a shopping cart package and there are variables in the web form that appear like [$some name]. What kind of variables are these? Here are some examples: <ul> <li><a href="Default.aspx">[$Home]</a></li> <li><a...
  2. hungerf5

    Dynamic Graphic Location not Printing

    I’m having an issue with a crystal report with an embedded image. The graphic location is set to a formula field that points to a URL. The URL is a webpage that dynamically generates an jpg. The issue is that the graphic shows and prints properly when launched via Crystal. But when I try to...
  3. hungerf5

    XML/SVG SetAttribute Issue xlink:href

    I'm working on code to generate SVG dynmically via the web. When I try to create an element to display one of the shapes in the <def> section of the SVG file I'm getting unexpected output. Below I'm trying to create a node called <use> with the following attribute xlink:href. svgElem =...
  4. hungerf5

    XSL Yielding HTML With SVG

    I have an xml file that has both textual and graphical information. I need to output the textual information as html and embed the graphical information into the html as svg. Is it be possible to write an xsl file that would output an html file with embedded svg? --Rick
  5. hungerf5

    com object can write to disk

    I'm using a COM object in a web app that needs to write temporary files to disk then delete them. Once the COM object tires to write to disk I get the folloing message: Server Error in '/' Application. -------------------------------------------------------------------------------- Access is...
  6. hungerf5

    Power Failure now triggers are not working correctly

    We had a power failure and a few nights back. It appears the server shutdown incorrectly. Now the triggers in our ERP are not working correctly or at all. What are some things to look for when trouble shooting this type of problem? --Rick --Rick
  7. hungerf5

    SQL Server Replication to MSDE for Fault Tolerance?

    I'm planning on buying one dual processor server with 2 MSFT SQL Server Standard processor licences for publication on the net. I would like to replicate to the MSDE server for fault tolerance. If the more powerfull server goes down I would switch to the MSDE to limp along. Is this possible...
  8. hungerf5

    T1 for apartment building

    Not sure if this is a switching question or a router question so here it goes: I'm looking into buying a T1 for my apartment building. What is the best way to allow all tenants to use the T1 but not be able to access each others networks? Is there a way to have a switch to dish out IP's on...
  9. hungerf5

    Distributed File Systems / File Repilication to External Array

    I’m in the process of building and archive server on our network. I’m trying to design the systems so live files are stored on an internal disk array and they are replicated to a larger external array (where they can’t be deleted). Using a RAID mirroring solution won’t work because I only want...
  10. hungerf5

    Removing Escape characters from a Field

    I'm extracting some data out of my server to be used in some dynamic JavaScript. I've run across a query that appears to have a carriage return in the text. I can tell there is a carriage return because when I view the JavaScript Source the code appears on two lines. Actually the field in...
  11. hungerf5

    Frame Collapsing

    I've implemented a JS function to collapse a left frame when a user double clicks it. Now I've added a top frame in the left frame and would like to be able to collase the top frame. How would I go about doing this. Process: User double clicks leftFrame which executes expando expando calls...
  12. hungerf5

    Open cursor from dynamic temporary table

    Having difficulty opening a cursor from a dynamically created temp table. I'm creating a temporary table based upon a processes @@SPID value. I then populate the table using sp_executesql. How can I open a cursor based on the dynamically created temporary table? I've opened it successfully...
  13. hungerf5

    ftp on a Specific Port

    Is there a way to FTP on a specific port using command line FTP?
  14. hungerf5

    Added a Switch between PIX and ISA Server - Issues

    I've just added a switch between my PIX 506 and Microsoft ISA Server. My intention is to create a DMZ so that I do not have to open up any (more) ports in my ISA server. Here is my current layout: Internet | Cisco Router | Pix 506 | Switch -- Web Server | ISA Server | LAN...
  15. hungerf5

    Update Statement Issues with Derived Tables

    I'm trying to resynchronize two tables in our ERP that have gotten out of wack. There are two tables involved: INVENTORY_TRANS which stores detailed inventory transactions; the other table is PART_WAREHOUSE which stores the current balance by WAREHOUSE and PART_ID. I can't just take the sum of...
  16. hungerf5

    Passing Text to Email Body with Carriage Returns

    I'm having difficulty passing text to the body of an email with carriage returns. I have a page that passes checkbox values from one form to the other with each value on its own line. The form that received the values then generates an email. The problem is once the data is pushed into the...
  17. hungerf5

    Initial PIX 506 Setup Unsuccessful

    What is an ideal setup for a PIX 506 with the following network setup: Router Nortel Baystack 100-S: Internet IP Address - 206.115.54.X Internal - 192.168.2.1 Email is nat'ed to a server inside the PIX I think the router is Nat'ing the external IP PIX: Outside- 192.168.2.1 Inside-...

Part and Inventory Search

Back
Top