Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql
Message
De
24/07/2002 05:28:04
 
 
À
23/07/2002 11:09:48
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Re: Sql
Divers
Thread ID:
00681185
Message ID:
00681948
Vues:
25
This is the code

Option Explicit
Dim hh As Long
Dim ww As Long
Dim procura1 As String
Dim procura2 As String

Private Sub BtnData_Click()
Me.Width = 9135
Me.Height = 7995
FraData.Visible = False
procura1 = TbxData1.Text
procura2 = TbxData2.Text
DtaEnvBD.rsFacturas.Open
DtaEnvBD.rsFacturas.Filter = "Data>=#" & procura1 & "# AND data<=#" & procura2 & "#"
act_lvw
ParametrizarLvwFacturas
ListarRsFacturas
LvwFacturas.Visible = True
End Sub
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform