Please, look for this simple example:
Dim as Object
Dim Rows as Variant
Set cdoRowSet = CreateObject("CrystalDataObject.CrystalComObject")
...
'Filling array Rows
...
cdoRowSet.AddRows Rows
CrystalTable.SetPrivateData 3, cdoRowSet
What's wrong? - Nothing. It's work in 99,9% cases...
I need allow users to change something in text field after report was created from VB program. In another words my users wants editing reports.
Can I solve this problem with Crystal Report?
If so, how can I do it?
I'm realy disappointed about Crystal Report Performance.
Look for a very simple example - report that shows employees whose birthday hits in selected period.
Report selection formula :
Month({?DateBegin})<=Month({domainEmployee.eBirthDate}) And...
I'm using CDO in some CR reports.
When I link two tables through fields with String data type
I receive outer join relation. Sometimes it's good, in other case it's a toothache.
In the link options I can't see something usefull.
Can I change link type?
I need to migrate CR report from Informix database with custom OLE DB provider to report based on Crystal Data Objects (with .TTX files). The structure of tables and fields is the same. I've removed all references on previous database and added new live references. But in VB runtime (not in CR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.