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 Chriss Miller 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: mmorancbt
  • Content: Threads
  • Order by date
  1. mmorancbt

    Removing all group policies

    I have been brought into as the Dir. of IT and to manage a high-profile software project. I have a desktop support tech and a contract who does some of their network support. However, prior to both of these individuals, someone had tried to setup Group Policy. I would like to remove all group...
  2. mmorancbt

    Top 5 Help Desk Calls or App Training Tips...

    A partner and I are creating some free videos aimed at the non-technical user. These are short micro-training, free videos, for a blog aimed at small or mid-sized businesses and their employees. Most will be between 30 seconds to 5 minutes in length. My question to you: What are the top 5...
  3. mmorancbt

    Complex report

    I have a report I am designing. It is basically a payroll/commission report. Here is the challenge... For a given item (large ticket) sold, there are multiple types of commissions paid out. I have all the data, percentages, etc. working perfectly. The challenge is that on any given report...
  4. mmorancbt

    Web services called from VBA code..

    I need to be able to call various web services from within Microsoft Access, Excel, and Word. The office 2003 soap toolkit has been deprecated. I have Visual Studio 2005 Professional and want to create a web services proxy to be used in my office applications but cannot find a clear, concise...
  5. mmorancbt

    absolute positioning of an iframe

    I have a list that includes an image I click to reveal an iframe with some additional information and editing information. The list requires - at times - scrolling down the screen. I return the event.y position and use that to position my iframe "style.top" The problem is when I've scrolled...
  6. mmorancbt

    Example of ASP & ADO and ASP.NET & ADO.NET

    Prior life – with ADO and ASP Assumption: Function in an include file called DBConn creates a database connection Set cnn = DBConn() strSQL = “select * from table1” strSQL2 = “Select * from table2 where id = 0” ‘ will be blank Set rs1 = cnn.execute(strSQL) Set rs2 =...
  7. mmorancbt

    SecurityException and DIR function...

    I have a simple (what I believe is a simple) page that has the following on page load.. Sub Page_Load(Sender as Object, e as EventArgs) Dim MyPath, MyName As String MyPath = Server.MapPath("Upload") MyName = Dir(MyPath, vbDirectory) End Sub This code used to include...
  8. mmorancbt

    copy files using http or ftp in asp or asp .net

    I need to copy files from another webserver. We can ftp them from a client machine but it requires that we pull the files locally and then republish to another website. Is there a way to do this on the web server side. As far as I can tell, the filesystem object can only copy on a local...
  9. mmorancbt

    Monitoring a specific user's activity...

    I have a need to monitor a particular SQL server user's activity. I want to see every query they run against the databse. Theoretically, this user has no write access/read only, to a limited set of data - however, I want to see both from a load and an activity standpoint. I would like to see...
  10. mmorancbt

    Product grouping on an itemorder table...

    I have a system tracking orders and their line items. My question is primarily about a sub-form of the items for an order, we will call it tblOrderItems Each item has a unique key - identity integer field. Each item can also be tied to a master item - accessories for a given item that is...
  11. mmorancbt

    Multiselect listbox - determining item just selected or deselected

    I have a list box set as simple multiselect. I would like to know, at the time a user clicks on an item, the item in the list that was just selected or deselected. I don't see anyway to do this from the object's property values. I would hate to have to iterate through the items each time a...
  12. mmorancbt

    Scripting & Automation Workshop...

    Hello all, I am creating a workshop/seminar on Scripting Automation for the non-programmer. There are a couple markets (needs) that I have identified: 1) IT Departments & IT Professionals (consultants) - looking to boost value to the organizations they serve Tools: VBScript, Kixtart, and...
  13. mmorancbt

    Returning field names and field types from a view...

    I am not sure whether this should be in the Microsoft Access forum or here but I will try here first. I want to return a list of views and then when selected, the field names and field data types from the selected views. How is this best done? Thanks. Matthew Moran Read my career blog at...
  14. mmorancbt

    MS XML DOM Question

    I can iterate through nodes using the MS XML DOC, evaluating node by node, however, how can I return a specific nodes value inside of an XML element. For instance, I receive a document with 1 or more orders [code] <ReceivedOrders> <order> <customername>Joe Smith</customername>...
  15. mmorancbt

    Can I create checkboxes on a form using VBA in form view..

    I can do it in design view but really need add checkboxes on form view. Access 2000 and 2003. Is there any way to do this? Thanks, Matt Matthew Moran Read my career blog at: http://www.cbtoolkit.com Career Blog: http://blogs.ittoolbox.com/pm/career/ Todo esta bien.. Todo esta divertido (it's...
  16. mmorancbt

    My view of IT career Opportunity looking at the Bureau of Labor Stats.

    Just a brief note. I recently spoke to some CIS/MIS students on careers in IT. Part of what I present are numbers from the BLS.gov website on job/occupation growth and median wage ranking. http://blogs.ittoolbox.com/pm/career/archives/006319.asp I try to provide a more interesting...
  17. mmorancbt

    Sub folders, sub sites, and CName redirection..

    This is similar to the A record redirection question below but a little more involved. I apologize ahead of time for the length of this post and hope it is somewhat clear. ============================== I have an web application that provides my client’s marketing partners to build...
  18. mmorancbt

    Access subform listbox crash and corruption

    This question is for an Access project that is the front-end for a SQL Server Database. I have an Access form that has a listbox. The listbox is set to a integer value that is used as the master field on a subform, so that when you select on item in the listbox, the subform populates with the...
  19. mmorancbt

    Customizing Outlook to see calendar, task, messages...

    I would love to be able to create a view in outlook that lets me see a window with the calendar (daily, weekly, or monthly) in the top pane. In the right pane I would like tasks, and in the lower pane I would like the "unread messages" search folder. In fact, if desired, I would even like to...
  20. mmorancbt

    ATOM aggregator for website

    I have a few ATOM feeds I want to pull from blogspot and have them appear on some websites. I have some code that I found on MSDN but sometimes it pulls my blog correctly and other times, the content comes over with HTML tags showing? Does anyone have some .net code that I can run on my site...

Part and Inventory Search

Back
Top