Instructions

  1. Create a sub-folder named Labs on your local machine. Within the Labs folder, create a folder named ‘Blackbaud.CustomFx.FoodBank’.

    Ex:  E:\Training Class Support Material\SDK\UIModel\My Code\Labs\Blackbaud.CustomFx.FoodBank

  2. Within this folder, create a Visual Studio solution named Blackbaud.CustomFx.FoodBank and save the solution to the Blackbaud.CustomFx.FoodBank folder. 

  3. Create a Visual Basic project named Blackbaud.CustomFx.FoodBank.Catalog containing 5 completed TableSpec catalog items used to create the following tables:

    1. USR_FOODBANKTYPECODE   (CodeTableSpec)

    2. USR_FOODITEM  (TableSpec)

    3. USR_FOODBANK (TableSpec)

    4. USR_FOODBANKTXHEADER (TableSpec)

    5. USR_FOODBANKTXDETAIL (TableSpec)

  4. After the specs have been created, load the spec into the catalog using the LoadSpec.exe utility. Load the spec’s in the following order:

    1. USR_FOODBANKTYPECODE

    2. USR_FOODITEM

    3. USR_FOODBANK

    4. USR_FOODBANKTXHEADER

    5. USR_FOODBANKTXDETAIL

Visual Studio Directories and Files for the Food Bank Lab