Problem with Bound Form (OpenInsight 32-Bit)
At 25 FEB 2005 04:40:09PM John Bouley wrote:
OI 7.01 not saving data from a bound edit table into the record.
Edit Table with 29 Bound controls.
Form has a Write Script. I have placed a debug before the "call forward_event()" and verified that the Edit Table has the data I would expect. Then a debug after the forward_Event and I look at the record with AREV and only the "header" fields are saved. None of the multivalued data contained in the Edit Table makes it?
Any ideas as to what is going on?
Thanks,
John Bouley
At 25 FEB 2005 04:53PM Sean FitzSimons wrote:
John,
Are the fields marked as Multivalue in the dictionary? What does the data look like when viewed in the Editor in OI?
Sean
At 28 FEB 2005 04:23PM John Bouley wrote:
Yes all the fields but one were marked as multivalued. Changing the one to Mv made no difference.
Just on a "whim" I decided to change the tab order, voila it now saves data. So its working but not sure why or what caused it not to work in the first place? Is there a limit to the number of "bound" controls that are evaluated by the save process?
Thanks,
John Bouley