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 bkrike 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: obulldog27
  • Content: Threads
  • Order by date
  1. obulldog27

    forwarding email already in the Inbox

    I have set up an account to forward emails to another email address. My question is, once I set this up how can I immediatly reprocess the emails that were in the inbox before I set the forwarding. what I do now is move them to the remote queue and this does work but if the email has other email...
  2. obulldog27

    STS vs. WSS

    What is new in windows sharepoint services(WSS) that Sharepoint team services(STS) does not have. What did micrsoft add besides being installed on win2003 server only. Is there any links that anyone knows of.
  3. obulldog27

    user login control for IIS intranet virtual directory access

    when accessing our company network drive on a shared folder located on our win2k server and trying to get into a specifc file I get an access is denied because I dont have the security priveleges under my login name BUT when I go into the intranet ip address through IIS I enter any domain login...
  4. obulldog27

    textbox in sql query

    what is the syntax if I want to substitute ChemicalName in the query for a textbox so that user can define his own search field. Private Sub Command1_Click() SearchCriteria = find_box.Text If SearchCriteria = "" Then MsgBox "Enter a Criteria" Else With compchartado .RecordSource = "SELECT *...
  5. obulldog27

    drop down form windows to put files in.

    I would like to create a form that drops down a window when the user clicks on a arrow button on the title bar. I am using vb6-sp6 When the form drops down I want to be able to put a shortcut icons (files) in the windows by draggging or copy/paste.I want to be able to change the title of the...
  6. obulldog27

    flash pull down windows for winxp desktop

    I have alot of icons on my desktop and I would like to manage them by creating or downloading a macromedia flash pull down windows with my application icons inside this windows. When the windows is minimized the only thing I want to see is the title bar so I know thats inside my window. I need...
  7. obulldog27

    I need to copy an exsisting database and rename

    I have sql server 2000. What I need is to copy an existing database and rename the new copy. What is the safest method to do this.
  8. obulldog27

    cannot get zero amout data NOT show up on datareport

    I have a column on a datareport in vb6.0 data environment that has some zero amounts($0.00) and non zero amounts($10.00, $15.00). I am trying to make all zero amts appear as blank.This works when creating a query in ms access query design(sql) but is not working through vb6.0 sp6 DE with ms...
  9. obulldog27

    parameter not supported when trying to print datareport

    i am using vb6 sp6. I get the error parameter not supported when trying to print a datareport based on a query in dataenvironment. this is the sql statement in DE. SELECT * FROM Comp_Chart WHERE (CategoryName like (?)); In parameters tab I have catname, datatype: adiunknown, host datatype...
  10. obulldog27

    in and out board using sharepoint

    can sharepoint be used as a company intranet "in and out board"?
  11. obulldog27

    correct way to avoid duplicate instances

    I want to avoid having duplicate instances of my program running. When I test this I get the msg but the program is still loaded. If App.PrevInstance = True Then MsgBox "This program is already running!", vbExclamation End End If
  12. obulldog27

    find device with hardware address cuasing IP conflict

    On one of the user computer an error pops up saing that the user's computer ip address is in conflict with hardware addresss 00:05....... Is there a way I can scan our lan to find out which device matches that hardware address so I can resolve my problem.
  13. obulldog27

    automatic currency conversion

    The code below is set so if I enter an number such as: 40015 it will automatically be converted to $400.15 BUT the problem is if I enter 10 it will NOT convert to $10.00 but instead $.10 or the number 100 will convert to $1.00. I think if I can test to see if their are 2 or 3 digits then change...
  14. obulldog27

    Newbie: starting sharepoint for company

    As the IT Technician for my company I have been asked to implement sharepoint services. I have done some research but cannot determine where to start. My question is does anyone have an outline of what I need to get started. We are running windows 2000 server version 5.00.2195 SP4 with sql...
  15. obulldog27

    put decimal after last two digits in currency amount

    I have a text box where I enter currency amounts and I would like for a decimal to be placed after the last two numbers always automatically. I am using vb6.0 sp6. example: $40015 ----> $400.15
  16. obulldog27

    client access does not start due to mhq.exe

    when clicking on my desktop shortcut to activate a AS00 client access "green screen" or login screen, the splash screen freezes and the screen never comes up. If I end the MHQ.exe process in the task manager then the client access login screen suddenly comes up and works fine. I am trying to...
  17. obulldog27

    right click mouse down event for drop down box

    is it possible to do a right click mouse down event pop up window for a drop down box. There is no mouse down event option for this type of control.
  18. obulldog27

    delete item from populated listbox from database

    I am tring to delete a list item from a list box that is populated from a database table. When I use the following function only the first items on the list gets deleted rather then the item I have selected or highlighted. Private delete_listitems() compnamebox.Refresh...
  19. obulldog27

    datagrid row color variation

    I am using vb6.0 sp6 and would like to know if their is a way to make the row different colors off and on. ie. one white, one blue, etc.
  20. obulldog27

    keeping track who is in computer thru remote desktop

    Is their a way to keep track of who is currently logged into a computer thru remote desktop. Sometimes at work when I try to log into a computer with xp pro thru remote desktop their is a windows saying that the computer is locked by another user. Sometime I end up kicking a user out. Is their a...

Part and Inventory Search

Back
Top