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

    Preserver line breaks...

    I have read a ton about this and still can't get it to work. In the XML doc I want to display the "title" in multiple lines. Any help would be greatly appreciated. Code below. Thanks...Mitch ************************************ XML DOC --------------------------------------- <?xml...
  2. mitchelt

    Select / Modify Expand equivalent....

    Hi: In Photoshop I can create some text, select it (marching ants) go to Modify / Expand select the size and I now have an expanded selection. Is there any way to do this in Illustrator? Scaling is not the same. Thanks, Mitch
  3. mitchelt

    SQL 2000 New User: Explicit Deny All but one table

    Hi, On SQL 2000 using SQL Authentication I created a new user and had to give them access to only 1 table. The "problem" is that there are a lot of tables, views and stored procedures that I had to one-by-one select explicit deny (RED X) on Select/Insert/Update/Delete and Exec on the SP's. As...
  4. mitchelt

    Connecting/Importing from a remote csv file using UNC connection

    Hi, I created a DTS package with a connection similar to this example using a bogus IP: FILE: \\10.15.1.201\c$\websites\localuser\sitename\foldername\filename.csv The package is on our SQL Server Box and the file is on a different server...our web server. If I run the DTS package manually it...
  5. mitchelt

    Change the &quot;canvas&quot; size of an animation

    Hi, I am working in After Effects 6.0 Pro. I am trying to bring in a simple text animation that I am creating in a simple 3D program (Xara 3D5)...the size of the animation is 600x600. In After Affects I am working on a 800 x 600 composition and when I import the text animation, it's "canvas"...
  6. mitchelt

    Audio skips only on 2 new Dell's

    Hi, I created a pretty straightforward CD-ROM presentation using Director 7 (yes it's old but it works and I cannot justify the upgrade because I do not use it too much). The CD-ROM uses wav files that are linked not embedded to via the timeline and play automatically when the viewer enters a...
  7. mitchelt

    Delete blank files via DTS

    Hi, The following code works perfectly but now I want to do a little tweak at a different part of the DTS package. What I want to do is to delete files that are blank so they are not FTP'd to the remote server (a zero byte TXT file). I can see in my head what I need to do to the code, but I...
  8. mitchelt

    Default value getdate() formatting....

    I need some advice, I thought I was done with this project when I suddenly realized that because I was capturing the User Time (format = HHMMSS) on the form page they were submiting the time would be hours earlier or later than the server time. I know I can use getdate() as a default value for...
  9. mitchelt

    Selecting records, filter by current time and current time minus 5 min

    Hi, What I am trying to do in (ASP MSSQL) is to query records by the time submitted as compared to the current time and the current time minus 5 minutes. The time for the records is captured in this format: HHMMSS into a field called TIMESUBMIT So if the current time is 7:00:00AM the query...
  10. mitchelt

    Add leading zero to Hour/Minute in a VBScript in DTS Package

    Hi, I am creating a DTS package and in one of the steps the file that is created is automatically renamed using the current data and time. The problem is that the HOUR and MINUTES are coming in as single digits and dropping the leading zero, which of course I need. Below is the code that I am...

Part and Inventory Search

Back
Top