Hi Ryan,
I have created a modal form that is used as a "Look-Up" form - in other words, you enter some text into a box - hit a search button and it just displays results.
I dont want or need it to be bound to a record automatically during form creation. I have all the code in the appropriate events and it was, in fact, working at one time. I'm not sure exactly what changed, however I am now getting the same error as Andrew above.
Is there a way to just load the form without binding to a record first. I'm running 7.5.2. Any help would be appreciated.
Only option is to launch it using ShowViewForRecord or to use a Manage form (which is not a bound form and has no record context). It sounds like that is the best option for you (to use a manage form).