Welcome to Forums Sign in | Join | Help | Forums
in Search


Browse by Tags

.NET (RSS)
  • Senior Web Developer / Programmer

    The Florida State University Foundation is seeking a Senior Web Developer / Programmer in the Department of Information Services (IS). The incumbent will be responsible for the fulfillment of design, development and maintenance of web based applications, script based applications, reports, providing...
    Posted to Forum by Tammie Eldred on 11-16-2011
  • How to add a new bankaccount to a new constituent

    Hi, I'm new to RE API and i'm stuck here: I can create a new contituent and add it's address, but can't find a way to save a new bankaccount. I've been looking into the CBank class, CRelations, CRelationships2. Would apreciate if you could give me an example. B. rgds, Eric
    Posted to Forum by Eric Bracke on 09-03-2010
  • Installation of RE Application didn't point to install sql server

    When i installed RE Application it installed successfully and also updated the version when i tried to start it. But during my installation process it didn't prompt me for the sql database installation. Can help in this regards. Because when i try to login with supervisior account with password admin...
    Posted to Forum by Virgina Thomas on 12-01-2009
  • Unable to run the RE:API in .NET Application

    When i running the my sample application i get the following error. Startup Error: Failed to load control 'WebHost' from RE7_WEBHOST72.OCX. Your version of RE7_WEBHOST72.OCX may be outdated. Make sure you are using the version of the control that was provided with your application. Main Startup...
    Posted to Forum by Virgina Thomas on 12-01-2009
  • Search for Constituents by bank account

    Hi, I'm looking for a way to find contstituents by their bank account. As off version 7.81 the account numbers are encrypted in the DB. Using the standard CustomWhereClause doesn't work because it queries the raw (encrypted) data. Is there a way to encrypt the plain text (account no) and pass...
    Posted to Forum by Eric Bracke on 10-19-2008
  • API using Visual Studio 2005

    I am writing an app in Vb using Visual Studio 2005 and the RE API and have run into a problem displaying a Constituent form. Strangely I have been able to display an RE Gift form in exactly the same environment and with nearly identical code. Has anyone come upon similar problems? The details are .....
    Posted to Forum by Peter Falconer on 08-06-2008
  • Solved

    Ok I have it finally working! The main thing to check for is to go via the RE client into Config -> Fields and check whether all fields, that are marked as required, are provided for in the code. If any of those fields are missing, the API will throw up an error. Upon looking at the exception, the...
    Posted to Forum by Paul Black on 06-20-2008
  • Re: API Help in .Net - Create Constituent

    Ok I have it finally working! The main thing to check for is to go via the RE client into Config -> Fields and check whether all fields, that are marked as required, are provided for in the code. If any of those fields are missing, the API will throw up an error. Upon looking at the exception, the...
    Posted to Forum by Paul Black on 06-20-2008
  • Re: API Help in .Net - Create Constituent

    There seems to be some confusion. I am not updating data via the database, I just tried it to see if there were any constraints. The key field is RECORDS_fld_IS_CONSTITUENT which, if set to true, fails but if set to false works, but only inserts a row in the records table, NOT in the Constituent table...
    Posted to Forum by Paul Black on 06-19-2008
  • Re: API Help in .Net - Create Constituent

    I tried removing the CONSTITUENT_CODE_fld_CONSTIT_ID assignment but I get this error: System.Runtime.InteropServices.COMException (0x80040666): Required Field Missing: Status at BBREAPI7.CRecordClass.Save() I did some more investigation yesterday and discovered that if I set: Code: _record.set_Fields...
    Posted to Forum by Paul Black on 06-19-2008
Page 1 of 2 (11 items) 1 2 Next >