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!

Search results for query: *

  • Users: Norris68
  • Content: Threads
  • Order by date
  1. Norris68

    Developing Webparts With VB 2005

    I have downloaded the WSS 3.0 extensions for VS2005, but this only creates C# templates. Does anybody know where I can lay my hands on a set of VB templates for creating sharepoint webparts?
  2. Norris68

    Norstar Meridian System: DASS2 -> ISDN30e

    I'm not sure if should be in the Norstar or Meridian forum. I am not a telecomms engineer, but have unfortunately inherited reponsibility for our system. Firstly, sit down in case you hurt yourself when you fall over laughing! We bought a Toshiba Strata CS PC-based system to replace our Norstar...
  3. Norris68

    Embedded Documents in varbinary Field

    I am designing a new call logging system for in house use that will use VB.NET & SQL2K. As part of the system, we would like to be able to embed (or rather, insert) related documents as the current Notes-based system can and Word & Outlook are able to do. I assume that I would want a varbinary...
  4. Norris68

    Override ToString Method for my Enum

    I have a Public Enum defined in one of my classes. I would like to override the ToString method so I can return a more sensible string than the internal name (as it currently does). The help seems to want me to run round in circles. How do I go about it? Public Class clsMyClass Public Enum...
  5. Norris68

    Multiple Event-Raising Classes

    I have a class that raises a StateChanged event. It is working fine as a single instance. I would like to have a number of instances of this class and be able to handle the events raised - for instance an array of classes that I could extend (i.e. ReDim). However, as the error message says...
  6. Norris68

    DataGridComboBoxColumn Class?

    Can anybody point me to any example code that defines a DataGridComboBoxColumn class? Like the DataGridTextBoxColumn class, but obviously a combo box.
  7. Norris68

    Using TAPI in VS.NET

    Am I correct in assuming that TAPI or its equivalent is not part of the .NET Framework? If so, does this mean I will have to create a .NET wrapper for the TAPI API? And how would I go about that? - could you give me some keywords to look up?
  8. Norris68

    Recordset.Clone Method Gives Type Mismatch Error

    I have an Access 2000 form that has been filtered using the Filter By Form. I am now trying to create a clone of the resulting recordset so I can iterate through and find out the Primary Key values (without repositioning my form). When I try to set my ADODB.Recordset to the Me.Recordset.Clone...
  9. Norris68

    Using GroupLevel in Report_Open Event

    I am trying to set the sort order of my report by modifying the Me.GroupLevel(n).ControlSource within the Report_Open event. When the report is previewed from design view everything works fine. When it is previewed from closed it never contains any data (NoData event fires too). The...
  10. Norris68

    VBScript: LDAP Context for Current User

    I am trying to write a VBS login script for my Windows 2000 Active Directory domain. How can I find out the LDAP context string for the currently logged in user? I am using code in the style of Set UserObj=GetObject("LDAP://cn=User Name,ou=MyOrg,cn=MyCompany,cn=com") This is all well...
  11. Norris68

    Accessing SQL Data via Pocket PC

    I am trying to access SQL Server data from an xda (Pocket PC). I have read various articles and had a play with Embedded VB. The articles I read all seem to point to running SQL Server CE and replicating data between this and my SQL Server using SOAP/XML. Firstly, can I set up a VPN between the...
  12. Norris68

    Phaser 850 Fault 31,003.42

    Does anybody know what the cause of this fault is? The Tektronix (Xerox) website says to clean the rapid release guide - which I have done to no avail. I assume something close by it would be at fault.

Part and Inventory Search

Back
Top