Saving Form (OpenInsight 32-bit Specific)
At 30 SEP 2010 07:37:20PM Marty Rosenbloom wrote:
Hi,
I am using OI7.2 on Windows XP. I have a form named "DAILY_SCHEDULE" and an edit table named "PRODUCTION." The key is "DATE." "PRODUCTION" has 41 columns on it, of which, 21 are hidden, protected and skipped. The date will be entered into the key and then I will proceed to enter data into "PRODUCTION." When I try to save (a button with a quick event to "WRITE" the row), the following error message appears: "Data is required. The PRODUCTION control may not be skipped." There is data on the "PRODUCTION" control. I have been using this form for a long time and have made some changes to it, but I cannot see anything that would cause this message. The changes are programmatic and include the addition and deletion of data table columns.
Thanks for any help,
Marty
At 04 OCT 2010 11:50AM Jared Bratu wrote:
What property on the edit table do you change to make your programmatic changes? I assume you must be using set_property but what value do you change? Have the changes always been programmatic?
Are the columns in PRODUCTION data bound?
What did you change before the form stopped working?
At 12 OCT 2010 07:11AM Marty Rosenbloom wrote:
Hi Jared,
Thanks for the response. The columns are all data bound. I was working on a symbolic when I started experiencing problems. I changed the code to @Ans=0 to see what effect, if any, that had. There was no change. I am going to re-visit this form today and disassociate that column from the data base, but I also have been contemplating starting over and re-creating the form.
Marty