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 wOOdy-Soft 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 Jojomick

  1. Jojomick

    UNION ALL and Discoverer complex folders

    I have a SQL script that works in a custom folder using the UNION ALL insruction. What I want is to be able to reproduce it with complex folders. Since conditions and new elements apply to the whole folder, I was able to make 2 separate complex folders for each «part» of the UNION statement. I'm...
  2. Jojomick

    Outlook Security and Access XP

    I have the same problem with some Access DB sending via Outlook (Office XP). It's been a while but I found 2 articles on the Microsoft knowledge base. -There is no way to programmaticaly «pass» that security feature. -There is a kind of Admin Tool Kit (from Microsoft) that let you identify...
  3. Jojomick

    Adding trays to different Laserjet

    Thanks Hpwizzard, I appreciate your answer, but I guess my original question wasn't all that clear.... My main concern would be : Are ALL of those HP models capable of supporting up to 4 trays (including the front door)?? Models -> HP4000 - HP4050 - HP4100 - HP4200 So far, I found that...
  4. Jojomick

    Adding trays to different Laserjet

    The configuration of trays I need is as follow : Tray 1 - free for casual enveloppes (the opening front door) Tray 2 - 8 1/2 X 11 white paper Tray 3 - 8 1/2 X 11 letterhead Tray 4 - 8 1/2 X 14 white paper The different HP on the network are : HP4000 - HP4050 - HP4100 - HP4200 (about 100...
  5. Jojomick

    How do make Access beleive there was a change

    I did what you mentionned but I know get a compiling error saying «Incorrect use of the property». I also tried this to make Access beleive there was a change in the textbox : noFam.value = uCase(noFam.value) - it's a number, so no harm done. Now, when I click the save button, it effectively...
  6. Jojomick

    How do make Access beleive there was a change

    Simple form with 2 textboxes and a «Save» button (button was created using Wizard). My 2 textboxes already have the values I want to save in a table; but when I click the button, it doesn't register. If I go back to either textbox and change the value, magic !!!, now by pressing the Save...
  7. Jojomick

    Accessing MS Access Form through a Hyperlink on IE6.0

    Assuming that your Access Form has been created with the «Pages» object, it will create a HTML document in which is embedded the form. 1- On the same computer : simply write the path in the adress bar in IE (like c:/mydocuments/etc.../accessForm.htm) 2- From another computer : you will have to...
  8. Jojomick

    Using Word2002 to send PCL

    Thanks a lot DansDadUK, I'm going to get that PCL5 driver... and if ever I'm able to «plug» something in the PCL XL stream (cause I'll try !!), I'll let you know.
  9. Jojomick

    Using Word2002 to send PCL

    I think I'm starting to get it...at last !! Just want a check if I'm right. I open a brand new Document in Word. The first thing I do is insert the PRINT field code {PRINT 27"&l2X"}, followed by something like «Is there 2 copies ???». Now, if I print that document to a file via the...
  10. Jojomick

    Using Word2002 to send PCL

    I put some text following the command and the text is printing all right, but I still don't have 2 copies. I tried it with a brand new Document with the PRINT statement at the very beginning and also with another brand new document with the PRINT in the header, Both printed the text, but only 1...
  11. Jojomick

    can't type french chars any longer

    I had the same problem, but it's not related to office. Try with Notepad, you'll get the same result. I had to «Restore» my system to an earlier date to fix this.
  12. Jojomick

    Using Word2002 to send PCL

    I'm trying to send PCL Escape sequences in Word with the PRINT field. Using the format {PRINT 27"&l2X"} is supposed to get me 2 copies, but I get only one... Anyone knows how to use that PRINT field ??? Thanks
  13. Jojomick

    PCL inside Word PRINT field

    I'm trying to use PCL commands inside the PRINT field of Word, specifically to bring on the duplex feature in a middle of a document. So far, nothing has been working. Any PCL command that will show me some result on the printed sheet would at least help me get on the right track. It seems to...

Part and Inventory Search

Back
Top