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

    Unicode 0x5 character

    Some character in the xml document I'm uploading is giving me the error: An invalid XML character (Unicode: 0x5) was found in the element content of the document. Can someone tell me what character is Unicode 0x5 so I can strip it from my file? Thanks
  2. WhiZa

    Copy a report from one folder to another

    I am using Crystal Enterprise attempting to copy a report from one web folder to another via the API. I've tried using the Copy Method but with no luck. Has anyone done this before? Here's my attempt: function moveReport (IStore, source, destination) { var Reports = IStore.Query("SELECT * FROM...
  3. WhiZa

    MsgBox in javascript

    quick question... I have a javascript ActiveX Script Task and I would like to popup a message box like MsgBox in vbscript. What's the alternative in javascript? (alert() didn't work)
  4. WhiZa

    Rescheduling a package

    I have a package I want to run daily. This package is dependent on whether or not a file is available. Basicly what I want to do is schedule the package to run every day, and if the file isn't there then to reschedule the package to run in 1 more hour. Any ideas?
  5. WhiZa

    Importing a Table

    I reverse engineered tables from a database, and I saw that I forgot one. How do I import just one table/entity instead reimporting the whole thing?
  6. WhiZa

    Password Prompt

    When trying to open a crystal report it always asks me for the password to access the database. Is there anyway to store this so that it won't get a prompt?
  7. WhiZa

    Invalid Instance

    When trying to register a new SQL Server in EM, I get a "{ConnectionOpen}Invalid Instance" error. What might be the cause of this?
  8. WhiZa

    LogonUser function

    Why do I get an error code 1314: A required privilege is not held by the client. Whenever I call the LogonUser function? Here's how I call it: success = LogonUser(UserName, RemoteName, password, LOGON32_LOGON_NETWORK, LOGON32_PROVIDER_DEFAULT, &hToken); I'm using Windows 2000, any ideas?

Part and Inventory Search

Back
Top