NTK and The NTK Project
are properties of Jn Dechereux
Home | Documentation | FAQ.

Vanilla 1.1.8 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    •  
      CommentAuthorxbasefan
    • CommentTimeApr 23rd 2010
     
    Dear NTK Team:

    We're a small company developing accounting software, entirely with Clipper/C4W 4.0
    We're planning to convert our app to 32bit using xHarbour, and NTK in replacement of C4W. I've taken a look at your NTK Free product, and it sounds extremely interesting to us because it does most things we need. Great job, congratulations! We will donate for the PRO version very soon.

    However, just a little question:
    Is there a way to access the Win32 AT API, in order to schedule tasks directly from a NTK program?

    TIA,
    Wilson
    •  
      CommentAuthorjnd
    • CommentTimeApr 26th 2010 edited
     
    Hi Wilson,

    First, thanks for your kind words. Second, your donation will be welcome. This is a good way for supporting NTK-Project work in progress.

    Now, about your question:
    All what you need is located into your \wntk4hrb\contribs\AT folder.
    You'll find there ATapi.prg and NTKLMAT.ch, a complete wrapper for manupulating NetSchedule* functions and ATINFO structure/array. A sample/tutorial called Schedule.prg is also available.

    BR,
    Jnd

    P.S. Below, a little preview/screenshot of our own backup software, which is using the ATapi contribution. Hope it helps and gives you some ideas... :wink:
    •  
      CommentAuthorxbasefan
    • CommentTimeApr 27th 2010 edited
     
    Thanks Jnd. This does exactly what I want :wink:

    p.s. Nice preview! Is the source code available to share?