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

    Adding a tax line in Invoice Template

    We’re running GP 8.0 in a Canadian company, and it has been setup with Prov. and Federal Tax IDs. The invoice report template in Report Writer includes one tax line, which combines all taxes on that line. We now need to add a line to the report, and break out the taxes into a Prov. Tax line and...
  2. doctor2001

    Need to start a new company

    Hi, For legal reasons, I need to create a new company in GP, and export EVERYTHING from the current company and import it into the new company. The only changes will be the company name itself, the start date and the fact that it is a new database. EVERYTHING includes exact duplicates of: AR...
  3. doctor2001

    Remote Control

    Hi - I would like to build an appliction for my site that allows me to connect (remote control) to a clients computer to troubleshoot issues (all through a web browser). Much like gotomypc. Does anyone know of any asp .net 2.0 controls that I can purchase to speed up the dev time ?
  4. doctor2001

    Server Sizing

    Hi- I am looking to size a server(cpu,memory,etc) and bandwidth(DSL,ADSL,T1 etc) for a streaming media server that will be able to handle approx a 7-8M file steaming 20-30 connections simultameously. Can anyone lend their knowledge or experience Thanks
  5. doctor2001

    whois search

    Hi - I am adding a whois search to my website with the following code: Dim tcpc As New TCPClient tcpc.Connect("whois.networksolutions.com", 43) Dim strDomain As [String] = txtDomain.Text + ControlChars.Cr + ControlChars.Lf Dim arrDomain As [Byte]() =...
  6. doctor2001

    Stored Procedure Help

    Hi - If anybody could help me with this stored procedure it would be greatly appreciated… ALTER PROCEDURE dbo.GetMy_show_Images_ImageID_GetInfo @galleryid int, @imageId int AS SELECT myZoom, imageName FROM My_show_Images WHERE [imageid] = @imageId SELECT top 1 imageId as nextId FROM...
  7. doctor2001

    Domino on Linux

    Hi - I am running Domino server 6.0.2 clustered on 2 linux servers. I want to take each server down one at a time, rebuild the OS, upgrade the domino to 6.5 and then restore the mail and settings. I did this before a long time ago and it was pretty easy. Now I can't remember the procedure...
  8. doctor2001

    Integration Manager Question

    Hi - I am new to great plains and would like to know where in integration manager I can enter the starting quantitys of my inventory. Thanks
  9. doctor2001

    What to drop a server

    Hi - I setup a (Windows)domino server R6.0 and the admin server that has been funtioning for a while now. We the setup 2 additional (Linux)domino servers R6.0.1CF1 that operate in a cluster. I move all of the users off the single server to the cluster. I also started directing incoming mail to...
  10. doctor2001

    SQL Newbie Question

    Hi - I am banging my head against the wall trying to figure out this query: arcycle_add_week.Open "UPDATE arcycle SET arcycle.week = " & Text2.Text & " " & "Where arcycle.document = " & Text3.Text & "", acn, adOpenKeyset, adUseClient What I am hoping it does is: update a table(arcycle) in...
  11. doctor2001

    Stop software installs

    Hi - I am looking for a solution that will stop users from installing software on an XP system but also be flexable enough to allow anti-virus updates, service pack updates and local printer configurations. I have looked into setting up policies but these days it is real easy to get a boot disk...
  12. doctor2001

    In need of an implementation methodology

    In need of an implementation methodology Hi – We are starting a Great Plains Implementation and want to save on the consulting costs as much as possible. I am really having a tough time finding reference papers and “How to” solutions if any one could refer me to some implementation plans it...
  13. doctor2001

    Newbie Question - Screen resolution

    Hi - I developed a website using the IIS with Windows XP as a development server. During this time the images and menu bars would automatically adjust with the screen resolution. I could even adjust my browser window to any size and shape and the loaded web page would adjust. I uploaded my web...
  14. doctor2001

    Newbie Question - Screen resolution

    Hi - I developed a website using the IIS with Windows XP as a development server. During this time the images and menu bars would automatically adjust with the screen resolution. I could even adjust my browser window to any size and shape and the loaded web page would adjust. I uploaded my web...
  15. doctor2001

    Header Checks Question

    Hi I have a couple of questions about header checks... 1. Is it possible to have mail with a certain header go to another mailbox instead of just rejecting it ? example: /^Subject: MAKE MONEY/ REJECT would be change to /^Subject: MAKE MONEY/ (forward to spam mailbox) 2. Is there a way to...
  16. doctor2001

    VPN Client Trouble

    Hi - I have a pix 501 as a firewall at home and want to be able to use the Cisco VPN client behind the firewall to connect to several different sites. I think my 501 is blocking the connection. Can someone advise on what ports I would have to open to get this to work ?
  17. doctor2001

    a dumb Accpac Question

    Hi - I am trying to help a company who has about 5 years of data in their Accpac Advantage system. They would like to archive 3 years of old data saving only one full year plus their current year. Could someone point me in the right directions as to where I would find step-by-step procedures...
  18. doctor2001

    Help

    I have a Pix501 that tunnels into a VPN Cisco Concentrator through a DSL connection. Recently, my DSL connection went down and the telcome company is saying it could take up to 6 days to fix the problem. But..I almost have a solution !!! What I have did is: setup a RAS server with an dial on...
  19. doctor2001

    MX Records or Round Robin

    Hi - If anyone can help it would be great - I have 2 email servers on and two IP addresses and only one domain abc.com I would like to set the mx records to accept mail for the domain abc.com and send it to the mail server. If a email address does not exist on the one server eg. user@abc.com...
  20. doctor2001

    Resource Management template

    Hi, I'm looking to use MS Project as a company tool to track resources in various departments - developers, Quality Assurance staff, tech support people, etc. and have a high level way of reporting to management, as well as a granular way of those department managers to determine if their staff...

Part and Inventory Search

Back
Top