Hi To all....
I am stuck in 1 problem.....
When i am posting PO,it gives an error "Overflow in Decimal"
I have customize the RG 23 D table and entry will go there.
But its running perfect in test database,creating problem in Live...
Please give me the solution as soon as possible...
Thanks in advance
0
Comments
You may be assigning to a small length variable..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I check my debugger also....
3 field r there...
Amount, Exciece Base Per unit, Quantity
They r decimal.....
Check where exactly debugger is stopping..not the all decimals..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Triger
InitRG23Dpurch
RG23D Insert(True);
tell the exact code where you are getting error?
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Debugger will stop when i insert
RG23D."Vendor Invoice No." := PurchHeader."Vendor Invoice No.";
RG23D."Detail RG 23 D Entry No." := DetailRG23D."Entry No.";
VENDor.GET("Buy-from Vendor No.");
RG23D."Vendor Type" := VENDor."Vendor Type";
RG23D."Setoff Available" := "SetOff Available";
GetRGEntryNo(RG23D."Posting Date",4,RG23D."E.C.C. No.",RG23D."Document No.",RG23D."RG Entry No.");
RG23D.Amount:=RG23D."Excise Amt Per Unit"*RG23D.Quantity;
RG23D.INSERT(TRUE);
I guess you are getting error in above code
Is this customized code?
Check the values in RG23D."Excise Amt Per Unit" and RG23D.Quantity
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav