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

  1. hugostyles

    SQL 2005 Decryption RC4 values from another system.

    Thanks for the response. I think I tried that and it basically encrypted my already encrypted credit card. e.g. ˜ž†?âD¯k"('ˆ›´ >>> 234asf9!"$"£$ and then back to ˜ž†?âD¯k"('ˆ›´ That link you sent work well for encryption/decryption - on the same SQL Server or between SQL Servers. I'll...
  2. hugostyles

    SQL 2005 Decryption RC4 values from another system.

    Does anyone know if this is possible. 1. Credit card number is encrypted RC4 standard on iSeries box. 2. The encrypted data is sent to SQL 2005 in csv format with the password used for the encryption. e.g. Encrypted Value | Password ˜ž†?âD¯k“(‘ˆ›´ | MyPassword šœ...
  3. hugostyles

    Possible to display only certain part of document/report in a webpart?

    Im trying to display only a certain section of a crystal report in a webpart. I have a report with a chart in the top section and then text further below. I only want to display the chart in the webpart. I can modify the height and width of the webpart etc, but it still leaves me with scroll...
  4. hugostyles

    CE10 CR10 - exporting to excel - carriage return error.

    Im exporting a report from CE10 to excel. There are multiple items within a cell (each separated by a carriage return). Once the data is exported to Excel, there is a hidden carriage return and a visible Unicode (box) carriage return. If I try this in Crystal Reports then it's fine. After I...
  5. hugostyles

    createobject("Outlook.Application")

    Re-installed office completely and it solved the problem. yay.
  6. hugostyles

    createobject("Outlook.Application")

    i have a vbs script - email.vbs its a basic script to open an outlook message. Set objOutlk = createobject("Outlook.Application") Set objMail = objOutlk.createitem(olMailItem) however when i run it, it returns a unspecified error, pointing to the line - "Set objOutlk =...
  7. hugostyles

    Outlook substituting names from contact list.

    Thank you SO MUCH!!!
  8. hugostyles

    Outlook substituting names from contact list.

    Hi, I'm currently using outlook 2002. We have a software program that generates email and places them into the outbox. At that point Outlook substitutes the names, using name recognition. The problem is, that if I address the email to john@myemail.com, and within outlook's contact list, I have...
  9. hugostyles

    reversing a clip but with deceleration feeling

    I would suggest cutting the clip up into e.g. 9 sections, then set the speed on each clip as follows clip 1 = -100 clip 2 = -75 clip 3 = -50 clip 4 = -25 clip 5 = 5 clip 6 = 25 clip 7 = 50 clip 8 = 75 clip 9 = 100 This should produce the effect you desire. Obviously play with the speed...
  10. hugostyles

    Foxpro Reports Cause GPF errors and illegal operation errors

    I'm using Foxpro 2.6. Thanks for the advice.
  11. hugostyles

    Foxpro Reports Cause GPF errors and illegal operation errors

    Hi, Everytime I try and preview or print a report, foxpro generates a GPF or similar error within my application. This error occurs even when I try and create a new report in Foxpro. FILE>NEW>REPORT I've set the memlimit=20,4096,16... The strange thing is, last week I changed the memlimit to...
  12. hugostyles

    Foxprow 2.6 Decompiler

    Hi, I have managed to overwrite my latest prg file. I do however have my lates exe. Is it possible to extract the source from this file? Much appreciated Thanks

Part and Inventory Search

Back
Top