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

    Trouble with depth

    I'm dynamically creating lines and I want them to show up behind other objects on the stage. The problem is the stage objects don't seem to have a depth and I can't seem to assign them a depth. I've tried the attachmovieclip function and can't seem to get it working right. Any help with dynamic...
  2. JuanSanchez

    Turn the current Scene into a Movieclip

    With the exception of copying each layers frames into a movie clip, is there a way to select an entire scene and movie it into a movie clip? I keep making everything right on the top level then end up needing to move it into a movie clip. Any tips would be much appreciated. Thanks, Juan
  3. JuanSanchez

    Get the value of a dynamically selected column

    I have a trigger where I dynamically select which column was updated, the only problem I have is once I have the column I cant seem to get the new value of the column. So basically I want to look at a table figure out which column was updated and return that column name and its value. Any Ideas
  4. JuanSanchez

    MS/SQL to PL/SQL

    I'm trying to convert this T-SQL to PL/SQL. This is part of a view on my MS SQL 2k server. But I need to use it in a DTS package to pull data from our Oracle server. I'm trying to get the weekending 2 weeks previous. Weeks end on saturday in this script. Thanks in advance. The server does not...
  5. JuanSanchez

    Amp draw of a G3SI

    I need to get a rough number for the amp draw of an Avaya G3SI
  6. JuanSanchez

    Unwanted user shows up in every database

    Every time I create a new database on of my users is auto populated into the users. I am always there as the DBO and this other user automatically shows up. How did this happen? Does anyone know how to do this, I would like certain users to be auto added? Does anyone know how to stop this once...
  7. JuanSanchez

    Links broken in half in emails?

    When I receive long URL's in my email they break down into 2 lines and this seems to break the link so I have to click half the link and copy and paste the other half, it looks like this:<This is not a real link> http://www.yahoo.com/ATL/Comm/thisandthat/andStylebook/3Acron yms/acronym.cfm...
  8. JuanSanchez

    IIS4 with multiple IP's can't connect to ftp server

    I have an NT IIS 4 server with 2 ip's set up with 2 websites. This is the error message I get. Error Diagnostic Information 500 'PORT 10,84,120,12210,84,120,123,72,130': command not understood The first IP is 10.84.120.122 the second IP is 10.84.120.123 in the error you can see how they both...
  9. JuanSanchez

    Make 32 character greenbar reports print on laser printer

    I have alot of those old school greenbar reports in txt format that I display in pages. My users want to print these reports on a normal 8x11 sheet from a laser printer. any idea's for cleaning up the file and making it printer friendly.. (already looking into Monarch but would like to find...
  10. JuanSanchez

    Let users send email to me from web page

    The problem is I host at xo communications and I dont know any of the settings for the server and cant change anything. I just want people to be able to send me an email from my site incase they dont have an email client on their PC. Whats the easiest way? Thanks ncr2jpw
  11. JuanSanchez

    CFFTP rename and remove by date?

    I curently trying to write a chunk of code that will look at all the files on a directory of my ftp server and rename anything that is 7 days old and then delete anything that is 21 days old. This is what im fumbling with now I'm still working on the rename part of it right now.... <CFFTP...
  12. JuanSanchez

    Stopping Cold Fusion Serivces

    I need to know the names of the Cold Fusion services so I can stop them from a dos prompt. ie... Net Stop w3svc That stops www service what are the commands to stop Cold Fusion Application server Cold Fusion RDS Cold Fusion Executive
  13. JuanSanchez

    Need help understanding Date( ) ?

    I think that BegDate means 6 weeks before the current day? BUT I'm at a lose for EndDate, BegDate = DateAdd(&quot;WW&quot;, -6, Date()) EndDate = DateAdd(&quot;d&quot;,-Weekday(Date() + 6,1),Date())
  14. JuanSanchez

    Generating Weekending dates

    I'm trying to generate a weekending date from a date pulled from a ms sql databse. This is very sparse but I dont do alot of math functions. Here's what I have.... <cfquery name=&quot;WE&quot; datasource=&quot;payroll&quot; username=&quot;abc&quot; password=&quot;123&quot;> select subcutoff...

Part and Inventory Search

Back
Top