2.0
3.0
>
howto
>
dbformentering
Precedente
Successivo
Modifica
Rinomina
Undo
Search
Amministrazione
Documentazione
Attenzione! Questa pagina non รจ tradotta.
Vedi versione in inglese
How To Enter Data With gb.db.form
Must have a
Connection
with your database.
Set up
DataSource
for
the table access
; it acts like a parent class ( as a container and with methods ).
Add a
DataControl
for each
Field
in your record.
Use
Create
and
Save
methods from the
DataSource
control.
Can browse with
DataBrowser
.
Vedi anche
connect to database with
Connection
, ;table access through
DataSource
, ; browse with
DataBrowser