Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a command to do this?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00264155
Message ID:
00264191
Views:
25
Hello Dore,
I think I would include a create_date field in the table record - use the ATC() function to query the memo field, and set the index to descending/ascending as required

HTH

Pete Kane

e.g. index on create_date tag create_date for (atc('DEATH CERTIFICATE',mymemo) > 0 or atc('BIRTH CERTIFICATE',mymemo) > 0 ). I don't normally advocate the use of the "For" clause with indexes, but depending on the volume of your data set - maybe build it on the fly and use "delete tag create_date" when done


Waiting for the flack
Regards,
Peter J. Kane



Pete
Previous
Reply
Map
View

Click here to load this message in the networking platform