Help with this code.

Discussion in 'Free Source Codes' started by Nitish, Oct 19, 2019.

    
  1. Nitish

    Nitish New Member


    [​IMG] ;; How can i put this field blank and if field is blank then form will close after pressing enter.

    ;; i tried with this code but instead of getting blank field i am getting SYSNAME : ENDOFLIST

    ;; Plz help


    [#Field: VCHBATCH GRNName]
    Delete:Table
    Use : Batch Name Field
    Set as: IF $$IsEmpty:$$Value Then $$SysName:ENDOFLIST else $$Value
     

    Attached Files:

    Last edited: Oct 19, 2019


  2. balajimg

    balajimg Active Member


    [#Field: VCHBATCH GRNName]
    Delete:Table
    Use : Batch Name Field
    Set as: IF $$IsEmpty:$$Value Then $$ForAcceptifBlank:$$IsSysName:ENDOFLIST else $$Value

    [Function : ForAcceptifBlank]
    01 : Action : Form Accept
     


  3. Nitish

    Nitish New Member


    Thank you so much sir, for your reply. Really Appreciate it.

    Need little more help.
    It closing : item selection form directly.

    Not Able to enter in STCKVCHBATCHAllocation form.
     


  4. balajimg

    balajimg Active Member


    means, i didnt understand
     


  5. Nitish

    Nitish New Member


    means,
    When i try to select item from: list of stock item,

    then it close tally.

    Not showing any error. directly close tally.

    (Not able to open batch allocation form)
    means something wrong in coding.
     


  6. balajimg

    balajimg Active Member


    without having a look at entire code, cant judge where exactly the problem is...
     


  7. subash pal

    subash pal Member


    Post Full code for Investigation
     


Share This Page