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 strongm 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
  • Order by date
  1. doctor2001

    Need to start a new company

    Yes everything worked great. Thanks for your help
  2. 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...
  3. doctor2001

    Need to start a new company

    Thanks everything worked. One question, I cant seen to get rid of: Vendor Credit Summary - Last Invoice and Highest Balance. All the history seems to be cleared...just those two items Thanks again
  4. doctor2001

    Need to start a new company

    Wouldn't that bring all the history as well?
  5. 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...
  6. doctor2001

    Remote Control

    Because they are hosted appications or full programs. I need to be able to customize things...
  7. 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 ?
  8. doctor2001

    Server Sizing

    The bandwidth meter is reading about 9000 kbps
  9. 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
  10. doctor2001

    whois search

    Not sure I follow ...
  11. 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]() =...
  12. 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...
  13. 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...
  14. 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
  15. 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...
  16. 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...
  17. 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...
  18. 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...
  19. doctor2001

    Newbie Question - Screen resolution

    I will try to make the web site public. I the mean time...if you press the restore down button (the button in-between Close and Minimize on the top right hand corner of you IE) on this web page the whole page adjusts so you can still see everything you saw before. I had this working when I was...
  20. 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...

Part and Inventory Search

Back
Top