How to print web page on click of button in VBCS application | Oracle Visual Builder | window.print

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ต.ค. 2024
  • With this video we will learn How to print web page on click of button in VBCS application | Oracle Visual Builder application | JavaScript | window.print()
    Please do like this video and subscribe our TH-cam channel
    ▬▬▬▬▬ TABLE OF CONTENT ▬▬▬▬▬
    0:00:03 - What you'll learn from this class
    0:00:31 - Create button on web page
    0:01:15 - Create JavaScript function to print web page
    0:02:02 - Create on click action event for button to invoke print JS function
    0:03:09 - Preview application and validation
    ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
    Blog link for references:
    beenumlearning...
    Checkout our courses on Udemy by clicking on below link:
    www.udemy.com/...
    Checkout our courses on SkillShare by clicking on below link:
    www.skillshare...
    Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links
    Buymeacoffee: www.buymeacoff...
    PayPal: paypal.me/been...
    #oracle #visualbuilder #vbcs #javascript #print #page

ความคิดเห็น • 3

  • @BEENUMLEARNING
    @BEENUMLEARNING  2 ปีที่แล้ว

    Have you liked any of our content and thinking about Thanking us? Then you can thank us / donate us with below links
    buymeacoffee: www.buymeacoffee.com/beenumlearning
    PayPal: paypal.me/beenumlearning
    Below are the links for the courses created by us
    Learn Integration in Oracle Integration:
    www.udemy.com/course/learn-integration-in-oracle-integration-oic-from-scratch/?referralCode=A378D1F90CFDA29998D4
    Learn B2B for Oracle Integration:
    www.udemy.com/course/b2b-for-oracle-integration-training-for-beginners/?referralCode=A046790B230F8E7B2648
    Learn Insight in Oracle Integration:
    www.udemy.com/course/insight-in-oracle-integration-oic/?referralCode=6E554C8689FC329746A0
    Checkout our courses on SkillShare by clicking on below link:
    www.skillshare.com/r/user/beenumlearning?gr_tch_ref=on&gr_trp=on

  • @vanisameera9439
    @vanisameera9439 ปีที่แล้ว

    I have a requirement where on vbcs screen I have to show all the columns of the table where as in the print option I should show only selected columns of the same table displayed on the web page. Is there a way to do this? I have tried an approach where I have created another table with same ADP for data and required columns and gave this table display:none on screen. Also for the table displayed on screen with all the columns, I have gove display:none on print option. But this isn't working. In print pdf the table isn't being populated.