Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. svennkjetil

    Ñlosing reports during run-time (CRDC 8.5 & VC++ 6.0)

    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... ******************************************...
  2. svennkjetil

    SetDataSource from C++

    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
  3. svennkjetil

    Connect to Access without IUSR

    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...
  4. svennkjetil

    Connect to Access without IUSR

    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...
  5. svennkjetil

    Connect to Access without IUSR

    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...
  6. svennkjetil

    Connect to Access without IUSR

    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...
  7. svennkjetil

    Same socket descriptor for two C-programs

    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...
  8. svennkjetil

    Extracting specific records (1, 5, 7, 13 and 22)

    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...
  9. svennkjetil

    Extracting specific records (1, 5, 7, 13 and 22)

    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
  10. svennkjetil

    Extracting specific records (1, 5, 7, 13 and 22)

    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
  11. svennkjetil

    Extracting specific records (1, 5, 7, 13 and 22)

    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

Part and Inventory Search

Back
Top