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

  1. ThunderForest

    Package Body Truncates on compile

    I'm using the 8.1.7 schema manager. I added a small change to a very large package body. When I "apply", it truncates the text and lists as "invalid". It's as if it's too large. Even if I remove the change, it does the same thing. When I paste in the entire text again, it does the same thing...
  2. ThunderForest

    Contact ISP for Account Identity

    ISP = AT&T-YaHoo Networks This involves the creation of a YaHoo account that impersonated an employee at my company. A malicious message was sent to our CEO using that account. We have the eMail header and know it originated from AT&T, as well as the approximate location. A few moments...
  3. ThunderForest

    Where to from here

    Would appreciate your opinions and/or protocol on this subject. Thanks. The Players: Uncle Joe, Owner of corporate group Nephew Bob, Network Administrator Sam, CEO of one company in group Alex, IT Manager Sam calls Alex into his office and begins asking how his relationship is with Bob...
  4. ThunderForest

    Cognos Install-Macros won't work

    V 7 Series 2 After installing this version on a new XP Pro box, macros will not work (error 1003) and most objects are not in object store. Nothing unusual occurred during the install. Is there a second disk for the install? Problem with XP? BTW, we constantly have this problem, sometimes...
  5. ThunderForest

    Macro and Prompt

    v 7.1.3 I have a report that has a subreport with a date prompt in it. I'm trying to write a macro so I can run this report automatically without any intervention. How do I pass the dates to the prompt? I did see examples where the prompt could be created within the script, but this prompt...
  6. ThunderForest

    Column Origin

    I am new to a company and have good experience in report writers; however, this is my first exposure to Cognos, which is v7.1.339. One of the biggest complaints I am receiving is that when looking at a report design, you cannot tell what table a column is from, e.g., there is no dot notation...
  7. ThunderForest

    Indy 10 SSL FTP

    Googled-out here. Using the Indy 10 components, I have developed an SSL-FTP console app that will execute all standard FTP commands in passive mode. I also use IdSSLIOHandlerSocketOpenSSL as the IOHandler, and IdLogEvent as the intercept. The FTP server is IpSwitch WS-FTP. The utility works...
  8. ThunderForest

    Export File formats

    I am on the receiving end of exported Aloha data, DBF format. Our import application reads these files, as well as the binary LOG file, and imports the data in SQL Server. What are the Aloha export file type options, e.g., DBF, CSV, etc.? Also, can the binary LOG file (e.g., T070312.LOG) be...
  9. ThunderForest

    Dynamic TEdit Creation

    I can't seem to get these TEdits to display or created. What am I missing? procedure TForm1.FormCreate(Sender: TObject); var x, y, tp, lft : integer; begin y := 10; while (x <= y) do begin with (TEdit.create(self)) do begin Name := 'Edit'+intToStr(x); Text := ''...
  10. ThunderForest

    ADSI - The server is unwilling to process the request

    Sorry, didn't mean to double-post. This seems to be more of an Active Directory expert question, so hopefully I have the right forum. I've written a lightweight Active Directory management program that modifies user attributes, adds and removes groups, and disables user accounts. Everything...
  11. ThunderForest

    ADSI - The server is unwilling to process the request

    This seems to be more of an Active Directory expert question, so hopefully I have the right forum. I've written a lightweight Active Directory management program that modifies user attributes, adds and removes groups, and disables user accounts. Everything works fine except this scenario...
  12. ThunderForest

    ShowModal Exception

    When this code runs, it works the first time, but an exception (EAccessViolation) occurs the second, etc. time when showModal is executed again, with or without the editBox value assignments. Code behind the two buttons on ccChangeForm is modalResult := mrOK and modalResult := mrCancel What am...
  13. ThunderForest

    ADO 30 Sec Time Out

    Also see thread 102-568437 in this forum. I am experiencing this problem using Delphi 5 and 7, executing stored procedures on SQL Server from a ADODataSet or ADOQuery. Typically happens with large result sets. Procs run as expected using Query Analyzer, but I continually time-out after about...
  14. ThunderForest

    ADO Multi-step OLE DB operation Exception

    Trying to run an ADO query, with five parameters and a stored procedure and get this exception: Error: EOleException with message Multi-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done. I've looked at the Microsoft FAQ on this, and I can...
  15. ThunderForest

    HyperStr - Operand Size Mismatch

    I'm responsible for an application that made ample, and extensive use of HyperStr, a 3rd party string library that apparently was no longer supported or upgraded following Delphi 5. Google turns up dead ends on the author. I need to upgrade the application to v7 for other reasons, but it...
  16. ThunderForest

    BDE InterBase Unavailable Database

    I'm using BDE and the Interbase driver (Local server) to experiment with stored procedures. In the database desktop, I keep getting 'Unavailable Database' when trying to open an example table using the IBLOCAL alias. I can connect using IBMgr.EXE, and even use WISQL.EXE. I know I did this...
  17. ThunderForest

    Pick Ticket Printing

    Macola v7.5.103d Pervasive/SQL Windows 98 Pentium II PC, 128 mB I have a user who, on occasion, prints a pick ticket and not all the products will print on it. The total price on the pick ticket does print correctly on the last page. I'm somewhat reluctant to blame this on the print queue...
  18. ThunderForest

    Training and Certification

    You can see from my profile I tend to be self-taught and self-certified, but in this day and age it is no doubt more noteworthy to have some verifiable training and certs. From an inexpensive perspective, what would be a credible security certification to obtain that would help with ones...
  19. ThunderForest

    Borland Sale of Delphi

    http://news.yahoo.com/news?tmpl=story&cid=2265&ncid=2265&e=1&u=/infoworld/20060213/tc_infoworld/75308 RealBasic? When I picked up my free CD of Delphi 1.0 at a Borland promotional in 1995, they referred to it as the 'VB killer'. Where to from here? Getting answers before I'm asked. Providing...
  20. ThunderForest

    System Error 10 - Finders

    A user just encountered a system error 10 after booting the MAC G4. Following this, she 'zapped' the params so she could again choose which OS to use. Now when the MAC boots the cursor keeps spinning, so she can't choose the OS. Any ideas as to what's going on? Getting answers before I'm...

Part and Inventory Search

Back
Top