How can I store the .net exe return values.

Discussion in 'Tally Integration' started by mohankumar, Nov 19, 2012.

    
  1. mohankumar

    mohankumar New Member


    Hi All,
    I want a help, how to store the return value from .net exe.
    I will call the exe using Exec Command, In this case How can I store the exe return value.


    Example.
    [#Menu : Gate Way of Tally]
    Add : button : Tally Notepad
    [Button : Tally Notepad]
    Key : ALT + T
    Action : Exec Command : Test.exe

    In this example the Test.exe return some values,
    How can I store this value in TDL variable OR How can I set the value into TDL variable.
    Please help me.
     


  2. Vikram

    Vikram Member


    Dear Mohankumar,

    by using the ACTION Exec Command one can execute the action and it is one way process, to achieve you requirement; what you are trying, please use call dll function by passing the required parameter and get the output and store that value in another function.
     


  3. mohankumar

    mohankumar New Member


    Dear Vikram,

    The call dll function only support or access the C++ and Activex dll. I don't know how to access or use the Dot-net dll in TDL.
    can you know how to call the Dot-not dll in TDL, please replay me.
     


  4. Birendra Kumar

    Birendra Kumar New Member


    Dear Vikram,
    Can support CallDllFunction C# Dll
     


Share This Page