Disable Translation On Script

Hello,
I need to disable Translation on script because i found a lot of word on translation file that i don't want translate because is part of the code
example
Update tabMntMain SET PV = 0 Where IDMaintenance =
Or
UPDATE tabLayoutMachineBoxReceiver Set AssignedToMachine = -1

How can i Do?

Thanks
Parents
  • I try to translate with and without $Ext and the systems always translate ( I use Revision 8.1 Servicepack 4)

    ------------------------- Translation Table
    MessageBox1 Scatola1
    MessageBox Scatola
    -------------------------------------------------

    --------------------------------Code in a Button
    Dim Test, Test1

    Test = "MessageBox"
    Test1 = $Ext("MessageBox1")

    $ShowMessageBox(Test)
    $ShowMessageBox(Test1)


    '-----------------------------------------------------------------------------
    The problem is that i have 1300 raw inside the translation Table but probably only 300 is to Translate, and is difficult to give this file to the translator men because don't know wich part translate.
Reply
  • I try to translate with and without $Ext and the systems always translate ( I use Revision 8.1 Servicepack 4)

    ------------------------- Translation Table
    MessageBox1 Scatola1
    MessageBox Scatola
    -------------------------------------------------

    --------------------------------Code in a Button
    Dim Test, Test1

    Test = "MessageBox"
    Test1 = $Ext("MessageBox1")

    $ShowMessageBox(Test)
    $ShowMessageBox(Test1)


    '-----------------------------------------------------------------------------
    The problem is that i have 1300 raw inside the translation Table but probably only 300 is to Translate, and is difficult to give this file to the translator men because don't know wich part translate.
Children
No Data