Fetching value from subForm

Discussion in 'Tally Developer' started by kosi, Jun 16, 2019.

    
  1. kosi

    kosi Member


    learned programmers please help me
    i have modified Ledger creation Screen and have added yes or no table
    which takes me to a subform
    finding it dificult to retrieve values stored within the subform onto a report(my data report)
    screen at gateway of tally

    i want to fetch the GhanaUnionMovForm field value in the subform bellow onto
    the simpleRepor field in the display report in the gateway of tally bellow

    please help
    regards
    philip
    Thanks


    [#Line: MST Name ]
    Add:Field:GUR,yesornoF

    [Field:GUR]
    Skip:Yes
    Set as:"Yes Or No"

    [Field:yesornoF]
    Type:Logical
    Table:YesNoTable
    Storage:RatOfInterestLinStorage
    Style:Normal Bold
    Width:3
    Max:3
    Show Table:Always
    Sub Form:GhanaUnionMovForm:$$Value = Yes

    [Report:GhanaUnionMovForm]
    Form:GhanaUnionMovForm
    [Form:GhanaUnionMovForm]
    Height: 100 % Screen
    Width: 100 % Screen
    Part:GhanaUnionMovForm
    [Part:GhanaUnionMovForm]
    Line:GhanaUnionMovForm
    [Line:GhanaUnionMovForm]
    Field:GhanaUnionMovForm
    [Field:GhanaUnionMovForm]
    Use:Name Field
    Storage:GhanaUnionMovFormStorage
    ;;Set as:""


    [#Menu:Gateway Of Tally]
    Add:Item:my data report:Display:simpleRepor

    [Report:simpleRepor]
    Form:simpleRepor
    [Form:simpleRepor]
    Height: 100 % Screen
    Width: 100 % Screen
    Part:simpleRepor
    [Part:simpleRepor]
    Line:simpleRepor
    [Line:simpleRepor]
    Field:simpleRepor
    [Field:simpleRepor]
    Set as:$GhanaUnionMovFormStorage



    [System:UDF]
    GhanaUnionMovFormStorage:String:25100
     


  2. Varadha

    Varadha Member


    Need to construct collection using udf field
     


  3. balajimg

    balajimg Active Member


    if you are willing to display only one ledger's value then following will help

    [Field:simpleRepor]
    Set as:$GhanaUnionMovFormStorage:Ledger:$Name
     


Share This Page