USE 3 PARTS IN SAME LINE

Discussion in 'Free Source Codes' started by DEEPAK B, Nov 27, 2022.

    
  1. DEEPAK B

    DEEPAK B Member


    Hi

    Below is my code I want to bring the value in the same line but 2nd one is overwritten by 3rd part (reference part and order part)
    I know, I am using the same Field Var that's the reason but can you guide what name can be given if I want them in the same line and get the value of all
    Delivery Challan No 1 Part (ITS OKAY) , 2nd part is Reference (In Middle) which is not coming and 3rd Part should in right side




    [Part:Invoice Details]
    Left Part:Delivery Challanno Date
    Middle Part: Reference
    Right Part: Order No
    Border: Thick Cover
    Width:100% Page
    Common Border
    Space Top:0.20

    [Part:Delivery Challanno Date]
    Line: Delivery Challanno Date
    Border: Thick Cover
    Common Border
    Space Bottom:0.20

    [Line:Delivery Challanno Date]
    Field : Simple prompt, Simple Field, Medium prompt, Name field
    Local: Field: Simple Prompt: Set as: "Delivery Challan No.:"
    Local: Field: Simple Field: Set as: $$FullListEx:$$Newline:InvoiceDelNotes:$BasicShipDeliveryNote
    Local: Field: Simple Field: Align: Right
    Local: Field: Simple Field: Width:12
    Local: Field: Simple Field: Line:0
    Local: Field: Medium Prompt: Width:8
    Local: Field: Medium Prompt: Set as: "Date:"
    Local: Field: Name Field: Set as: $$FullListEx:$$Newline:InvoiceDelNotes:$BasicShippingDate
    Local: Field: Name Field: Line:0
    Local: Field: Name Field: Width:12
    Local: Field: Name Field: Align: right

    [Part:Reference]
    Line:Reference
    Border: Thick Cover
    Common Border
    Space Bottom:0.20

    [Line:Reference]
    Field : Simple prompt, Name field
    Use:Invoice Number Date
    Use:Simple prompt, Name field
    Local: Field: Simple Prompt: Set as: "Delivered At:"
    Local: Field: Name Field: Set as: $basicOrderref
    Local: Field: Name Field: Width: 25
    Local: Field: Name Field: Align: Right


    [Part:Order No]
    Line:Order No
    Border: Thick Cover
    Common Border
    Space Bottom:0.20

    [Line:Order No]
    Field : Simple Prompt, Simple Field, Medium Prompt, Name Field
    Local: Field: Simple Prompt: Set as: "Order No.:"
    Local: Field: Simple Field: Set as: $BasicPurchaseOrderNo
    Local: Field: Simple Field: Align: Right
    Local: Field: Medium Prompt: Set as: "Date:"
    Local: Field: Name Field: Set as: $BasicOrderDate
    Local: Field: Name Field: Align: Right
     

    Attached Files:




  2. Give proper width to each part and then to each field depending upon your page size
    What i see in above codes is you are giving with for part in 100% page and then below there is no breakup in relation to the PAGE%
    then it will come proper
    also too many fields in 1 line would cramp the things so decide on it
     


  3. DEEPAK B

    DEEPAK B Member



    Sanjay Sir its done I change as below and I got the result

    upload_2022-11-27_16-28-24.png

    From This
    [Part:MICS Invoice Details]
    Left Part:MICS Delivery Challanno Date
    Middle Part: MICS Reference
    Right Part: MICS Order No
    Border: Thick Cover
    Common Border
    Space Top:0.20

    TO
    [Part:MICS Invoice Details]
    Left Part:MICS Delivery Challanno Date,MICS Reference,mics order no
    Border: Thick Cover
    Common Border
    Space Top:0.20
     


Share This Page