Kurt Wendt wrote: > However, now - when I try to Preview or Print the report form - it now > brings up the "Open" dialog box asking me to go pick a DBF - even though > a DBF is already open in the current Work Area. If, while I still have > the report form open in Modify mode - and I attempt a 2nd time to > Preview the report - it WILL actually work!
Sound's like you've gone through the DataEnvironment stuff as well as the field expressions, to get rid of any alias references. My thoughts are: 1) have you checked the 'print when' expressions? You can do this easily by browsing the report form table for !empty(supexpr) 2) perhaps a reference looked like 'mytablename.cfirstname' and now it looks like 'cfirstname', but the currently selected alias has no field named 'cfirstname', and there's no variable named cfirstname. 3) variable and group expressions need to be checked too. These are in the 'expr' field in the report dbf, just as with regular report field expressions. 4) what about the report calling custom code in your form or elsewhere? It could be that code that is expecting a certain alias to be the current alias. Paul _______________________________________________ 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.

