jinyistudio Well-Known Member Licensed User Longtime User Apr 24, 2020 #1 Hi How to do it ? click a abmbutton and then automatic download a file to client side.
alwaysbusy Expert Licensed User Longtime User Apr 24, 2020 #2 make a link of it in an ABMLabel Upvote 0
Harris Expert Licensed User Longtime User Apr 24, 2020 #3 or a link in a ABMChip Dim chip as ABMChip chip.Initialize(page, ""&chipID, "{AL}" & the_path_and_filename & "{AT}" &the_filename_to_display & "{/AL}" , False, "chip") Upvote 0
or a link in a ABMChip Dim chip as ABMChip chip.Initialize(page, ""&chipID, "{AL}" & the_path_and_filename & "{AT}" &the_filename_to_display & "{/AL}" , False, "chip")