Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplicate values
Message
 
 
To
10/05/2002 18:23:37
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00655300
Message ID:
00655490
Views:
20
Steve,

Thanks for your reply. My problem has been figured out since my initial post. The data type is the same for all records. The code I am using is as follows:

select alsView

(flags) llrec1 = .F., llrec2 = .F., llrec3 = .F.

scan

if field = "1"
llrec1
(error code)
else
llrec1 = .T.
endif

...and so on for field = "2", "3", etc...

endscan

Thanks
Chris
Previous
Reply
Map
View

Click here to load this message in the networking platform