Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Attendance
Message
De
26/11/1999 18:56:12
 
 
À
26/11/1999 18:50:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00295866
Message ID:
00295867
Vues:
24
>I have a attendance table that goes with an Enrollment table>
>
>I have attendance records for every Sunday> I would like to prompt for a Date and only return the attendance for that date. Is there a way to utilize the Data Enviornment and change the Filter prior to displaying the grid for attendance.
>
>Thanks
>Greg


You need to design a parameterized view that returns only the records that you want to see, depending on a parameter.

CREATE SQL VIEW OneDayAttendance AS SELECT * FROM Attendance WHERE AttendDate = ?ldDate

Then you can set ldDate to whatever date you want, and REQUERY the view.
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform