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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pikkunero

  1. Pikkunero

    Delphi 4.0 Upgrade

    It may be that Delphi 5 is the only Delphi that you can use if you don't want to re-code anything. Delphi 6 may be also possible. With Delphi 7 (if i remember correctly) there are differences with variants for example and if you're using variants, you need to do some re-coding.
  2. Pikkunero

    stored procedure to lauch another program

    Here might be something that you need although you need to register to download the source code for this. http://www.codeproject.com/database/xyprocedure.asp
  3. Pikkunero

    Looking for Knowledgebase

    Have you tried contacting Jason yet? I know he would like to talk to you. If you're still interested please contact Jason. JP
  4. Pikkunero

    Looking for Knowledgebase

    Jason hasn't received any email yet so could you please check that you had a correct email address? Best regards, Joonas
  5. Pikkunero

    Looking for Knowledgebase

    Hi. Check out this address http://www.d-tnt.com and contact Jason White directly. I already spoke to him about this and he might be interested, Regards, Joonas
  6. Pikkunero

    Problem when passing a TForm subclass implementing interface

    Sorry jslarochelle. It seems that i replied too soon. I didn't read your post and think. :) Now that i'm thinking of it, i think you cannot send an instance of TMainForm as an interfaced object. If you do need some info from the MainForm within the doSomething, i suggest you either change the...
  7. Pikkunero

    Problem when passing a TForm subclass implementing interface

    The only thing i see here is that you use different name for the parameter (which you pass to reportError) in the interface and in the MainForm. The procedure within the TMainForm shold look like this: procedure reportError (errorMessage: string); Other that that i can't say anything else...
  8. Pikkunero

    Error trapping

    The link seems good for me too but it's somewhat useless since i've been using EurekaLog for some time now. It's excellent for finding runtime errors that you cannot find any other way. It gives all sorts of useful information and one of the best being this: Call Stack Information...
  9. Pikkunero

    Debugging Question

    Set a breakpoint also to the function inside the MAIN application. You'll see if the function is called at all. -- Pikkunero
  10. Pikkunero

    monitor for keypress

    I have some sources that do exactly that but there are no comments. Here's a link that should come in handy. There are also comments within the code. http://delphi.about.com/gi/dynamic/offsite.htm?site=http://www.q3.nu/trucomania/truco.cgi%3F408%26ing JP
  11. Pikkunero

    datetime comparison

    Now after towerbase's example it seems that you're only checking for positive result of CompareDate function. As towerbase's example shows you should infact use a 'case' statement instead of 'if'.
  12. Pikkunero

    datetime comparison

    No dateutils in D5 ent. I can try to replicate the error. I'll post it here if i have any success.
  13. Pikkunero

    datetime comparison

    Which version of Delphi are you using? I don't seem to have CompareDate function and i'm using D5Ent. Or is it in a 3rd party library?
  14. Pikkunero

    "Name not unique in this context"

    If you can post the sql here it'll tell us at least if it's an issue with the sql.
  15. Pikkunero

    EXE Errors

    Ok. Maybe i should've read you previous post more throughly. It does say you're converting to Win32. :) I love Delphi. Been working with it for years but now it seems that i have to partially start working with VB as well. Which i don't like.

Part and Inventory Search

Back
Top