Changing Caption

luamlluaml Member Posts: 27
edited 2004-04-20 in Navision Attain
Hi, I tried to change the caption for the purchase line header in the Form 54 Purchase Order Subform but couldn't manage to do so.. or rather, i just don't know how :oops: ...

I wanted to change the word 'Direct Unit Cost Excl. SST (for my localized version) to just 'Unit Cost'. But how? I have tried to change the Direct Unit Cost's caption to Unit Cost its properties in the Table 39 Purchase Line. Somehow, when i tried to run the form 54, the caption displayed is 'Unit Cost Excl. SST'...

Is there anything to do with the CaptionClass? The CaptionClass for this Direct Unit Cost is GetCaptionClass(FIELDNO("Direct Unit Cost"))... How to deal with this? :?

pls help.....

thanks a lots.......

[/list]

Comments

  • StephenGStephenG Member Posts: 99
    Hi

    The captionClass workings are held in CodeUnit 1 ApplicationManagement
    Function CaptionClassTranslate. This then calls one of two functions
    DimCaptionClassTranslate or VATCaptionClassTranslate

    I hope this is of some help.
    Answer the question and wait for the answer.
Sign In or Register to comment.