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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by newtoASP

  1. newtoASP

    What reference is needed to declare a printer object?

    I don't have any missing references. I was able to compile the module at one point successfully, now I'm getting that error again. Not sure why. Could it be that I have several different versions of Office or Access installed?
  2. newtoASP

    What reference is needed to declare a printer object?

    Inherited an Access 2000 database, and this line in a module throws an error: dim ptr as Printer Error is 'User-defined type is not defined'. Do I need to set a reference to something to get access to the printer object?
  3. newtoASP

    aspnet_wp recycled?

    User are experiencing the browser (IE only) hanging at seemingly random intvervals. The following is from the event viewer: Event Type: Error Event Source: ASP.NET 1.1.4322.0 Event Category: None Event ID: 1003 Date: 7/13/2004 Time: 7:31:39 AM User: N/A Computer: Description...
  4. newtoASP

    data access app blocks error msg

    I created a .net applicaiton on a different machine using the MS data access application blocks. On my new machine, I downloaded the package again, built the dll, set a reference in the application, and included the line "Imports Microsoft.ApplicationBlocks.data". I am getting the...
  5. newtoASP

    open existing vs.net 2002 app on windows 2003 server

    I am trying to open a vs.net 2002 app on a windows 2003 server. I have the app using version 1.0 of the framework, but whenever I try to run the project, or open if for that matter, I get a dialog box saying preparing to install...then another saying 'please wait while windows configures the...
  6. newtoASP

    pgp encryption

    Can I use vb.net to encrypt a text file with someone else's pgp generated public key? Any links to any such info? Thanks.
  7. newtoASP

    profiler and auditing

    Any advice or links to info on auditing with profiler? I have a filtered trace (security only), would like to schedule it daily and dump the output to a table. The table will be truncated daily and used as the source of a report. Thanks - Greg
  8. newtoASP

    binding a collection to repeater control

    Ok, I can display the dates in a repeater or datalist, but for each row (each date), I need to add text boxes based on the rows of another table. date1 textbox1(row1 of tblTypes) ... TextBoxn(rowN of tblTypes) LinkButton1 I have to be able to use the date and the textbox values in an insert or...
  9. newtoASP

    nesting repeater or datalist controls

    Is it possible to nest a repeater or datalist control inside another of the same? I get 'Object reference not set to an instance of an object' when I try this.
  10. newtoASP

    binding a collection to repeater control

    Thanks link9. How can I format the collection of dates to display the date differently (without the time, for example)?
  11. newtoASP

    binding a collection to repeater control

    I am trying to bind the result of a calender conrtrol week selection to a repeater conrtol. What do I need to put into the <item template> of the repeater to display the individual dates returned?
  12. newtoASP

    mts error with craxdrt

    sp1 did not solve the problem.
  13. newtoASP

    mts error with craxdrt

    net stop/start does help in some cases, other times a reboot is needed. I just installed sp1 today. This has a new version of craxdrt.dll, but I don't know if it will solve the problem. What is IViper?
  14. newtoASP

    mts error with craxdrt

    I don't know what type of firewall, but this is happening on an internal intranet application. This server is inside the dmz.

Part and Inventory Search

Back
Top