G Gilmichel New member Mar 5, 2017 #1 Hello, Is there an HEScript Function to PrintPdf or is it only possible to use the one allready existed ? Thank-you,
Hello, Is there an HEScript Function to PrintPdf or is it only possible to use the one allready existed ? Thank-you,
G Gilmichel New member Mar 6, 2017 #3 Good… Using actual print hescript code does not work, something wrong ? Print Click to expand... Thank-you ! Last edited: Mar 6, 2017
Good… Using actual print hescript code does not work, something wrong ? Print Click to expand... Thank-you !
gdgsupport Support Staff member Mar 6, 2017 #4 Could you please elaborate? Don’t understand your post
G Gilmichel New member Mar 6, 2017 #5 Sorry, i mean using following code does’nt work to print current page: a href=“hescript://UserMain.OnPrintPage”>Print</a Last edited: Mar 6, 2017
Sorry, i mean using following code does’nt work to print current page: a href=“hescript://UserMain.OnPrintPage”>Print</a
gdgsupport Support Staff member Mar 6, 2017 #6 It’s because OnPrintPage is an event, not a function. We’ll check the Print function. You want to be able to print from a link, is it correct?
It’s because OnPrintPage is an event, not a function. We’ll check the Print function. You want to be able to print from a link, is it correct?
G Gilmichel New member Mar 6, 2017 #7 Yes, it is what i want to do because it is working for back and forward. href=“hescript://Macros.MacroGoBack”>Back</a href=“hescript://Macros.MacroGoForward”>Forward</a
Yes, it is what i want to do because it is working for back and forward. href=“hescript://Macros.MacroGoBack”>Back</a href=“hescript://Macros.MacroGoForward”>Forward</a
gdgsupport Support Staff member Mar 6, 2017 #8 Ok. We’ll add the possibility to do it easier in the next update.