At 11:53 AM 4/18/2008, Steve Martin wrote:
I get this error when I call a form whose temp view is created in its' On Before Start eep. And, it only appears when I call it from my application. It does not appear when the form is called from the R> or run within form designer.
Steve, You should avoid naming your Tables or Views starting with "SYS_". Not a good idea. Having said that, the resulting -ERROR- message has to do with a missing or un-defined table/view name, used in ARRANGE BY clause. Hope that gives you some blue's clues! Very Best R:egards, Razzak.

