前往Shuct.Net首页

Shudepb PB反编译专家长时间以来,为业内同类软件事实上的唯一选择.细节,彰显专业.态度,决定品质.

关于PowerBuilder的搜索

PowerBuilder - Export DataWindow to PDF - Stack Overflow current community chat blog Stack Overflow Meta Stack Overflow Careers 2.0 more stack exchange communities Stack Exchange sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site careers 2.0 Stack Overflow Questions Tags Tour Users Ask Question Tell me more × Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required. Export DataWindow to PDF up vote 0 down vote favorite I am exporting a DataWindow to PDF using the below code ds_data.Object.DataWindow.Export.PDF.Method = Distill! ds_data.Object.DataWindow.Printer = "Sybase DataWindow PS" ds_data.Object.DataWindow.Export.PDF.Distill.CustomPostScript="Yes" I am able to export to PDF, but the DataWindow has too many columns due to which they are not fitting on single page in PDF. i.e. Half of datawindow columns are displayed on page 1 of PDF and remaining columns are displayed on page 2. Can any1 help me in this case. I want the entire DataWindow to be fitted into single PDF (width wise). If it is not possible to fit the entire DataWindow into single page of PDF then can we set a horizontal scroll bar for the PDF? PowerBuilder datawindow share|improve this question edited Nov 21 '12 at 17:17 Calvin.Allen 1,6641324 asked Jun 25 '12 at 0:36 prathamesh chavan 3218 add comment 1 Answer active oldest votes up vote 0 down vote accepted I got the solution for the same. Clcik the properties of Datawindow. Then select the "PrintSpecifications" tab. Set the "PaperOrientation" property to "Landscape". Earlier it was "Default". This solved my problem share|improve this answer answered Jun 25 '12 at 4:48 prathamesh chavan 3218 add comment Your Answer draft saved draft discarded Sign up or log in Sign up using Google Sign up using Facebook Sign up using Stack Exchange Post as a guest Name Email required, but not shown Post as a guest Name Email required, but not shown discard By posting your answer, you agree to the privacy policy and terms of service. Not the answer you're looking for? Browse other questions tagged PowerBuilder datawindow or ask your own question. asked 1 year ago viewed 723 times active 1 year ago Related 7 Saving a datawindow as PDF in PB 10.5 1 PowerBuilder: insert data using datawindow 2 Get objects of DataWindow band 1 Power Builder - DataWindow paging 1 PowerBuilder DataWindows 1 PowerBuilder Datawindow Crosstab Display 1 PowerBuilder DataWindow object Edit 2 DataWindow displays contents in Debug, but not in RunTime 1 PowerBuilder Composite Datawindow 1 PowerBuilder 12.5 Classic PDF SaveAs creating files of 0 size on Win7 x64 Hot Network Questions Why is f(i = -1, i = -1) undefined behavior? Amazon Interview Question - Probability of 2nd Interview Block employee access to public cloud 7 is the only prime followed by a cube? How are pseudorandom and truly random numbers different and why does it matter? Nice scientific pictures show off Count occurence of Integer Identifying first negative number in array of doubles Insert typos into text Forensic research: What OS to use Recruiter offering me a job two days after I applied for the same position via the company's website. Now what do I do? Is there an inflation in the number of authors per paper? Wing-clipped Strix and flying in Pathfinder "buy... clever" & "buy... miserable" Why is the input field always at the bottom of a chat window? Why is killing someone using Avada Kedavra considered worse or different than killing him with any other means? Left align in math environment with every element over each other Some team members don't actively participate in Sprint planning Passenger weight distribution on a Commercial Flight Why can't I do ls *.txt in a subshell? Using "we have" in maths papers Are tantalum capacitors safe for use in new designs? Is the space of tempered distribution second countable? Using "User" global variable in SOQL query more hot questions question feed about help badges blog chat data legal privacy policy jobs advertising info mobile contact us feedback Technology Life / Arts Culture / Recreation Science Other Stack Overflow Server Fault Super User Web Applications Ask Ubuntu Webmasters Game Development TeX - LaTeX Programmers Unix & Linux Ask Different (Apple) WordPress Answers Geographic Information Systems Electrical Engineering Android Enthusiasts Information Security Database Administrators Drupal Answers SharePoint User Experience Mathematica more (14) Photography Science Fiction & Fantasy Seasoned Advice (cooking) Home Improvement more (13) English Language & Usage Skeptics Mi Yodeya (Judaism) Travel Christianity Arqade (gaming) Bicycles Role-playing Games more (21) Mathematics Cross Validated (stats) Theoretical Computer Science Physics MathOverflow more (7) Stack Apps Meta Stack Overflow Area 51 Stack Overflow Careers site design / logo © 2014 stack exchange inc; user contributions licensed under cc by-sa 3.0 with attribution required rev 2014.2.10.1359 Stack Overflow works best with JavaScript enabled