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 bkrike 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: stephenk
  • Content: Threads
  • Order by date
  1. stephenk

    RedirectFromLoginPage does not redirect

    I am raising an issue which has been posted before but had no responses. I am trying to use Forms Authentication in its most basic form, using an XML File to authenticate users. When I run Project on my development machine, everything works fine i.e. 1. I request the UserInfo.aspx page 2. I...
  2. stephenk

    Multiple References with the Same Name

    I want to add a reference to both the Microsoft Word 9.0 Object Library and the Microsoft Word 10.0 Object Library. When I try to add the second reference I am informed that I must remove the 'Word' reference before I can add the new one i.e. they have the same name. How can I add a reference...
  3. stephenk

    Resuming Execution from a Catch block

    In VB6, you could handle specific exceptions and then resume at the line of code that caused the problem to 'try again'. In VB.net, I cannot see how this might be possible in a Try...Catch routine If I can trap a specific exception that I know how to resolve, how can I return (resume) to the...
  4. stephenk

    Access XML via ODBC/OLEDB

    This post has also been made in the ODBC forum: Is it possible to access XML Data via ODBC or OLEDB. I dont want to convert it to any other format, nor do I want to write it away to a database. e.g. Is there a ODBC XML Driver of sorts (preferably Free!).
  5. stephenk

    Access XML via ODBC/OLEDB

    This post has also been made in XML and OLE DB Forums: Is it possible to access XML Data via ODBC or OLEDB. I dont want to convert it to any other format, nor do I want to write it away to a database. e.g. Is there a ODBC XML Driver of sorts (preferably Free!).
  6. stephenk

    XSLT for unknown Element Names

    I want to transform an XML document into RTF. The RTF side is no problem, but the XML document varies constantly in respect of the element names. For example: <REQUEST> <REQUEST_DETAIL> <REQ_TYPE>P</REQ_TYPE> <DOC_NAME>TEST</DOC_NAME> <DOC_PATH>C:\PRINTDOC\TEST.DOC</DOC_PATH>...
  7. stephenk

    Duplicate Values in DataCombo

    I am using a DataCombo (DropDownList & ExtendedMatching)which is populated via an ADO Data Control. When the form loads, there are three values to choose from in the list e.g. A, B & C. If I select B (or Type B) the value is set correctly and I can Tab to the next control. The problem is that...
  8. stephenk

    Moving the Scrollbar to the bottom in a Listview

    I am using a Listview in Report Mode and due to the number of List Items, the automatic scrollbar appears. By default, the scrollbar is at the top of the listview. How do I force the scrollbar to the bottom of the listview as I want to display the last few items when the form is loaded.
  9. stephenk

    Automating Lotus Notes

    I want to automate Lotus Notes from within a VB Application. In all cases the user will have a Lotus Notes Session Active so how do I initiate the Active Lotus Notes Session as an Object, and then set the focus to Lotus Notes after I have automated what I want? Most other examples seem to create...
  10. stephenk

    Trapping Mail Merge Errors

    I have an application which automates the merge of Word documents and data. I want to check errors before running the merge and one error in particular sometimes occurs as follows: It is possible for somebody to remove a particular field from the header source and not remove references to that...
  11. stephenk

    Disabling the Read Only Check Box in Explorer Properties

    If I set a file to read only, a user can go to explorer and within the properties dialog box, un-check the read only property. Is there any way using VB, that I can disable the ability to change this property on particular files? i.e. disable the Read Only Check Box for one specific file.
  12. stephenk

    Storing an Embeded Word Object into an Access Database

    I have a utility which uses OLE to open a MailMerge Document, Merge it to a new Document and Print it. Without writing the newly merged document to the disk, is it possible to save the document into an Access Database in a LongBinary Field? I have investigated the Appendchunk method but this...

Part and Inventory Search

Back
Top