Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query By Form
Message
De
17/12/1999 15:03:50
Jimmy Ditta
Twin City Electronics
Monroe, Louisiane, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Query By Form
Divers
Thread ID:
00305425
Message ID:
00305425
Vues:
42
Here's my code:

SELECT Shipdata.shipdataid, Shipdata.millnum, Shipdata.company,;
Shipdata.total, Shipdata.totalbdft, Shipdata.shipdate, Shipdata.received,;
Shipdata.receivedate;
FROM lumber!shipdata;
WHERE Shipdata.received = .F.;
ORDER BY Shipdata.shipdate, Shipdata.company;
TO SCREEN

I want to be able to scroll through my records on a form via VCR buttons. How far off am I?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform