First commit 16/08/1996
This commit is contained in:
33
Builder/barmatic/repartidores.cpp
Normal file
33
Builder/barmatic/repartidores.cpp
Normal file
@ -0,0 +1,33 @@
|
||||
//---------------------------------------------------------------------------
|
||||
#include <vcl\vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "repartidores.h"
|
||||
//---------------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TForm5 *Form5;
|
||||
//---------------------------------------------------------------------------
|
||||
__fastcall TForm5::TForm5(TComponent* Owner)
|
||||
: TForm(Owner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
void __fastcall TForm5::Button1Click(TObject *Sender)
|
||||
{
|
||||
Table1->Edit();
|
||||
Table1->Insert();
|
||||
DBEdit1->SetFocus();
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
void __fastcall TForm5::Button2Click(TObject *Sender)
|
||||
{
|
||||
Table1->Edit();
|
||||
Table1->Delete();
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
||||
void __fastcall TForm5::Button3Click(TObject *Sender)
|
||||
{
|
||||
Table1->Edit();
|
||||
Table1->Post();
|
||||
}
|
||||
//---------------------------------------------------------------------------
|
Reference in New Issue
Block a user