Set As Vs Info attributes @ field Level

Discussion in 'Tally Developer' started by admin, Apr 3, 2012.

    
  1. admin

    admin Administrator Staff Member


    Set As attribute set the value in the field
    Syntax:
    Set As : <Text or Formula>

    INFO attribute also displays data in field but it acts as Label ie, by default it will skip the field
    Syntax:
    Info : <Text or Formula>

    SKIP attributes skips the field when the report opened for editing
    Syntax:
    Skip : <Logical Formula>

    Ex:
    Code:
    [Field : My Field1]
      Use : Name Field
      Set As  : "Set As Feature"
     
     
    [Field : My Field2]
      Use : Name Field
      Info  : "Info Feature"
     
    
     
    naren1234 likes this.


Share This Page