Doesn't the top one flush the table and release all the relations too?

Tracy

-----Original Message-----
From: MB Software Solutions General Account
Sent: Wednesday, October 14, 2009 4:09 PM

Here's the code:
  USE (THIS.cPath+"QuitApp.dbf") IN (SELECT("QuitApp")) SHARED
  SELECT (SELECT("QuitApp"))

Is this basically saying "use the table if it's not already being used;
otherwise, use it in a new area....and then select the area where it is.

Seems to me like it could have been written easier with a simple

IF NOT USED("QuitApp") THEN
  USE this.cPath + "QuitApp" in 0
ENDIF
SELECT QuitApp


???

tia!
--Mike



_______________________________________________
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/001b01ca4d0e$c82354c0$5869fe...@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.

Reply via email to