I have no idea about view, Can it consider as "cursor" as we use SQL Select command? All my data is under free table and not in the database format. Can I use view for free table as in my case? sorry for the silly question. I'm still using aged programming technique.
wtc On 4/10/2010 1:55 PM, Ajit Abraham wrote: > >> Now my problem is, when there are more then 2 users(using separete pc) >> to update the show_it column based on their own need, but when the user >> click "Filter" button, all thing mixed up. >> >> I use "Set filter to show_it" on the button click. >> > I have learned the hard way to never work with tables directly. > Always use a view and then use TABLEUPDATE command to update the base > tables. > That will take care of your 'filter' as well. > > Sincerely, > > _Ajit Abraham > > > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

