Description

Discussion in 'Free Source Codes' started by rony, May 28, 2022.

    
  1. rony

    rony Member


    [#Part: LEDNotes]
    Add:Lines:LED MULTIPLE DESC

    [#Part: STKI Desc]
    Add:Lines:LED MULTIPLE DESC

    [Line:LED MULTIPLE DESC]
    Fields:Medium Prompt,LED MULTIPLE DESC
    Local:Field:Medium Prompt:Info:"Multiple Desc?"

    [Field:LED MULTIPLE DESC]
    Use:Logical Field
    Storage:IsMultipleDesc
    Sub Form:SMP Multiple Description:$$Value


    [Report:SMP Multiple Description]
    Form:SMP Multiple Description

    [Form:SMP Multiple Description]
    Parts:Form Subtitle,SMP Multiple Description
    Local:Field:Form Subtitle:Info:"Descriptions"
    Height : 50% Page
    FullWidth : No
    Option : Small Size Form
    Space Right : 2

    [Part:SMP Multiple Description]
    Line:SMP Multiple Description
    Repeat:SMP Multiple Description:SmpMultiDesc
    Scroll:Vertical
    Break On:$$IsEmpty:$AddlDesc

    [Line:SMP Multiple Description]
    Field:SMP Multiple Description


    [Field:SMP Multiple Description]
    Use:Name Field
    Case:Normal
    Storage:AddlDesc

    [System:udf]
    SmpMultiDesc:Aggregate:6480
    AddlDesc:String:6482
    IsMultipleDesc:Logical:6484

    [#Form: EI DescExplosion]
    Option:EI Item Multiple Desc:$$InCreateMode

    [Collection:ItemMultipleDescColl]
    Type:SmpMultiDesc:StockItem
    Child Of:$StockItemName
    Fetch:AddlDesc

    [Collection:LedMultipleDescColl]
    Type:SmpMultiDesc:Ledger
    Child Of:$LedgerName
    Fetch:AddlDesc

    [!Form:EI Item Multiple Desc]
    Local:part:EI DescExplosion:Set:$$NumItems:ItemMultipleDescColl
    Local:Field:EI Desc:Set By Condition:Not $$IsFieldEdited:$$CollectionField:$AddlDesc:$$Line:ItemMultipleDescColl

    [#Form: EI LedDescExplosion]
    Option:EI Led Multiple Desc:$$InCreateMode


    [!Form:EI Led Multiple Desc]
    Local:part:EI DescExplosion:Set:$$NumItems:LedMultipleDescColl
    Local:Field:EI Desc:Set By Condition:Not $$IsFieldEdited:$$CollectionField:$AddlDesc:$$Line:LedMultipleDescColl

    In this code error is coming of Last item
    1) [!Form:EI Led Multiple Desc] could not find original description.
    2) while creating Ledger or Stock Item option r coming to select for add. des. yes or no but it after selecting yes and putting des. could not reflect any where in sale or purchase.
    somthing is missing so I req to push me what 2 do.
    Thanks and Regards.
     


Share This Page