Hi.
I recently e-mailed a set of actions to Ryan that did not appear to be working.
I've narrowed the problem down to not be in my actions themselves.
The actions are set to take place during a text change in a given field.
When making a selection to a "main grid" on a screen, all fields on the screen are populated with data from the corresponding table record. When the field values are changed this is in fact a Text Change.
However, selections from the grid do not generate Text Change Events in the fields that they altar.
--------
There are hundreds of situations that conflicts could occur if the Text Change events occur when the user enters data but not when the grid-selection-system bypasses those actions.
Suggestion1: If I were to do this, I would have the data entered and event ran in the same order as the screen tab-order settings, so the user always knows how things are happening, giving the user a way of debugging in a step-by-step fashion.
Suggestion2: If for some reason running all events during grid-selection would cause internal conflicts with your programming/development. One work-around might be to allow the user to select specific fields and/or events/actions in those fields to run when a grid-selection is made.
Thanks for your time. I can see this giving me continued trouble now and in the future, so please let me know as soon as possible if i've neglected something necessary to accomplish my task, or if there is a (fix / work-around) in the making.
~Joe