Hi,
I have the following fields which I would like to include in a PivotTable
- PartNumber
- Location
- Cost
Required PivotTable
Count Location GrandTotal
PartNumber Cost LocA LocB LocC Count Sum
PartNumber1 100 5 3 8 800
PartNumber2...
I am developing an application which reads in a report template (.rpt) file and binds data at runtime (using AutoSetUnboundFieldSource) to generate the required report. The method I am using is similar to unbound fields, except that I am using a .rpt file instead of a .dsr file.
When using the...
One way I know of to solve this is to use, DSN-less connection. See http://www.able-consulting.com/ADO_Conn.htm for different methods od DSN-less connection.
Thanks for your comments, I have tried your recommendation and also tried enclosing numbers with string as below but it did not work.
Description, value
Item3, "Text Description"
Item1, 123
Item2, 456
Item4, "Text Description"
Some clarification, I actually wanted all...
I am developing a CR in VB and am having some problems accessing a table (in txt file format) where one of the column contain both numbers and string. See sample txt file below.
Sample txt file.txt
===================
Description, value
Item1, 123
Item2, 456
Item3, Text Description
The CR...
Hi,
I am a newbie to VB and Crystal Report and would appreciate any assistance. What I am trying to do is to read a text file containing some data and to display the data in Crystal Report using unbounded fields.
I have managed to setup the DSN-less connection but having problems when viewing...
I am exploring the possibility of using CR report as a template with unbound fields and no data source in VB instead of using the DSR file (ActiveX Designer format). From the documentation, it seems possible but I have not come across any examples. Would anyone have a sample code that you can...
Hi,
I am a newbie to VB and Crystal Report and would appreciate any assistance. What I am trying to do is to read a text file containing some data and to display the data in Crystal Report using unbounded fields.
I have managed to setup the DSN-less connection but having problems when viewing...
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.