I have had the same problem. It seems to be related to the queries and joins not being written in the correct order in the WOR file. Sometimes a temporary column is updated with the value from a query, which has not been executed yet.
Just swap the order of the lines, so the select-query is before the add column command. Your exact problem may be different, but this should give you a clue as to what happens anyway. Kind regards Uffe Kousgaard www.routeware.dk ----- Original Message ----- From: "Eagle, David A" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 10:47 AM Subject: MI-L Queries in Workspaces > Listers, > > I have a problem that has just started occurring, can anyone explain it? > When saving a workspace my query tables (generated from simple selections) > and resultant graphs are not being saved and consequently are not opened > when the WOR is launched. I have the obvious preference "save queries in > Tables" checked...Any ideas, please?? > > I'm using a fully patched version of MI Pro 7.0. > > Best Regards, David > > ---------------------------------------------- > David A. Eagle > GIS Consultant > > Atkins Design Environment > & Engineering > Cornerstone House > Stafford Park 13, Telford > Shropshire, TF3 3AZ > England > Tel: +44 (0)1952 21 3268 * > Fax: +44 (0)1952 20 0981 * > > Email: [EMAIL PROTECTED] * > Web: www.atkinsglobal.com <www.atkinsglobal.com> * > > > > This email and any attached files are confidential and copyright protected. > If you are not the addressee, any dissemination of this communication is > strictly prohibited. Unless otherwise expressly agreed in writing, nothing > stated in this communication shall be legally binding. > > > > --------------------------------------------------------------------- > List hosting provided by Directions Magazine | www.directionsmag.com | > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > Message number: 7881 > --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 7882
