November 24th, 2008 by
David Zeidman
The IBBMacroProperties interface promised some nice enhancements to VBA macros. However of the three properties in the interface only one of them actually works.
Read the rest of this entry »
Posted in Beginner |
No Comments »
November 10th, 2008 by
David Zeidman
In Config, Fields it is possible to set your own fields to be required or not. For example if I wanted every organisation record in Raiser’s Edge to have a profession then I would tick the profession tick box as being required. In order to future proof my code it is necessary to check to see which fields are required so that when creating a new organization I can also prompt for the required fields too. This is not such a difficult task really only that the code below does not work as expected.
Read the rest of this entry »
Posted in Advanced |
No Comments »
November 4th, 2008 by
David Zeidman
When I first started out working with Raisers Edge API I realised that I was reusing many routines over and over and that would it not be better to create my own tools class so that I would not reinvent the wheel. Over the years I have added items to this class that I have found useful and have developed older items in order to do more things. In this post I will share with you some of the items that I find invaluable. Read the rest of this entry »
Posted in Intermediate |
No Comments »