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 TouchToneTommy 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 TripleJHJO

  1. TripleJHJO

    VCARD GRAPHICS - LOGOS

    I use Groupwise 6. How/can I use images (ie: company logos) in my vcard or email signature? Thanks, J. Jensen
  2. TripleJHJO

    How To Manage Groupwise Archives Efficiently

    I have a Groupwise 6.0 system with approximately 40 users. The user's archives are stored in various locations on my network, and in some cases, on their local hard drives. Many of these archives are becoming quite large. Is there an economical solution that will allow me to easily strip off...
  3. TripleJHJO

    DoCmd Not Showing Print Preview From VB/Access

    Had to move the maximize statement to after the open report command, but it still didn't work. Access opens and asks me to log into my workgroup, but closes right away.
  4. TripleJHJO

    DoCmd Not Showing Print Preview From VB/Access

    I am using VB6 to call an Access 2007 report. I am trying to show the report in print preview. The code executes, but does not show the report. If I change the acViewNormal parameter, the report prints a hard copy, so I know VB and Access work. I have the following code: Dim MyAcc As New...
  5. TripleJHJO

    Edit Cursor in Data Grid

    Worked great. Thought about doing something along those lines, but thought I was way over-engineering something that could be done more simple. Thanks very much. J.Jensen
  6. TripleJHJO

    Edit Cursor in Data Grid

    I am using VB6. I have a datagrid object that is bound to a recordset. When I load the recordset, I want the cursor to move to the first column and last row (new record) of the grid. I am using the following code to do this: dbGrid.Row = rs.RecordCount + 1 When I first enter data into the...
  7. TripleJHJO

    WinXP Pro Will Not Restart With IE7 Open

    Yes. Nothing abnormal.
  8. TripleJHJO

    Checking for last column of a comma delimted file

    You could look for a chr(13).
  9. TripleJHJO

    WinXP Pro Will Not Restart With IE7 Open

    This is not a huge issue, but a nagging one. I click Start->Shutdown->Restart. If IE is open, the system ignores the request and will not shutdown/restart. If IE is closed, the system responds normally. Any ideas how to correct this? Thanks, J.Jensen
  10. TripleJHJO

    BlackBerry Stops Receiving Messages - Server Reset Corrects It

    I am on Groupwise 6.0 the GWIA is using POP3 on a Netware 6.5 server. I can turn on verbose logging, but what should I be looking for? J. Jensen
  11. TripleJHJO

    BlackBerry Stops Receiving Messages - Server Reset Corrects It

    The POP3 works. It just shuts down once in a while and I have to restart my Groupwise.
  12. TripleJHJO

    BlackBerry Stops Receiving Messages - Server Reset Corrects It

    I have two users in my organization that use Blackberrys. They receive their messages from Groupwise via POP3 and use the Blackberry Internet service. Most of the time they work just fine. From time to time they just stop receiving messages. They can send, but they do not receive. After I...
  13. TripleJHJO

    Administiring Groupwise/Netware from a 2003 Server

    Please disregard my previous post. I re-read and found the solution that Goombawaho gave was what I needed. It worked flawlessly. Thanks to all. J. Jensen
  14. TripleJHJO

    Administiring Groupwise/Netware from a 2003 Server

    Many thanks to all. I installed the Novell Client and then installed ConsoleOne. NWAdmin runs fine. I am not familiar at all with ConsoleOne. I see my post office and domain, but I am not sure how to administer it or where to find the users within the domain. I can do it through NWAdmin. Is...
  15. TripleJHJO

    Administiring Groupwise/Netware from a 2003 Server

    I tried both applications as you suggested. I received the following errors when running each: ConsoleOne - Insufficient rights <title bar> An unexpected error occurred. Cannot open the registry. Check user rights to the registry. (As a note, I am a network administrator with full rights on...

Part and Inventory Search

Back
Top