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!

Recent content by skeamy

  1. skeamy

    What does this Event Log entry mean?

    The VB Application identified by the event source logged this Application iCOMGateway: Thread ID: 2624 ,Logged: MsgBox: , SSSS Hi, Does anyone have a clue what these information messages mean in the Application event log - they are happening all the time and are clogging it up. iCOMGateway is...
  2. skeamy

    Central Stats Exe to monitor MTS Components

    Hi, Ive got a n-tier system which resides in MTS. Everything is OK but the support engineers would like to see an application on the MTS server that gives them stats about the current state of the system. The system connects to a third party company through a different third party product so...
  3. skeamy

    'ActiveX can't create object' but it does!!

    Funnily enough Ive just bought the book 'Developing XML Applications' or sommat issue by Microsoft. Somebody else had mentioned using XML. Can you point me to the right area's to concentrate on. Thanks for replying
  4. skeamy

    'ActiveX can't create object' but it does!!

    To cut a long story short.. Background... We have a system written in VB6 which comprises of a load of COM DLL's which sit in MTS on an NT4 server and currently our only presentation layer is ASP which works fine. Our Third party IVR system sits on an OS/2 server and needs to interface to this...
  5. skeamy

    Java Cookies - Please Help!

    This problem is really starting to get on my nerves...<br>I want to store some values in a cookie and set an expiry date in a months time..<br><br>Here's what I am doing (This is in VBScript)<br>document.cookie = &quot;TOP=132; Expires=01-Sep-2000 12:00:00 GMT&quot;<br>but when I look at the...
  6. skeamy

    How do you work out the window size?

    Hopefully someone knows the answer to this<br>I dynamically change the size of the browser window with the<br>following command <br><br>window.resizeTo 500,530<br><br>but I hate hard-coding anything so I would like to store the size of the browser window when I start. Does anybody know how you...
  7. skeamy

    Can ASP write to the Client Registry?

    I would like to store the position of the Explorer window on the screen so that next time the app is run the window appears in the same position.<br>My first idea is to write to the client registry..is this possible from an ASP page? or is there an alternate method you can come up with<br><br>Thanks
  8. skeamy

    IIS/ASP ok with 500+ Users?

    Ive developed an n-tier application and I am just a few weeks away from it going live. To cut a long story short the only part of the system that I can't really give a good battering to is the front end ASP page. <br>Originally I just installed the option pack and created a project in IIS and...
  9. skeamy

    SQL Update Question...

    Thanks for the reply but I don't really see how that makes it tighter. Another instance will have the same code so could nip in and set another marker before my SQL statement has interoggated which TID the first instance set the marker on.<br>Or am I too much of a perfectionist?
  10. skeamy

    SQL Update Question...

    I have got a table of TID's which have an available flag<br>What I want to do is take off the next available TID and mark it as unavailable. Ive done the SQL for that<br><br>UPDATE TIDS <br>SET Available=0<br>WHERE ID IN (SELECT TOP 1 ID FROM TIDS WHERE Available=1 ORDER BY TID)<br><br>The only...
  11. skeamy

    ASP Client-Side Validation

    I think Ive found a half way house solution for the second question (I tried the label tag but I couldn't update it through the DOM) but that isn't a problem anymore.<br><br>The first problem is still there though. What I probably didn't make plain is that this bug seems to be perculiar to the...
  12. skeamy

    ASP Client-Side Validation

    We are currently converting a VB client/server system into an ASP front-end which processes business objects in MTS on the server.<br><br>The Users are used to a VB front-end which validates most of the input before they send it off so Im trying to include as much as possible field-level...
  13. skeamy

    Distributing Applications...

    Better late than never:-)<br><br>Maybe my initial posting was a bit confusing (now Ive read it again).<br>The main question is how do you distribute an MTS package over multiple machines. At the moment I have all my business objects running in MTS on one machine. What are the steps involved in...
  14. skeamy

    Distributing Applications...

    Hi,<br>Ive read the book VB6 Business Objects and I am going quite well. I like to see everything working so Im now trying to have my User-centric and data-centric tiers on different machines (Ive seen it working on one machine). I exported my MTS data-centric package onto the second machine and...
  15. skeamy

    Options/Opinions Please....

    Thanks for your help I think I'll mull it over for now. I think the problem is that I have got used to never taking a trip across the network unless I have to and this is probably in direct conflict with n-tier architecture. In the bad old days networks were slow and this could have a...

Part and Inventory Search

Back
Top