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!

Recent content by cascot

  1. cascot

    dll Calling Problems

    Glenn9999, Yes I use the stdcall as follows: Procedure CloseDlg(DlgStage : Integer); StdCall; begin TDialogDestroyer.Create(DlgStage); end; As I mentioned in my initial post, the entire process works perfectly on my own development machine (Windows XP Pro with Microsoft Access 2000), so I...
  2. cascot

    dll Calling Problems

    Glenn9999 Thank again for your continued help. Whilst I coded the dll using Delphi 7.0, as I mentioned in my initial posting, the dll is being called from within a Microsoft Access database, so using VBA code. I believe the dll will be loaded at program start-up.
  3. cascot

    dll Calling Problems

    Glenn9999 Thanks for your reply. There are no error messages of any kind. The dll is meant to search out a dialog box and click a button on it. The dll is linked dynamically. I didn't think you could statically link a dll (hence the name)??
  4. cascot

    dll Calling Problems

    whosrdaddy, Thanks for your reply. Access 2000 is installed on the server, so the MDAC components should already be in place.
  5. cascot

    dll Calling Problems

    I developed a dll using Delphi 7.0. I call the dll from a Microsoft Access database. On my own machine, running Windows XP Pro and Microsoft Access 2000, the dll works precisely as intended, however when I place it on the server it was designed to work on, nothing appears to happen. The server...
  6. cascot

    Help multithreading in dll

    I'm very much a Delphi beginner, so please feel free to tear my poor 'newbie' coding to pieces (good or bad, it will all help). I am trying to write code to close Outlook security dialog boxes. The ultimate intention being to create a dll which I can then call from Microsoft Access using VBA...
  7. cascot

    Email Options

    rkasnick, As yet I haven't done any Email related coding. I guess this was a somewhat rare example of decent forward planning - enquiring about somethign more than 5 minutes before you need it. I will be starting work on the Email functionality quite soon and I plan to try the Ostrosoft...
  8. cascot

    Email Options

    Oops, just as well you mentioned that Ed, I'd forgotten about the ability to award stars. Now taken care of, thanks again Carl. I'll look forward to any other feedback you may be able to offer on the components. Cascot
  9. cascot

    Email Options

    Hi Carl, Thank you so much for pointing me to the website for these components. They look very promising. Have you had an problems with them, any apparent bugs, or anything else of note? Thank you again for your help. It is much appreciated. Cascot
  10. cascot

    Access 2003 Freezes upon Launch ?

    Rick, Before exploring any other possibilities I would have to suggest a straightforward uninstall, reboot, and re-install of Office 2003 Professional.
  11. cascot

    Email Options

    Ed2020, Thanks for your reply. The ultimate aim is to distribute the application so the Email clients of the end users can't be known for sure. Yes it would be possible to make something like Outlook Express a requirement, but I would rather have the program function as independently as...
  12. cascot

    Email Options

    I am shortly going to need to incorporate Email functionality into an Access 2003 application. Ultimately this application will become a runtime. I mention that as it may have an impact on possible solutions, though from what I understand, programs such as SageKey can greatly reduce the problems...
  13. cascot

    Access 2000 - Multi-Paged Form Problem

    hneal98, Thanks for your reply. Unfortunately this is a system that has been used in anger for many years and I do not have the option of being able to amend the user interface to that extent just because of the upgrade to Access 2000.
  14. cascot

    Access 2000 - Multi-Paged Form Problem

    I have an application originally designed in Access 97 which I recently converted to Access 2000. Some forms have two pages using a pagebreak. Everything worked as expected in Access 97, however since converting to 2000 there now seems to be a problem related to the use of [ObjectName].SetFocus...
  15. cascot

    Subforms - What is the Best Approach?

    I couldn'd find any alternative approaches that involved sticking with the use of the LinkMasterFields and LinkChildFields properties, so I ditched those entirely and went with the following... - I still have only one Subform object - The RowSource of each form that will be opened within the...

Part and Inventory Search

Back
Top