top

  Info

  • Utilizzare la checkbox di selezione a fianco di ciascun documento per attivare le funzionalità di stampa, invio email, download nei formati disponibili del (i) record.

  Info

  • Utilizzare questo link per rimuovere la selezione effettuata.
CrysDev [[electronic resource] ] : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
CrysDev [[electronic resource] ] : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
Autore Berntson Craig
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Descrizione fisica xxi, 450 p. : ill
Disciplina 651.7/8/028557585
Soggetto topico Business report writing - Computer programs
Soggetto genere / forma Electronic books.
ISBN 1-280-54423-6
9786610544233
1-930919-39-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910456358003321
Berntson Craig  
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
CrysDev [[electronic resource] ] : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
CrysDev [[electronic resource] ] : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
Autore Berntson Craig
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Descrizione fisica xxi, 450 p. : ill
Disciplina 651.7/8/028557585
Soggetto topico Business report writing - Computer programs
ISBN 1-280-54423-6
9786610544233
1-930919-39-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910780128103321
Berntson Craig  
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
CrysDev : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
CrysDev : a developer's guide to integrating Crystal reports / / Craig Berntson, Dan Jurden
Autore Berntson Craig
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Descrizione fisica xxi, 450 p. : ill
Disciplina 651.7/8/028557585
Soggetto topico Business report writing - Computer programs
ISBN 1-280-54423-6
9786610544233
1-930919-39-5
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Our Contract with You, The Reader -- List of Chapters -- Table of Contents -- Acknowledgements -- About the Authors -- How to Download the Files -- Chapter 1: Introducing Crystal Reports -- Crystal Reports versions -- Installing Crystal Reports -- What's changed in version 9? -- What's missing? -- What's new? -- Upcoming chapters -- Summary -- Chapter 2: Touring Crystal Reports -- Report Experts -- Data page -- Links page -- Fields page -- Grouping page -- Summaries page -- Group Sorting page -- Chart page -- Record Selection page -- Template page -- Blank Reports -- The Crystal Reports desktop -- Menus -- Toolbars -- Status bar -- Design page -- Preview page -- Report Sections -- Section Expert -- Formatting report objects -- Common page -- Border page -- Font page -- Paragraph page -- Hyperlink page -- Resizing and moving objects -- Using the mouse -- Using the keyboard -- The Object Size and Position window -- Guidelines -- Setting options -- Application options -- Report options -- The report-processing model -- Pre-pass 1 -- Pass 1 -- Pre-pass 2 -- Pass 2 -- Pass 3 -- Summary -- Chapter 3: Creating Your First Report -- Designing the report -- Sketching the report -- The report data -- Your first report, step-by-step -- Selecting the data source -- Adding data fields to the report -- Adding a calculated field -- Grouping and group totals -- Formatting the report -- Adding the page header -- Charting made easy -- Summary -- Chapter 4: Accessing Data -- Using the Database Expert -- Creating a new connection -- Selecting database objects -- Linking Tables -- Field definition files -- Creating a field definition file -- Using a field definition file -- Working with Images -- Images in the database -- Adding a watermark -- Limiting records selected -- The Select Expert -- Miscellaneous data functions -- Set Database Location.
LogOn or Off Server -- Show SQL Query -- Perform Grouping on Server -- Report Bursting Indexes -- Summary -- Chapter 5: Intermediate Reporting -- Understanding the Crystal Repository -- Adding objects to the repository -- Using repository objects in a report -- Updating objects in the repository -- Sorting -- Groups -- Drill-down -- Hierarchical groups -- Summaries -- Subtotals and grand totals -- Running totals -- Cross-tabs -- Charts -- Basic charting -- Advanced charting -- Maps -- The Data tab -- The Type tab -- The Text tab -- Summary -- Chapter 6: Advanced Reporting -- Report parameters -- Multiple value parameters -- Default values -- Report alerts -- OLE objects -- Embedded fields -- Hierarchical reports -- Summary -- Chapter 7: Subreports -- Inserting a subreport -- Unlinked subreports -- Linked subreports -- On-demand subreports -- Updating subreports -- Summary -- Chapter 8: Using Formulas -- The Formula Editor -- The General toolbar -- The Workshop toolbar -- The Custom Function toolbar -- The Workshop Tree -- The Editor toolbar -- Understanding formulas -- Comments -- Data Types -- Variables -- Fields -- Operators -- Functions -- Custom Functions -- The Forumla Extractor -- The Formula Expert -- Summary -- Chapter 9: The RDC: Introduction, Printing, and Databases -- Understanding the Report Designer Component -- Getting started with RDC programming -- Registering the runtime component -- Working with collections -- The Application object -- The Report object -- The Database object -- Working with tables -- Passing stored procedure parameters -- The DatabaseTable object -- The ConnectionProperties object -- Getting connection property information -- Working with fields -- Linking tables -- Connecting to data - some examples -- Logging on and off a server database -- Connecting to ADO -- Connecting to XML -- Connecting to file based data.
You connected to your data, now what? -- Summary -- Chapter 10: The RDC: Manipulating Data -- Sorting -- Working with Groups -- Summary Fields -- Running Totals -- SQL Expressions -- Formula Fields -- Parameter Fields -- Report alerts -- Summary -- Chapter 11: The RDC: Formatting the Report -- Working with Areas -- Condition Formulas -- Working with Sections -- The ReportObject object -- TextObject object -- Field elements -- LineObject object -- BoxObject object -- FieldObject object -- Picture fields -- Special variable fields -- Summary fields -- BlobFieldObject object -- Crosstabs -- GraphObject object -- The FieldDefinitions Collection -- MapObject object -- OLEObject -- OLAPGridObject object -- The ObjectSummaryFieldDefinitions collection -- Unbound fields -- Subreports -- Summary -- Chapter 12: Previewing the Report at Runtime -- Registering the control -- Creating a preview form -- Methods of the Viewer Control -- Showing the report -- Retrieving information -- Events -- Report objects events -- Drill events -- Toolbar objects events -- Miscellaneous events -- Summary -- Chapter 13: The Report Designer Control -- Registering the Control -- Creating a design form -- Working with the designer -- Providing Help -- Using the Designer Control -- Summary -- Chapter 14: Exporting Reports -- Programmatic exports -- Exporting to files -- Adobe Acrobat (PDF) -- Microsoft Word -- Microsoft Excel -- Rich Text Format (RTF) -- HTML -- XML -- Comma Separated Values (CSV) -- Tab-Separated Text -- Text -- Report Definition -- Exporting to an application -- Exporting to MAPI -- Exporting to ODBC -- Summary -- Chapter 15: Integrating COM Components -- Formulas revisited -- Events -- Report events -- Section events -- Separate image files -- Report variables -- Summary -- Chapter 16: Web Reporting -- Report design revisited -- Embedded hyperlinks.
Cascading style sheets -- Navigation -- Report Parts -- Working with ASP -- Page rendering objects -- Customizing the Viewer -- The Report Application Server -- Customizing the RAS -- The RAS SDK -- Summary -- Chapter 17: Crystal Reports .NET -- Windows-based applications -- Web-based applications -- The Crystal Reports .NET designer -- Connecting to ADO .NET -- XML web services -- Publishing a web service -- Consuming a web service -- The CrystalDecisions namespaces -- Summary -- Chapter 18: Licensing and Distribution -- Distribution -- RDC distribution -- Web reporting -- .NET distribution -- Licensing -- The License Manager -- Summary -- Chapter 19: Crystal Reports Tools -- Documentation files -- The Crystal Decisions web site -- Hot fixes and service packs -- Utilities -- Support forums -- Summary -- Index.
Record Nr. UNINA-9910968393803321
Berntson Craig  
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2003
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The Visual FoxPro Report Writer [[electronic resource] ] : pushing it to the limit and beyond / / by Cathy Pountney
The Visual FoxPro Report Writer [[electronic resource] ] : pushing it to the limit and beyond / / by Cathy Pountney
Autore Pountney Cathy
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2002
Disciplina 651.7/8/028557585
Soggetto topico Application software - Development
Database management - Computer programs
Business report writing - Computer programs
Database management
Soggetto genere / forma Electronic books.
ISBN 1-930919-26-3
9786610544172
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910455254903321
Pountney Cathy  
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
The Visual FoxPro Report Writer [[electronic resource] ] : pushing it to the limit and beyond / / by Cathy Pountney
The Visual FoxPro Report Writer [[electronic resource] ] : pushing it to the limit and beyond / / by Cathy Pountney
Autore Pountney Cathy
Pubbl/distr/stampa Whitefish Bay, Wis., : Hentzenwerke Publishing, c2002
Disciplina 651.7/8/028557585
Soggetto topico Application software - Development
Database management - Computer programs
Business report writing - Computer programs
Database management
Soggetto genere / forma Electronic books.
ISBN 1-930919-26-3
9786610544172
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Record Nr. UNINA-9910779967803321
Pountney Cathy  
Whitefish Bay, Wis., : Hentzenwerke Publishing, c2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Visual FoxPro Report Writer : Pushing It to the Limit and Beyond
Visual FoxPro Report Writer : Pushing It to the Limit and Beyond
Autore Pountney Cathy
Pubbl/distr/stampa Milwaukee : , : Hentzenwerke Publishing, Inc., , 2002
Descrizione fisica 1 online resource (298 pages)
Disciplina 651.7/8/028557585
Soggetto topico Application software - Development
Database management - Computer programs
Business report writing - Computer programs
Database management
Soggetto genere / forma Electronic books.
ISBN 1-930919-26-3
9786610544172
Formato Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione eng
Nota di contenuto Intro -- Dedication -- Our Contract with You, The Reader -- Table of Contents -- Acknowledgements -- About the Author -- How to Download the Files -- Chapter 1 Introduction -- Overview of chapters -- Wizards -- The Report Designer -- The "after life" -- The Label Designer -- The "other world" -- Parts of a report -- General information -- Toolbars -- Enjoy! -- Chapter 2 The Report Wizard -- Starting the Report Wizard -- Creating a single-file report -- Selecting fields -- Finishing the report -- The rest of the Report Wizard -- Step 2-Group Records -- Step 3-Choose Report Style -- Step 4-Define Report Layout -- Step 5-Sort Records -- Step 6-Finish -- The final word -- The One-to-Many Report Wizard -- Conclusion -- Chapter 3 Learning the Basics -- Invoking the Report Designer via the Menu -- Invoking the Report Designer via the Command Window -- Create a blank report -- Modify an existing report -- Create a Quick Report -- Setting up the page -- Columns -- Print area -- Print order -- Left margin -- Print Setup -- The Report Designer environment -- Grid Lines -- Snap to Grid -- Set Grid Scale -- Show Position -- Report bands -- Adding and removing bands -- Title and Summary bands -- Group Header and Footer bands -- Column Header and Footer bands -- Changing the height of a band -- On Entry and On Exit -- Running the report -- Wrapping up -- Chapter 4 The Data Source -- Normalized vs. Denormalized -- Normalized data -- Denormalized data -- Which is better? -- Private Data Session -- The Data Environment -- The Data Environment window -- The Properties window -- Mind boggling -- Real-world Data Environment issues -- Table of Contents -- Where's the data? -- May I take your order, please? -- Don't you dare open that table -- A fly on the wall -- The FoxPro 2.x Environment -- Use your imagination -- Chapter 5 Report Objects -- Types of controls.
Labels -- Fields -- Shapes -- Pictures and ActiveX Bound controls -- Using the Report Controls toolbar -- Select Objects -- Label -- Field -- Line -- Rectangle -- Rounded Rectangle -- Picture/ActiveX Bound controls -- Button Lock -- Common options -- Field/Object position -- Float and Stretch with overflow -- Print When -- Stretch Downwards -- Comment -- Manipulating the controls -- Selecting controls -- Moving controls -- Resizing controls -- Duplicating controls -- Deleting controls -- Changing properties -- Editing a Label object -- More ways to add controls -- Insert Control -- The Data Environment -- Quick Report -- Conclusion -- Chapter 6 Adding Pizzazz to the Objects -- Layout -- Align -- Size -- Horizontal spacing -- Vertical spacing -- Z-order -- Group/Ungroup -- Appearance -- Font -- Default Font -- Color -- Text Alignment -- Reading Order -- Fill -- Pen -- Mode -- Programming is an art -- Chapter 7 Data Grouping -- Sorting it all out -- Use an existing index -- Create a temporary index -- Use SQL to create a temporary cursor -- Your choice -- Creating a Data Group -- Group expressions -- Group properties -- Group Header and Footer bands -- Nesting Data Groups -- Adding more Data Groups -- Deleting Data Groups -- Moving Data Groups -- How Nested Data Groups are processed -- Cool tricks with Data Groups -- Dynamic Data Groups -- A group of one -- Fudging another Summary band -- Maintaining a fixed location -- Creating white space with Data Groups -- There's power in groups -- Chapter 8 Report Variables -- Creating variables -- Variable name -- Insert and Delete -- Value to store -- Release after report -- Using calculations -- Calculate -- Initial value -- Reset at -- Using Report Variables -- Simple Report Variables -- Conditional Report Variables -- Counting Data Groups -- Understanding the process -- Order of Report Variables.
Evaluating a Report Variable -- Resetting a Report Variable -- Mission impossible -- Chapter 9 Running Reports -- Where did it go? -- Preview on the screen -- Print to a printer -- Print to a file -- Print to an ASCII file -- Which records? -- Scope -- For < -- expression> -- -- While < -- expression> -- -- Miscellaneous clauses -- Heading -- Plain -- Range -- Summary -- NoOptimize -- NoWait -- Name -- Environment -- Special preview issues -- The Print Preview toolbar -- Maximize the Print Preview window -- Preview multiple reports at once -- Seeing ghosts -- Special printing issues -- The Printing dialog -- Chaining reports -- Number of copies -- Distribution -- To be or not to be (excluded, that is) -- Modifying reports within an application -- Eliminating printer-specific information -- Debugging -- Invalid report -- Nesting error -- Variable not found -- Run with it -- Chapter 10 Solutions to Real-World Problems -- Using Print When expressions -- How do I know whether the user is previewing or printing? -- How do I print ledger-style shading? -- How do I simulate greenbar paper? -- How do I keep a stretchable Group Footer together without wasting space all the time? -- How do I prevent an orphaned Group Footer? -- Using UDFs and Report Variables -- How do I know if the user canceled? -- How do I print "continued"? -- How do I print subtotals in the Page Footer band at the end of each Data Group? -- How do I print totals in the Page Footer band of only the last page? -- Building the right cursor -- How do I print multiple Detail bands? -- How do I span a single record across multiple pages? -- How do I print laser checks (stub/check/stub)? -- Printing graphics -- How do I print dynamic graphic images in FoxPro 2.x? -- How do I print several detail lines to the right of one image? -- How do I print Rich Text on a report?.
How do I print bar codes? -- Miscellaneous -- How do I print "Page x of y"? -- How do I force a Data Group to start on an odd page? -- How do I print vertical text? -- How do I print check boxes, check marks, and so on? -- How do I print captions from the database container? -- How do I create a Report template? -- How do I print preprinted forms? -- How do I print from two different paper trays? -- Conclusion -- Chapter 11 Hacking the FRX -- Where's the report? -- Understanding the report table -- The records -- The unit of measure -- The position -- The fields -- Let's start hacking! -- Printer-specific information -- Changing information at run time -- Custom paper sizes -- Watermarks -- Leading -- A certified hacker -- Chapter 12 Labels -- The first time -- The Label Wizard -- Step 1-Select Tables -- Step 2-Choose Label Type -- Step 3-Define Layout -- Step 4-Sort Records -- Step 5-Finish -- The Label Designer -- Invoking the Label Designer via the Menu -- Invoking the Label Designer via the Command Window -- Setting up the page -- Special issues -- Continuous labels -- Sheet labels -- Wrapping up -- Chapter 13 Beyond the VFP Report Writer -- Within Visual FoxPro -- @…SAY -- ? and ?? commands -- ??? command -- Freeware utilities -- FRX2Word by John Koziol -- Visual GenRepoX by Markus Egger -- RAS PrintFRX by Rick Schummer -- VBPrinter by John Koziol -- Direct Print by Ed Rauh -- wwPDF by Rick Strahl -- Epson POS Demo by Mark McCasland -- WinFax Demo by John Henn -- Text Mode by Hilmar Zonneveld -- Raw Print by Ramon F. Jaquez -- Commercial Report Writers -- Foxfire! Query and Report Writer -- R& -- R Report Writer -- Crystal Reports -- Virtual Print Engine -- Other forms of output -- PDF -- Automation (Word and Excel) -- The end! -- Index.
Record Nr. UNINA-9910970844203321
Pountney Cathy  
Milwaukee : , : Hentzenwerke Publishing, Inc., , 2002
Materiale a stampa
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui