Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Security Questions Table in VFP
Message
From
28/05/2014 17:10:29
 
 
To
28/05/2014 14:07:42
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01600819
Message ID:
01600847
Views:
67
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform