Crystal report use X3TranslatedText to TABPAYTERM table,but the description was not shown.

While modifying a Crystal Report in V12 today, I encountered an issue where a description is not displaying. This PTE refers to Payment Term, and I'm trying to retrieve its description content.

I wrote a formula for this, but the result is not showing. I'm unsure what changes were made in V12 that might affect this, as the same formula previously worked in V6.

WhilePrintingRecords;

stringVar X3TEX := "TABPAYTERM~DESAXX~"+{TABPAYTERM.PTE_0}+"~~";

X3TranslatedText ({?X3DOS},{SORDER.LAN_0},X3TEX)

  • Hi Leon,

    Well, It seems like everything is correct. The only thing I can think of is for you to check the following (I'm sure you've already done this, but I'm writing it down for future reference):

    1.- Check that the "Generate translated texts" box is checked in the table management.

    Execute the GENTXTTRA function (Development > Utilities > Miscellaneous > Translatable texts update) to regenerate the translated text files.

    If you have access to the server, check the "textraxxx" files, where xxx is the language code. Search in the file for the TABPAYTERM table. All the table values should be there. If they aren't, it's because they haven't been translated. And perhaps additional parameters, such as legislation, may be required.

    But, as I told you before, everything seems to be fine.

    Thanks,

    Nacho.