I have not used the viewer but has used ADO to give data to a Crystal Report and then printed it. Perhaps you can use some of my code. Note that I still have a problem with memory leakage when I print several times so the code is not complete...
******************************************...
Hi.
I have data in an ADO Recordset object that I want to send to a Crystal Report. For this I want to use the SetDataSource method. I've managed this in Visual Basic, but I want to do this in a C++ program.
Can anybody give me an example of SetDataSource in C++?
Regards, Svenn-Kjetil
Didn't understand the first part about loading a different user, but the second part is actually what I am trying to do!
Tried to set my network user in IIS in many ways, inluding domane name: "lgnr\NA1234". Do you know how I shall configure this? Should I for example use anonymous or...
I can access the database, open it, change it and delete it. From a VBSript in Outlook I also open the database and write data into it. So how can I be missing permissions as my user NA1234?
I rather think that the problem is that I try to connect from the ASP-page with IUSR, but I don't know...
Since the Access database is on another server I can't change the permissions, but I can see that it is set up with all rights for everybody. However I need to access the disk with my logon user 'NA1234' and not IUSER...
Hi.
I have a server A with some ASP-pages which shall access a MS Access database on another server B (company nettwork drive). In order to connect I normally would give the directory with the Access database the IUSR permissions.
But it is difficult for me to get the system administrators in...
Hi.
I have two TCP/IP-programs written in C for receiving data from one client. Both programs receive from the same IP-address, but use port 2001 and 2002.
When I establish a socket I receive the same descriptor for both programs. Is this possible since they use different ports or is something...
I don't have a logical sort order. I want to extract those specific values and place them in a report in that obscure way...
Mayby I can do this in the Report header, by using 5 different SQL-statements?
I have the table in an Oracle database, and it has only two columns: ID and Value. The...
Yes, this will give me the layout. But can I accomplish the sort order?
Another matter: If I dont't have a record for ID 7 in the table, I still want to print "ID 7:" but with a blank value-field. Is this possible?
Thank you for the help.
Svenn Kjetil
Thank you for the response!
I see that it is possible with version 8 to have multiple columns. Can I print the following layout:
ID 1: 2.3 ID 22: 9.3 ID 5: 3.8
ID 13: 4.2 ID 7: 2.2
Regards,
Svenn Kjetil
Hi.
I have a table that looks like this:
Id Value
1 2.3
2 2.9
3 3.2
4 1.8
5 9.2
... and so on.
I want to print the value for id: 1, 5, 7, 13 and 22. How can I accomplish this?
Svenn Kjetil
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.