>>>> every now and again it auto adds all the prgs and sc? files from the master system to the pjx file which are in another folder on my laptop. If I temporarily rename that folder, all is ok. What gives ? <<<<
It's more likely that there are references (drive\path\file) located in some of the objects in your current project that point back to where the other folder is. When you rename that directory (and I would do that permanently) you allow your compiler to pick up local references/objects that have the same name, or serve the same purpose in your code. It's like having a "myprogram.prg" here, and also having a "myprogram.prg" there - and the pjx, or some other scx, frx, ect.. is able to reference the other file directly, before looking locally. When that folder is renamed, then the default check in the local path kicks in and the file is found locally. Hth, John C. Gunvaldson www.fox-net.com _______________________________________________ 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.

