Instead of putting anything into the Alt. Rules, I put the following in the On Leave page of a field in the Configurator:
def var QuoteNum as integer.
def var QuoteLine as integer.
QuoteNum = GetCurrentQuoteNum().
QuoteLine = GetCurrentQuoteLine().
If QuoteNum > 0 and QuoteLine > 0 then do:
Find QuoteDtl where QuoteDtl.Company = "JSI" and Quotedtl.QuoteNum = QuoteNum and QuoteDtl.QuoteLine = QuoteLine no-lock no-error.
Run lib\UpdateTableBuffer.p(input BUFFER QuoteDtl:HANDLE, 'Number01', decTW).
End.
Seams to be working fine that way: no errors.
Thank You for the Help.
Gene
def var QuoteNum as integer.
def var QuoteLine as integer.
QuoteNum = GetCurrentQuoteNum().
QuoteLine = GetCurrentQuoteLine().
If QuoteNum > 0 and QuoteLine > 0 then do:
Find QuoteDtl where QuoteDtl.Company = "JSI" and Quotedtl.QuoteNum = QuoteNum and QuoteDtl.QuoteLine = QuoteLine no-lock no-error.
Run lib\UpdateTableBuffer.p(input BUFFER QuoteDtl:HANDLE, 'Number01', decTW).
End.
Seams to be working fine that way: no errors.
Thank You for the Help.
Gene
--- In vantage@yahoogroups.com, Steven Gotschall <sgotschall@...> wrote:
>
> Any error messages in your server log?
>
>
>
>
> ________________________________
> From: gmack110256 <genemack@...>
> To: vantage@yahoogroups.com
> Sent: Monday, August 17, 2009 7:09:57 AM
> Subject: [Vantage] updatebuffer error
>
> Â
> Steven,
> Thank You for the information. I put the following in the Alt. Section Rules as
> you suggested: Call Program lib\UpdateTableBuff er.p(input BUFFER
> OrderDtl:HANDLE, 'Number01',decTW) .
>
> Now when I try to run the part I am getting this error: The process caller
> failed to invoke method LaunchForm in Epicor.Mfg.UI. App.Launch
> in C:\client803\ client\Epicor. Mfg.UI.Configura tionEntry.
>
> Any idea why I would be getting this error.
>
> Thank You
>
> Gene
>
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>