TntMPD ®
Powerful software for ministry partner development...

Comments: How can I develop add-ons for TntMPD?

It is our pleasure to provide this software free of charge to help you in your ministry.  We're so thankful for our partners who make this possible!

About TntWare

Table of Contents

Page Details

First published by:
Troy Wolbrink
on 29 Sep 2008
Last revision by:
Troy Wolbrink
on 12 Apr 2011
2 people found this article useful.

How can I develop add-ons for TntMPD?

Sort by: Published Date | Most Recent | Most Useful
By: guitarmanvt Posted on 16 Feb 2009 10:25 AM

I'm attempting to insert new records into the database.  The ID fields are all full of some long ID number.  Can you provide a reference to where this ID number comes from and if it's safe to just insert a unique number into this field?

By: Troy Wolbrink Posted on 18 Feb 2009 5:53 PM
100% of people found this useful

It can be anything as long as it's unique.  I believe Access has a Rnd() function that could be utilized.

By: Paul Federwitz Posted on 14 Mar 2011 4:45 PM
100% of people found this useful

The documentation for adding an add-on to the Tools menu should clarify that the "currentgroup.csv" tag should be added to a Parameters key instead of included in with Target.  Including it with Target will give you an error about specified file not found.  

By: Troy Wolbrink Posted on 12 Apr 2011 1:29 PM

Thanks, Paul.