WOW !! MUCH LOVE ! SO WORLD PEACE !
Fond bitcoin pour l'amélioration du site: 1memzGeKS7CB3ECNkzSn2qHwxU6NZoJ8o
  Dogecoin (tips/pourboires): DCLoo9Dd4qECqpMLurdgGnaoqbftj16Nvp


Home | Publier un mémoire | Une page au hasard

 > 

Automatisation de gestion de transport fluvial dans une institution publique cas de commissariat fluvial et lacustre de kisangani

( Télécharger le fichier original )
par Magloire PALUKU
Institut supérieur de commerce de Kisangani - Graduat en Informatique de gestion 2014
  

précédent sommaire

Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy

CONCLUSION 84

BIBLIOGRAPHIE 88

ANNEXE

PRESENTATION DE QUELQUES CODE DE CONNEXION

Code de Suppression d'un enregistrement

PrivateSub Commande10_Click()

On Error GoTo Err_Command17_Click

DoCmd.DoMenuItemacFormBar, acEditMenu, 8, , acMenuVer70

DoCmd.DoMenuItemacFormBar, acEditMenu, 6, , acMenuVer70

Exit_Command17_Click:

Exit Sub

Err_Command17_Click:

MsgBoxErr.Description

Resume Exit_Command17_Click

End Sub

Code de l'enregistrement précèdent

PrivateSub Commande11_Click()

On ErrorGoTo Err_Commande9_Click

DoCmd.DoMenuItemacFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.GoToRecord , , acPrevious

Exit_Commande9_Click:

Exit Sub

Err_Commande9_Click:

MsgBoxErr.Description

End Sub

Code de l'enregistrement suivant

Private Sub Commande12_Click()

On Error GoTo Err_Commande9_Click

DoCmd.DoMenuItemacFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.GoToRecord , , acNext

Exit_Commande9_Click:

Exit Sub

Err_Commande9_Click:

MsgBoxErr.Description

End Sub

Code de recherche des enregistrements

Private Sub Commande13_Click()

On Error GoTo Err_Command16_Click

Screen.PreviousControl.SetFocus

DoCmd.DoMenuItemacFormBar, acEditMenu, 10, , acMenuVer70

Exit_Command16_Click:

Exit Sub

Err_Command16_Click:

MsgBoxErr.Description

End Sub

Code de retour

PrivateSub Commande14_Click()

If 6 = MsgBox("Souhaitez-vous fermer le formulaire?", 4) Then

DoCmd.Close

DoCmd.OpenForm "SAISIE DES DONNEES"

End If

End Sub

Code de premier enregistrement

Private Sub Commande15_Click()

On Error GoTo Err_Commande9_Click

DoCmd.DoMenuItemacFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.GoToRecord , , acFirst

Exit_Commande9_Click:

Exit Sub

Err_Commande9_Click:

MsgBoxErr.Description

End Sub

Code de dernier enregistrement

Private Sub Commande16_Click()

On Error GoTo Err_Commande9_Click

DoCmd.DoMenuItemacFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.GoToRecord , , acLast

Exit_Commande9_Click:

Exit Sub

Err_Commande9_Click:

MsgBoxErr.Description

End Sub

Code d'enregistrement

PrivateSub Commande9_Click()

On ErrorGoTo Err_Commande9_Click

DoCmd.DoMenuItemacFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70

DoCmd.GoToRecord , , acNewRec

Exit_Commande9_Click:

Exit Sub

Err_Commande9_Click:

MsgBoxErr.Description

End Sub

précédent sommaire






Bitcoin is a swarm of cyber hornets serving the goddess of wisdom, feeding on the fire of truth, exponentially growing ever smarter, faster, and stronger behind a wall of encrypted energy








"Il ne faut pas de tout pour faire un monde. Il faut du bonheur et rien d'autre"   Paul Eluard