Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use a Predefined List for At command
Message
 
To
26/04/2007 15:14:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01220224
Message ID:
01220244
Views:
18
Steven,

Similar to Edward but with the possibility of adding any large number of words:
create cursor c_words (Word C(240))
index on Word Tag Word && Might be an overkill?

insert into c_words (Word) values ('TOOL')
insert into c_words (Word) values ('MO-ISSUE')

INSERT INTO psCursor(itemid, rellev, partno, descptn) ;
Select 'x','1',cinbr,itdsc From getPSQuery Where itdsc Not in (select Word from C_Words)
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform