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 Mike Lewis 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. murratore

    .Net UserControl Using in VB 6

    Hi there Is there a possiblity to use a .Net User Control on an VB 6 Form? So that it is showing up in the Tools Palette and can draw on the form? I already use Class Librarys in VB6 (-> regasm) and this works totally fine. But I haven't found a way to use the control inside a form. Does...
  2. murratore

    Exif and IPTC Reading and Writing

    Hi there Does somebody know a class library which offers basic image manipulation and also gets and sets exif and iptc metadata? If possible for free...I found some components, but these were quite too expensive...(max 40$). thx for any recommendation!
  3. murratore

    Use Repository without Enterprise Server? (CR XI)

    Is there a way to use the Repository inside Crystal Reports XI without the use of Crystal Reports Server, as example with MS SQL? We only have Crystal Reports and no Server licensed...
  4. murratore

    Cross-Database Access -> Security?

    Is this possible in SQL Server 7.0??? Yeah, I know...we should upgade but haven't the time ;-)
  5. murratore

    Cross-Database Access -> Security?

    Hi there.... I've the following problem: 2 Databases for 2 different application. From Application A should be a possibility to read from Database B. I realised this with creating an view in Database A which points on an table in Database B. That all works fine as long as the user is granted...
  6. murratore

    Bind Ado-RS to an Report in VB6

    Hi there... I've the following problem: I have en Recordset which is dynamically builded upon the inputs from the user. Now I want to bind this Recordset to an report. During my researches I've found severel examples to do this, but in all of them were the reports integrated into VB6. In my case...
  7. murratore

    Out of Memory Problem - Urgent !!!!

    I have exactly the same problem..... But I have even the Crystal Objects disposed after usage.... Set App = nothing Set Report = nothing Set ParaField = Nothing 'CRAXDRT.ParameterFieldDefinition Set cr_conn = Nothing 'CRAXDRT.ConnectionProperty Set cr_table = Nothing 'CRAXDRT.DatabaseTable I...
  8. murratore

    'Out of Stack Space' Error (CR 9)

    Hi Have a VB-Programm with CR 9 and the ActiveX Viewer (crviewer9.dll). On some workstations when they try to open a report for the first time, it works perfectly...but for a second time...the error message from above comes. Is something bad programmed? Do I have to empty something? Thanx...
  9. murratore

    Error Msg "Failed to open rowset"

    I get this error message when I try to open a report linked to a stored procedure under sql server 7.0 from a vb program. I've read something about a problem with the smalldatetime parameter, but in my case I use only a tinyint parameter. It's really strange, the report worked (it still works...
  10. murratore

    Order of dll-registration?

    Is there an order which in which I have to register the required dlls? I know which dll's I need that my program run, but when I try to register the main dll "craxdrt9.dll" at last... the register-process on the target system crashes and the dll isn't register.... thanx for all replies

Part and Inventory Search

Back
Top