FREE CODE - MODIFY PRINT OPTION IN TALLY PRIME

Discussion in 'Free Source Codes' started by Sajith Sabu, Nov 6, 2020.

    
  1. Sajith Sabu

    Sajith Sabu New Member


    upload_2020-11-6_10-12-27.png


    Code:
    [#Button: PrintExp Configure]
       
        Image               : ShowImageConfig
    
    [Resource: ShowImageConfig]
    
        Source             : D:\Tally\Tally.ERP9\IMAGE\settingLog.jpg
        Resource Type     : Jpeg
       
    [#Button: PrintExp Preview]
       
        Image               : ShowImagePreview
    
    [Resource: ShowImagePreview]
    
        Source             : D:\Tally\Tally.ERP9\IMAGE\previewLOG.jpg
        Resource Type     : Jpeg
       
    [#Button: SVPrintAction]
       
        Image               : ShowImagePrint
    
    [Resource: ShowImagePrint]
    
        Source             : D:\Tally\Tally.ERP9\IMAGE\PRINT LOGO.jpg
        Resource Type     : Jpeg
     


  2. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Nice...

    Attaching Icons Here...
    upload_2020-11-20_9-24-57.png
     

    Attached Files:

    Sanjeev S and Sajith Sabu like this.


  3. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    On Side Panel...
    upload_2020-11-20_9-44-6.png
     
    Last edited: Nov 20, 2020
    Sajith Sabu likes this.


  4. abhinand vk

    abhinand vk Active Member


    when i use .png image getting error please help
     


  5. Jay kumar tailor

    Jay kumar tailor Well-Known Member


    Edit image with Ms Paint and Save image as jpg Or Change Resource Type.
     


  6. Sanjeev S

    Sanjeev S Active Member


    Nice.

    Done!!!
     



  7. is there any way to change default button from print to preview in TallyPrime?

    Clients Press Enter several times at the time of creating / modifying sales entry. and invoice get printed!! they need preview first.

    I have temporary Disabled Direct Print by following code.

    [#Button: SVPrintAction]

    ActionEx : Set Var : Set : SVPreview : Yes
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Disable "Print after save" if not in Createmode.
     



  9. Actually I Need Print Preview after save. (By Pressing Enter repeatedly - as hebited)

    I Have solved issue by following code.

    [#Button: SVPrintAction]

    ActionEx : Set Var : Set : SVPreview : Yes

    But by this code, Both Preview and Print button works to show print preview. If I can make "Preview" Button Default than its good solution.
     


  10. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Then make a Function...........On : Form : Save ..............execute

    Then in your Function ....lay down the key presses .........sequence.

    and if using this method, then disable ... print after save.... as same will be done by the function.
     



  11. Thanks for your prompt reply sir.

    Solved by changing skip forward setting of Preview Button

    [#Button: PrintExp Preview]
    Skip Forward : No
     


  12. rke

    rke Member


    Not showing icons also shortcuts
     


  13. love

    love Member


    A little modification [​IMG]
     

    Attached Files:



  14. Rohit Khedar

    Rohit Khedar Member


    share code plz
     


  15. tulip

    tulip New Member



  16. rke

    rke Member


    Can i print same invoice in 3 size with shortcuts
     


  17. Mahendar Kumar Mali

    Mahendar Kumar Mali New Member



  18. Mahendar Kumar Mali

    Mahendar Kumar Mali New Member




  19. Sir
    will it work on Tally erp
     


  20. Jenny

    Jenny Active Member


    png not working..error showing
     


Share This Page