I think you may be wrong here: I have found that it is:
I was making some changes to some code within a form that contained a tableframe. When adding some new fields to this tableframe, the tableframe header got renamed automatically to the default name... Thinking that I should rename this back to what it was originally, I did so, but I named it with a capital.
<<*TSK TSK* Bad move troyu.>>
Even though the code appeared to be calling this tableframe by name, it was actually calling it with a lower case and not uppercase header.... I renamed this tableframe with lowercase, and it is now working fine....
Some operations are case-sensitive; others aren't. Searching for values is almost always case sensitive, but object names should not be.
I suggest using table aliases in your data model to prevent your data containers from being renamed. to do this, right click the icon in the data model designer, choose the first item in the menu and then enter a name for the object in question.
This will make your forms and reports more portable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.