Request for help

Discussion in 'Free Source Codes' started by Rakesh Kumar, Apr 29, 2021.

    
  1. Rakesh Kumar

    Rakesh Kumar Member


    Respected Experts, I want to remove the Border lines from the Item description and upto Total only
    in DELIVERY CHALLAN:

    Kindly give me a clue to start.

    upload_2021-4-29_15-10-31.png
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Where you wan the Box like border.......... Find the PART/Line and add --- Border : Thin Box

    Where you do not want --- Find the PART/Line and remove all lines having the attributes BORDER.
     


  3. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    As for Vertical Lines --- Find the FORM/PART and somewhere there would be ====

    Common Border : Yes ........ set this to NO
     


  4. Rakesh Kumar

    Rakesh Kumar Member


    Sir, I have tried the below code, but not get the proper result.


    [#Part: EXPINV Column]

    Lines : DealerDNoteInv Column1
    Local : Field : Default : PrePrinted : Yes
    SpaceBottom : 0.5
    CommonBorder: No
    Border : Thin Left Right
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Part: EXPINV Column --- does not have any LINES as you have mentioned above.

    Also Part: EXPINV Column refers to the TITLEs ..... Do some more R&D and find the right one.
     


  6. BizVim IT Solutions

    BizVim IT Solutions New Member




    ;; Use below code


    [#Part: EXPINV InvInfo]
    Add : Option : Newtest : @@IsDelNote

    [!Part: Newtest]
    Local : Line : EXPINV InvDetails : Border : thin bottom

    [#Line: EXPINV InvDetails]
    Add : Option : Newtest : @@IsDelNote

    [!Line : Newtest]
    Local : Field : Default : Delete : Border


    [#Line: EXPINV AccDetails]
    Add : Option : AccNewtest : @@IsDelNote

    [!Line : AccNewtest]
    Local : Field : Default : Delete : Border
     
    Deepak Sharma (KNP) likes this.


  7. Samiksha

    Samiksha New Member


    If code is given, then how will people learn ??
     


  8. Deepak Sharma (KNP)

    Deepak Sharma (KNP) New Member


    People learn quickly with study material
     
    BizVim IT Solutions likes this.


Share This Page