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 wOOdy-Soft 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. theundergod

    View bandwidth utilization on Marconi switches

    Anyone familiar with Marconi equipment? I work with ATM quite a bit and am trying to find out how to look at the bandwidth utilization of a Virtual Path. This particular instance is dealing with a BXR48000. I know with most Marconi switches you can just do a "vpt sh" command to see what is being...
  2. theundergod

    IP Heartbeat Failure

    I recently downloaded Ethereal Network monitor just to mess around with it. When I captured the packet traffic on my NIC, while I was uploading a file to my webserver using the browser based file manager, I noticed that about 1 in 4 packets were being retransmitted. Is that normal? I also...
  3. theundergod

    Weird traffic failure on Cisco 6513's and 6509.

    Has anyone ever run into this problem? Our network has 5 Cisco switches 4 of which are logically connected through a Marconi switch fabric. The other is in a completely different location only connected logically through an ATM network of Marconi equipment. These switches are edge devices that...
  4. theundergod

    (JPanel) getContentPane() vs getContentPane()

    I am just curious. I am learning Java on my own and the latest book I bought tends to use a typecast of JPanel for the contentPane and I am wondering: since typcasting with JPanel gives you more options like setting the border for the whole JFrame, among others, why would you ever just use...
  5. theundergod

    Using Scanner object versus creating own System.in class methods

    I am learning Java on my own at the moment and the author of the book I am using created his own class with input methods. He uses methods all based around a method called getChar() which calls the System.in.read() method. All other methods he created like the getInt() and getWord() call on the...
  6. theundergod

    Trying to make (complicated?) user interface in form.

    I am not sure how to explain this but I will try as hard as I can. I have a table that has several columns of information, of course. I can obviously use a datasheet view and create a form that lists everything in an easy to read list. what I am trying to do however is make these listed records...
  7. theundergod

    Cannot lower file fragmentation at all

    okee dokee I have a SATA 250Gb HDD that is partitioned into 2 drives (C: 40Gb and D: every thing else). The problem I have is my primary (C:) will not defrag properly. It started at 8% then 12% and now 19%. Anyone have any idea what is going on? I have run defrag several times running windows XP...
  8. theundergod

    Variables to be seen throughout database

    I apologize I am too ignorant to know what to even search for to see if this had been covered in a previous posting. I am trying to get a variable used in one report (to represent wether or not all subreports are without data or not) to be seen by another main report which has the first report...
  9. theundergod

    Variable Footer Location

    Ok here is the problem I am running into: I am trying to make an official memo that will be printed via a report from a database that will be used for trouble tickets. According the government specs the signature block has to be a certain amount of spaces below the last part of the body of the...
  10. theundergod

    SubReport is getting cut off

    I have a main report with 7 subreports. If one of the subreports spans across from one page to the next it gets cut in half, if it so happens to fit on the page that way. I have changed the main report's properties to "Group Keep Together" per page. I can't think of anything else to try. If...
  11. theundergod

    What is a Run-Time code 0

    Here's my dilema. I am new to VBA and am currently doing some simple VBA instead of macros in order to become more familiar. I have a button that creates a new record and have this code as the event: DoCmd.GoToRecord , , acNewRec For some reason the code won't work and it spits out a run-time...

Part and Inventory Search

Back
Top