Hlep me with this code

Discussion in 'Free Source Codes' started by ANURAG954245, Oct 17, 2021.

    
  1. ANURAG954245

    ANURAG954245 Member


    [#Line:dsp vchdetail]
    Border:thin cover
    Add:Left Field: At End:USERNAME
    Local:Field:USERNAME :Set as :$EnteredBy

    upload_2021-10-17_12-50-39.png
    it isnot able to display the entered by
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Fetch the same in the relevant COLLECTION............

    e.g.... fetch : enteredby
     


  3. udaya

    udaya Active Member


    Sir Help Me.... I Add This Remove if: $$IsEmpty:$VCHCorpenderName it
    it Remove " Titles and Total" Lines.....

    Why not remove "PQRcBody" (Line) Only??????????


    Code:
    [Part: PQRcReport]
    Lines:pQRcTitile,PQRcBody
    ;Line :pQRcBody :Remove if : $$IsEmpty:$VCHCorpenderName:
    BottomLines : PQRcBody Total
    Repeat : PQRcBody: PQRCorpenderVouchersColl
    CommonBorder: Yes
    Scroll : Vertical
    Total:pQRcPartyAmount, .....

    [Line: PQRcTitile]
    Use:pQRcBody
    Local : Field : Default : Type : String
    ......


    [Line: PQRcBody]
    Field:pQRcSno, PQRcPartyDate,......
    RightField:MyVchPayAmount,......
    Remove if: $$IsEmpty:$VCHCorpenderName
    Border :Thin Bottom

    [Line: PQRcBody Total]
    Use:pQRcBody
    Local : Field : Default : Type : String
    .....
    Border : Flush Totals

    upload_2021-10-18_7-6-45.png
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    because in TITLE and TOTAL Line you have specified ---------- USE : PqRcBody......
    Define the Fields seperately.
     


  5. udaya

    udaya Active Member


    Amit Sir Thanks Lot...... Its Fine Result
     


Share This Page