bwalker,
With your help I have been making some progress. The
"oTrans_adapter_AfterAdapterMethod" method did work for disabling and
enabling my objects (Button, Combo) as needed on the
"Quote\Line\Detail" sheet - Update and GetNewQuoteDtl events.
I have also added another Button and Combo to another sheet -
"Quote\Line\Mfg Details\Quote Details\Materials\Detail" but have yet
been able to handle the events like I did for the Quote\Line\Detail
sheet. The same "afteradapter" method does not seem to work.
Is there a way to determine what adapter is be used at any particular
point?
I guess I don't understand how the "oTrans_adapter_AfterAdapterMethod"
relates to the whole Quote module.
Am I explaining the situation correctly... do you have a suggestion?
Thanks,
Bill
With your help I have been making some progress. The
"oTrans_adapter_AfterAdapterMethod" method did work for disabling and
enabling my objects (Button, Combo) as needed on the
"Quote\Line\Detail" sheet - Update and GetNewQuoteDtl events.
I have also added another Button and Combo to another sheet -
"Quote\Line\Mfg Details\Quote Details\Materials\Detail" but have yet
been able to handle the events like I did for the Quote\Line\Detail
sheet. The same "afteradapter" method does not seem to work.
Is there a way to determine what adapter is be used at any particular
point?
I guess I don't understand how the "oTrans_adapter_AfterAdapterMethod"
relates to the whole Quote module.
Am I explaining the situation correctly... do you have a suggestion?
Thanks,
Bill
--- In vantage@yahoogroups.com, "bw2868bond" <bwalker@...> wrote:
>
>
> >
> > Can I ask what event you would use to "disable" the button after the
> > line is saved OR deleted before saving?
> >
> > Thanks again...
> >
> afteradapter method - use the example the wizard gives for the case
> statement and add "Update" and "Delete" and possibly "DeleteById"
> cases and then button.enabled = false in each of those....
>