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 Wanet Telecoms Ltd 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: IoMatua
  • Content: Threads
  • Order by date
  1. IoMatua

    One User Cannot Login to OWA

    Hi. I have a problem with one user in our company not being able to login to OWA. When they try to login, they receive the following message: You could not be logged on to Outlook Web Access. Ensure that your user name and password are correct, and then try again. The same error ocurrs on any...
  2. IoMatua

    Alternative backup/restore method of SBS 2003 Server

    Hi. Our server has had a number a problems during the past few weeks, and the outfit that normally services our server has chosen to ignore our pleas for help, so the gaunlet has been passed onto me to fix the problem. Now, I feel I should point out that I'm not a full-time sysadmin, and the...
  3. IoMatua

    Use existing VB frontend to connect to DB from Net

    Hi all. I have an Access DB with a VB frontend that we use on a LAN (consisting of 5 computers in a workgroup setting - no server). We now want to be able to access the DB via the Internet when we're away from the office. Preferably we'd like to keep our existing frontend, but can modify it...
  4. IoMatua

    Printing scrollpane content in Flash 6

    Hi, Does anyone know how I can print all scrollpane content (not just visible) from within Flash 6. I've only been able to find solutions using Flash 7 or later. I've tried putting a copy of the scrollpane clip into an off-screen printing area but I still only get the visible clip. Any...
  5. IoMatua

    Word: Prevent extraction of images

    Hi all. I was just wondering if anyone knew a method for preventing extraction of images from within a Word document. If not, would someone be able to suggest a solution. I thought maybe converting the document to PDF format, but I would prefer to keep it as a Word document. Any suggestions...
  6. IoMatua

    Incorrect arguments being passed to ON_COMMAND handler

    Hi. I apologize in advance for the lengthy post, but I didn't want to leave anything out. I'm having a problem with executing context menu commands. In my list view, I've managed to display the context menu when a list item is right-clicked on, however, when I try to execute any of the menu...
  7. IoMatua

    Dynamically changing views in Doc/View architecture app

    Hi. I was wanting to know if this was possible. Here's a breakdown of the situation. My application consists of a number of sections. Within each section, are a number of components. Each component provides some form of interaction with the user. At the moment, I've created and SDI...
  8. IoMatua

    Finding Last Modified Dates for an Access file and an Access table

    Hi. I have an Access database that contains certain values which I can extract using VBA in Excel, then I perform calculations on those values and then store the results into an Excel spreadsheet. What I want to do is to check the .mdb file to see if it was modified since the last time I...
  9. IoMatua

    Worksheets("Sheet1").Name produces error

    Hi. I'm having an annoying little problem with using a sheet name to access a specific sheet from the Worksheets collection. Whenever I use the following line: Worksheets("Sheet1").Name I receive an error saying that the subscript is out of range, however the following works just...
  10. IoMatua

    Accessing forms from Excel and Access files

    I have a number of Excel workbooks and Access database files that each have their own forms and macros defined. There is a "Main" form in each file that provides a central access point for all the other forms in that file. What I want to do in VC++ is to create a program where from I...
  11. IoMatua

    Query to return gender count per age group

    Here's the situtaion. I have a table (called Main)which holds beneficiary information (Name, Address, Date of Birth .. etc.). What I want to do is write a query (or set of queries) that returns a gender count per age "cohort" using only information stored in the Main table. The...

Part and Inventory Search

Back
Top