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!

Recent content by IoMatua

  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

    I think for the short-term, we'll try and set up VPN and see how that goes for us. jmille34's suggestion of each person logging in to their own workstation seems like a good starting point. Anyway, thanks again for all the help.
  4. 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...
  5. IoMatua

    Printing scrollpane content in Flash 6

    Well, I found an article which suggested to create an off-screen movie clip containing the contents of the movie clip that I want to print. It doesn't seem like the optimal approach, but it works great. However, the article only really talked about single page printing. I would really need to...
  6. IoMatua

    vb to flash

    Is chkNotUsed the name of a variable or the checkbox itself? If it is the name of the checkbox, then you're trying to assign a string to an object, which won't work. The reason it works for the textbox is probably because you have assigned a variable name to the textbox, with which you can...
  7. 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...
  8. 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...
  9. IoMatua

    Incorrect arguments being passed to ON_COMMAND handler

    IonFilipski, could you further elaborate on your reply if possible? My understanding was that views could be treated the same as windows, so in my case, I thought that I would be able to use the list view to process WM_COMMAND messages from that view's list conrtol. I've managed to make some...
  10. 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...
  11. IoMatua

    splitter window

    First off, thanks for the code. It's helped me a lot. Secondly, I want to ask, how can I replace a view with a nested splitter window (with 2 rows - CFormView top, CListView bottom)? More info: My program is split into 2 panes. The left pane doesn't change, but the right one does depending on...
  12. 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...
  13. 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...
  14. IoMatua

    Worksheets("Sheet1").Name produces error

    Thanks for clearing up the confusion. Most of the examples I had seen used names like Sheet1, Sheet2 etc as an argument to Worksheets(), so I just assumed it was that codename that was used, not the actual name of the sheet.
  15. 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...

Part and Inventory Search

Back
Top