Tony Martin Posted January 6, 2007 Posted January 6, 2007 Hello! I have run into some snags with printing issues and IWP. I'd like to create some sort of scripting routine within the DB to make printing easier (page setup issues, hiding status area - then open a print dialog box, etc), but of course these script steps are incompatible with IWP. Has anyone else run into issues here? And if so, what solutions did you find? Any help would be appreciated.
T-Square Posted January 9, 2007 Posted January 9, 2007 Once you are in IWP, the question of printing is taken out of the developer's hands. IWP pushes database information out to a web browser, which is completely outside of your control. The browser is what renders your db screen, and it's the browser that decides how to print (which gets pushed off to the operating system). All of which is to explain why as an IWP developer, you don't have control over the printer dialogs. That said, you might want to create print layouts, script a print button to go to them in a new window, and place a "Close this Window When You're Done" link on the top of the layout. Although kludgy, it is commonly done in web interfaces, and your users will be familiar with it. HTH, David
Newbies tsturgeon Posted February 27, 2007 Newbies Posted February 27, 2007 Print is not a supported script in IWP. tsturgeon
Recommended Posts
This topic is 6747 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now