Calling Browe URL from Function

Discussion in 'Tally Developer' started by maheshg, Oct 24, 2013.

    
  1. maheshg

    maheshg New Member


    Hi,

    I have one function, can i call Action: Browse URL :"http://www.google.co.in" from the function.

    please guide me whether it is feasible or not...


    Regards
    Umamahesh
     


  2. admin

    admin Administrator Staff Member


    [Function: TSPL Smp IsInternetActive]

    00: IF: $$IsInternetActive
    10:BROWSE URL: "www.tallysolutions.com"
    20: ELSE:
    30:MSGBOX: "Error!!": "Internet not \n connected"
    40: ENDIF

    Call this function from a button or Menu Item
     


Share This Page