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

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

    Find timestamps near each other

    Working to clean up file registration/tracking, I am stumped on this one: Table has a Registration_Id (Number) and Download_Date (Date/Time) for fields. When users get click-happy downloading files, two or more records are added to the table (with a 1-3 seconds later Date/Time value). My task...
  2. jhowe

    Macromedia Flash as a web application platform

    After reading some dialog in the browser wars thread and the cost of code duplication to address multiple browsers, I wondered if app developers are looking at the latest version of Flash for possible use in projects. I have just began working with Flash, but the client-side scripting...
  3. jhowe

    Hidden line rendering-Edges only

    I want to render an editable mesh of a gear as a hidden line display. I do not want to see the lines of the mesh elements, but of the physical edges of the gear, so that it looks like an iso drawing of a 2-D blueprint. Does anyone have a good technique for doing this?
  4. jhowe

    Zoom/Pan buttons from JavaScript

    I am totally new to Flash but good with JavaScript. I am interested in making a drawing viewer by exporting static CAD drawing files to .swf format and then using JavaScript buttons to let users zoom all, zoom window, and pan l/r/u/d when zoomed in. Is there a way to set modes in flash where...
  5. jhowe

    How can I sort strings numerically

    I have a varchar field that I want to sort numerically. Typical values are: 1A 1B 5 5A 9 10 10A 12B and I essentially want to parse the integer at the beginning and sort on that integer. Is this possible in an ORDER BY query? Currently sorting this field gives the alphanumeric order 1A 1B 10...
  6. jhowe

    Need MSSQL purchase advice

    I current use an hosting service with SQL Server 7.0 running on their server. I am familiar with making databases in Access. I am being told I can use the Enterprise Manager to connect with SQL server running on their server and perform tasks like creating tables, modifying row data, etc. Since...
  7. jhowe

    FileSystemObject error

    I am migrating some items from Personal Web Server to IIS 4.0 and have an error when I try to create a FileSystemObject. The only line of code I have is: var FSO = Server.CreateObject("Scripting.FileSystemObject"); and the resulting error is Server object error 'ASP 0177 : 800401f3'...
  8. jhowe

    Submit from frame, return to window

    Hello,<br><br>I want to submit a form from a document I have in one of two frames and then I want to return the ASP document to the top-level of the window (where the FRAMESET document is prior to form submittal). Anyone have a good idea how to do this ?<br><br>Thanks in advance, <br><br>jhowe
  9. jhowe

    Sending files from client

    Good morning...<br><br>I am developing an app for IE5.0+ where I need to have a mechanism for the user to send 1-5 small files that are stored on the client to a server. The ideal case would be via email with 1-5 attachments. Does anyone have any ideas on how to open an email (I can require the...
  10. jhowe

    Printing applet in IE5.0

    I am plotting a simple graph to an applet window on an HTML page. The graph changes in response to JavaScript and HTML form value changes. When I print the HTML page from IE's print command, the printout shows the graph with the HTML form's initial values and not the latest, updated graph. Is...
  11. jhowe

    Need to save HTML page as Word doc

    I am creating a web page that uses JavaScript and DHTML to display a dynamically updating price and options list. Users would check the options they want and get pricing data instantaneously. When completed, I need a way to capture the various options they chose and price that was extended to...

Part and Inventory Search

Back
Top