109
ПРИЛОЖЕНИЕ 5
Листинг модуля справочника «Отделы»
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "Otdely.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TForm_otdely *Form_otdely;
//---------------------------------------------------------------------------
__fastcallTForm_otdely::TForm_otdely(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------
void __fastcallTForm_otdely::FormShow(TObject *Sender)
{
ADOConnection1->ConnectionString =
"Provider=Microsoft.Jet.OLEDB.4.0;Data
Source="+GetCurrentDir()+"\\ras4et_zp.mdb"+";Persist Security Info=False";
ADOTable1->Active = true;
}
//---------------------------------------------------------------------------