Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #19892
| From | Gulp <Gulp@hotmail.com> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: db modificato |
| Date | 2021-05-24 23:18 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <s8h54s$1tp7$1@gioia.aioe.org> (permalink) |
| References | <s8emc3$hph$1@gioia.aioe.org> <s8emdp$hph$2@gioia.aioe.org> <s8f0c7$1mqm$1@gioia.aioe.org> <s8fl7f$l6h$1@gioia.aioe.org> <s8gh98$ips$1@gioia.aioe.org> |
Il 24/05/21 17:38, RobertoA ha scritto:
> Ehhh mi sa che con un mdb non si fa niente
> Almeno che sappia io, ciccia
Ma una routine di questo tipo, che significato ha? A cosa serve?
Private Sub datNomeRS_Validate(Action As Integer, Save As Integer)
'Posizione per il codice di convalida
'Questo evento viene richiamato quando si verificano le seguenti azioni
Select Case Action
Case vbDataActionMoveFirst
Case vbDataActionMovePrevious
Case vbDataActionMoveNext
Case vbDataActionMoveLast
Case vbDataActionAddNew
Case vbDataActionUpdate
Case vbDataActionDelete
Case vbDataActionFind
Case vbDataActionBookmark
Case vbDataActionClose
Screen.MousePointer = vbHourglass
End Select
End Sub
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Re: db modificato RobertoA <amorosik@tiscalinet.it> - 2021-05-24 17:38 +0200
Re: db modificato Gulp <Gulp@hotmail.com> - 2021-05-24 23:18 +0200
Re: db modificato RobertoA <amorosik@tiscalinet.it> - 2021-05-25 08:07 +0200
csiph-web