toolbar will not function if anything in activate/init on form -
02-09-2004
, 08:52 AM
Have a pageframe on a form and a toolbar for nav/add from the
component gallery. If I put ANY code in ANY activate/init for either
the form or any objects on the form, the add/edit functions on the
toolbar cease to work. Previous/next and exit still work. It doesn't
matter if I include dodefault() or not. As soon as I remove the code,
the toolbar works properly. What is the reason for this bizarre
behavior?
My final goal on this is that I have a set of radio buttons on the
form. When first displayed, it shows record #1. I want to check the
value of a field and set the radio button correctly. I thought
easiest way to do that was in init of some control or the form itself
that checks the field value and changes radio button accordingly.
Thoughts?
MJ |