The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Win32::OLE::CrystalRuntime::Application::Base - Perl CrystalRuntime.Application Base Object

SYNOPSIS

use base qw{Win32::OLE::CrystalRuntime::Application::Base};

DESCRIPTION

This package provide methods common to all Win32::OLE::CrystalRuntime::Application objects.

USAGE

CONSTRUCTOR

new

my $application=Win32::OLE::CrystalRuntime::Application->new;

METHODS

initialize

debug

FUNCTIONS

list_collection

Returns a perl list given a CrystalRuntime collection

my @list=$app->list_collection($collection); #()
my $list=$app->list_collection($collection); #[]

BUGS

SUPPORT

Please try Business Objects.

AUTHOR

Michael R. Davis
CPAN ID: MRDVT
STOP, LLC
domain=>stopllc,tld=>com,account=>mdavis
http://www.stopllc.com/

COPYRIGHT

This program is free software licensed under the...

The BSD License

The full text of the license can be found in the LICENSE file included with this module.

SEE ALSO

Crystal Reports XI Technical Reference Guide - http://support.businessobjects.com/documentation/product_guides/boexi/en/crxi_Techref_en.pdf

Win32::OLE, Win32::OLE::CrystalRuntime::Application, Win32::OLE::CrystalRuntime::Application::Report