I have 4 variables in my foxpro and I need to combine them. How can I combine them?
And I have a column named Value and I need to update the column in all steps. How can I do this?
Anyone can please help me to fix this?
Thank you
Code:
if {vInvFinal.nInvToFob}=0 then
[b]{Fabric}+{TrimNPD}+{TrimPD}+{ProfCent}+{CAM}[/b] *** here I need to combine my variables*****
else
IF isnull({vInvFinal.cSggNo}) then
{vInvFinal.nInvQty}*({vInvFinal.nFOBPrice}/12)
ELSE
{vInvFinal.nInvQty}*({vInvFinal.nFactFobPrice}/12)
And I have a column named Value and I need to update the column in all steps. How can I do this?
Anyone can please help me to fix this?
Thank you