Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I made a big mistake, I should have used local views...
Message
From
20/02/1997 21:09:26
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00020884
Message ID:
00021456
Views:
55
---------- > > >>Jeff > > > >something like > > > > select id_number from this_table where id_number = this.value into > cursor temp > > if reccount('temp') > 0 > > =messagebox('This id number has already been entered!') > > use in temp > > return 0 > > endif > > > > That's perfect, reccount is exaclty what I was looking for! > > Thanks again! > > Jeff Jeff, note that the syntax is a little different for views and to get the new subset you'd have to REQUERY (see the help file) Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform