Hi all, I've got a form that uses a local view called Orderprintout. One of the fields it contains is Orders.flag. The Orders table and the Orderprintout view are both set to Buffermodeoverride=5.
I've got a command button on the form that prints all orders that have Orderprintout.flag=.f. (not previously printed). After printing the orders, I change orders.flag to .t. for all orders that were .f. (repl orders.flag with .t. for orders.flag=.f.). I then issue TABLEUPDATE(1) on Orders and on Orderprintout. But when I go to print the unprinted orders again, they still print. Obviously, Orders.flag is still .f. in all those orders...the change to .t. didn't take. But if I leave the form and go back into it, the flags are then correctly set to .t.. What do I need to do to get Orders.flag to be set to .t. at the proper time without having to exit and reenter the form? Thanks much! John _______________________________________________ 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]@union-spring.com ** 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.

