August 6, 200421 yr Newbies Hello, I'm new here. Does anyone know how to make a printscript on webcompanion. I want to print lay-out in the same way on webcompanion as in the local mode of a Filemaker application? Ed Boon
August 12, 200421 yr You can use Javascript to make your print button: <!-- Print using Button --> <form> <input type="button" value="Print Page" name="PrintBtn" onClick="window.print()"> </form>
Create an account or sign in to comment