[ASK]How to change format in text a bit longer in PO print?

benedictine191

New Member
Hi, i want to ask about Purchase Order Print menu...
2 days ago, i was input an item in PO maint, and the cost of the item was 14.650.000 Rupiah...
but when i print it using Purchase Order Print, in the Price Column appeared "???????" and an error occured

** Value 14650000 cannot be displayed using >,>>>,>>9.99<<<. (74)

i conclude it that the format wasn't long enough..could anyone help me, where could i correct the query of the report?i try to change it in
po03d01.i with replace their format to ">>>,>>>,>9.99" but another error occured again..
it say that the frame in porp3a01.p different..

thanks before...

for more detail, here i attach the error picture
View attachment 917untitled.JPG
 

mosfin

Member
i think this frame (frame c) is shared between 4 programs
so you have to recompile them all
i believe they are: porp0301.p, porp3a01.p, porp3b01.p, porp3a02.p
(simply search which files include: po03d01.i )
 

benedictine191

New Member
yes its correct, i have change that frame like this in po03d01.i from
pod_pur_cost label "HARGA" format ">,>>>,>>9.99<<<"

to

pod_pur_cost label "HARGA" format "(>>>,>>>,>9.99)"
i change the frame name to cx, i also change all the frame c name to cx in those 4 programs..

but this error happened when i run the po print menu

"us/xx/xxporp3a01.p Shared frame c not created yet. (682)"
 
Top