Crystal Report 9 For Vb6 Portable

Posted on  by 

Active7 years, 9 months ago

I have a Crystal (v9) report with field definitions defined (and placed on the report).

On my vb6 form I dropped a crystal viewer object from the toolbox.

Crystal Report 9 Serial number The serial number for Crystal is available This release was created for you, eager to use Crystal Report 9 full and with without limitations.

Vb6

Free downloads for Crystal Reports. Available for maximum compatibility with Crystal Reports 9 and 10. Report Analyzer 5.0 requires Crystal Reports XI runtime. The program is sometimes distributed under different names, such as 'Crystal Reports Basic for Visual Studio 2008', 'Crystal Reports XI Release 2.NET 2005 Server', 'Crystal Reports XI Release 2'. This program is a product of SAP Crystal Solutions(R).

Crystal report 9 for vb6 portable windows 10

Not sure why but I am assuming that there is a way to programmatically bind record set data to these fields.

Crystal Report 9 For Vb6 Portable Windows 10

Is this possible?

Eg, Report.Field1 = rs('Data') Report.Field2 = rs('Data2')

I believe I am using CRAXDRT.

Thanks in advance.

Crystal Report 9 For Vb6 Portable 1

KS

PerplexedPerplexed
4871 gold badge14 silver badges30 bronze badges

1 Answer

You can programmatically alter the data connection, set parameters and even alter the selection criteria but I don’t think you can set the data on fields manually. Data has to come from the selection statement w/i the report itself. It has no DOM, per se.

Looks like you can use the report viewer to set a whole reports data source to a ado recordset at runtime (I didn't think you could), but not one field/control at a time.

Community
Booji BoyBooji Boy
3,8814 gold badges32 silver badges44 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged vb6crystal-reports or ask your own question.

Coments are closed