need help tdl for specific company

Discussion in 'Free Source Codes' started by gauravss, Nov 1, 2022.

    
  1. gauravss

    gauravss Member


    [System : Event]
    cmpstart:Load Company: true : call : ckssrnolock

    [Function:ckssrnolock]
    01 : If: ##SVCurrentCompany equal "HIRAL TRADING CORPORATION"
    02 : Unload TDL:"G:\data\SHARE\hiralitemhiglite.tdl"
    03 : End If


    [System : Event]
    cmpstart:Load Company: true : call : ckssrnolock2

    [Function:ckssrnolock2]
    01 : If: ##SVCurrentCompany equal "NARESSH ENTERPRISES 21-23"
    02 : Load TDL:"G:\data\SHARE\hiralitemhiglite.tdl" ;; replace this with your TDL name with path and extension
    03 : End If


    ; i need to change this while company is selected not at time of only loading
     


Share This Page