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 Shaun E 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 PcView

  1. PcView

    Print "content" positioned left, want full page print

    Thanks Mike ! Tony www.asadventure.com
  2. PcView

    Print "content" positioned left, want full page print

    Hi, I am new to css and I am using dreamweaver mx 2004 to create a css for print. I supressed the nav + header + footer (display: none). No problem so far ;) Problem : The "content" is boxed left, and I want it over a full page (horizontaly). Any ideas ? Thanks, Tony Tony www.asadventure.com
  3. PcView

    Product activation problem

    Hi, I started on a new project this week. What a mess,... ;) Please help me with this (minor) problem : The guy who left this mess did a 'strange' install of WIN2003 server I guess. We have (off course) the original Windows Server 2003 Standard edition pack. I don't know what happened...
  4. PcView

    Outlook 2002 "autonumbering tasks"

    Leonard Cohen.... Nobody knows .... ? Tony www.asadventure.com
  5. PcView

    Outlook 2002 "autonumbering tasks"

    Hi, Does somebody know how to implement an autonumbering field in the task list in Outlook 2002. Thanks. -- There are 10 types of people, those who know binary...and those who don't. -- Tony www.asadventure.com
  6. PcView

    Spellingchecker Outlook2000

    Hi, We have 2 office 2000SR1 versions (no proofing tools) : - UK - Dutch Almost all users (on win2000) have installed the Dutch version and they have in Outlook menu --> <tools><options><spelling> the choice between Dutch, English, French, Spanish. Now I have a few users who wanted the UK...
  7. PcView

    Disable shortcutmenu, still insert link to picture?

    Problem solved. Disabled the shorcutmenu and created a button to insert the pics. Damn, it was so easy. I guess the time pressure was disturbing my mind and brain. Better think [yinyang], before posting ! Ciao, Tony
  8. PcView

    Disable shortcutmenu, still insert link to picture?

    Hello, I read some interesting stuff on security in faq181-1021. But I have this problem : I disabled all shortcutmenus in the forms except for one, this is because the user has the possibility to link to a picture (OLE objcect) of the product inserted in the form. So, it is also possible to...
  9. PcView

    2 Listboxes on a Form as filter for a Report ?

    Ok Nevermind this post, missed the &quot;Exit Sub&quot; on my way to the fridge I supose,... .
  10. PcView

    Hi. I am new to VB(A) but willing t

    Hi Thanks, saw it right away when I read you post. Exit Sub &quot;Immediately exits the Sub procedure in which it appears. Execution continues with the statement following the statement that called the Sub procedure.&quot; Another lesson in life ;-) Cheers
  11. PcView

    Hi. I am new to VB(A) but willing t

    Thanks for the information, it helped a lot. Everything works smootly. Still a remark : 'Check if input in listbox Areas Dim a As Integer Dim NoneSelected As Boolean NoneSelected = True For a = 0 To Forms!reportMenuForm!ListAreas.ListCount - 1 If...
  12. PcView

    2 Listboxes on a Form as filter for a Report ?

    Thanks for the information, it helped a lot. Everything works smootly. Still a few remarks : 'Check if input in listbox Areas Dim a As Integer Dim NoneSelected As Boolean NoneSelected = True For a = 0 To Forms!reportMenuForm!ListAreas.ListCount - 1 If...
  13. PcView

    2 Listboxes on a Form as filter for a Report ?

    Hi. I am new to VB(A) but willing to learn fast (and to make time for it,...) so here is my &quot;very little&quot; problem. I have made a Form in Access2000 and created 2 listboxes on it (both multiselect). The result of those selections should act like an SQL-statement or query to be used on...
  14. PcView

    Hi. I am new to VB(A) but willing t

    Hi. I am new to VB(A) but willing to learn fast (and to make time for it,...) so here is my &quot;very little&quot; problem. I have made a Form in Access2000 and created 2 listboxes on it (both multiselect). The result of those selections should act like an SQL-statement or query to be used on a...

Part and Inventory Search

Back
Top