Updatebuffer.p Blank Title 81549

Steven,
Thank You for the information. I put the following in the Alt. Section Rules as you suggested: Call Program lib\UpdateTableBuffer.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.ConfigurationEntry.

Any idea why I would be getting this error.

Thank You

Gene
I am trying to push the weight developed in a configurated part setup to a userdefined field. My total weight is in a decimal field (decTW). I want to get it to go to QrderDtl.Number01. Can someone tell me if either of the following codes will do that and where they would go in the configurator to make them process. I don't know if I would put it in a set rule or on an on leave page.

Call Program lib\UpdateTableBuffer.p(input BUFFER OrderDtl:HANDLE, 'Number01','decTW').

or

Run lib\UpdateTableBuffer.p(input BUFFER OrderDtl:HANDLE,
'Number01', 'decTW').

Thank You
Gene Mack
It would be

Call Program lib\UpdateTableBuffer.p(input BUFFER OrderDtl:HANDLE, 'Number01', decTW).

(no quotes around decTW)

It would go in the Alt: section of your Rules. I have almost the exact same rule except I put the CustomerPrice in the Number01 field of the OrderDtl.  My CustomerPrice is a complicated 4gl calculation based on information from two different UD tables.



________________________________
From: gmack110256 <genemack@...>
To: vantage@yahoogroups.com
Sent: Friday, August 14, 2009 2:41:13 PM
Subject: [Vantage] updatebuffer.p

Â
I am trying to push the weight developed in a configurated part setup to a userdefined field. My total weight is in a decimal field (decTW). I want to get it to go to QrderDtl.Number01. Can someone tell me if either of the following codes will do that and where they would go in the configurator to make them process. I don't know if I would put it in a set rule or on an on leave page.

Call Program lib\UpdateTableBuff er.p(input BUFFER OrderDtl:HANDLE, 'Number01',' decTW').

or

Run lib\UpdateTableBuff er.p(input BUFFER OrderDtl:HANDLE,
'Number01', 'decTW').

Thank You
Gene Mack







[Non-text portions of this message have been removed]