Guide me through the code plz Code: [#Form:VCHBasic InvoiceMode] Add : Parts : After : EI PartyInfo : PreInvNo [Part:PreInvNo] Line : PreInvNoLine [Line:PreInvNoLine] Field : PreInvNoField [Field:PreInvNoField] Field : Simple Prompt, Name Field Local : Field : Simple Prompt : Info :" Pre.Inv. No " Local : Field : Name Field : Set as : If ($$IsEmpty:$PrevVCHNumber) then " Not Available " else $PrevVCHNumber Local : Field : Name Field : Skip : Yes I am wrong here Local : Field : Name Field : Set as : If ($$IsEmpty:$PrevVCHNumber) then " Not Available " else $PrevVCHNumber
Try this function.. $$PrevNumber:##SVVoucherType Ex. Local : Field : Name Field : Set as :$$PrevNumber:##SVVoucherType
Thanks for the reply vishnu joshi Myself tried multiple times with your code and with other variations as you mentioned above but for me it didn't provide (blank) result(s). still waiting to complete the code. Thanks
Is Working Properly, it is work only manual voucher Number Method.. Code: [#Form:VCHBasic InvoiceMode] Add : Parts : After : EI PartyInfo : PreInvNo [Part:preInvNo] Line : PreInvNoLine [Line:preInvNoLine] Field : Simple Prompt, PreInvNoField Local : Field : Simple Prompt : Info :" Pre.Inv. No " Local : Field : Simple Prompt : Width : @@VchLeftPromptWidth % Page Local : Field : Default : Color : Blue [Field : PreInvNoField] Use : Name Field Set as : If ($$IsEmpty:mad:@PrevVCHNumber) then "Not Available " else @@PrevVCHNumber Set Always : Yes [System:Formula] PrevVCHNumber : $$PrevNumber:##SVVoucherType