Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Security Questions Table in VFP
Message
De
28/05/2014 17:10:29
 
 
À
28/05/2014 14:07:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01600819
Message ID:
01600847
Vues:
68
In rough psuedo-code:

create a table of questions (QuesID, QuestionText)
create a table (or temporary cursor) of used questions (QuesID)

In the requery of each combobox:

SELECT * FROM Questions
WHERE ID NOT IN (SELECT ID FROM usedquestions)

That's what I've done in the past.
~Erik Folley
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform