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

    Controlling Workflow Order

    With MS CRM 2011, is there a way to control the values of a drop down value based on the current dropdown value? For instance we would like to control the order of statuses for a support case. First status would be "Reported." From reported the status could be changed to "In Progress." From...
  2. bustell

    Historical Aged Trial Balance in Tabular Format

    Is there a way to produce the Historical Aged Trial Balance report in a tabular format? Exporting the report to .csv doesn't produce a tabular formatted report. Instead it just stupidly creates a .csv file with the text for the report including headers and a bunch of stuff you wouldn't expect...
  3. bustell

    Does adding new SQL 2008 R2 named instance require a reboot?

    I have a SQL 2008 R2 server that I would like to add a named instance to. The new instance will also be SQL Server 2008 R2. My question is, does installing a new named instance to a SQL Server 2008 R2 server require a reboot? Also since I have never had the need to install a named instance on...
  4. bustell

    CE10 - Disabled User Counting Against License Count

    I am attempting to set up a new CE10 server (will be migrating from an older piece of hardware) and I'm running into some problems. 1. When using the import wizard, it will not import the users. It is trying to import them as concurrent even though on the source server they are all named users...
  5. bustell

    GP2010 / FRx and FRx SP9 Installation Error

    Receiving the following error after installing FRx SP9: Connection to FRxSys32.mdb was not successful. Make sure you have permissions to modify files in the FRx SysData folder. Environment: GP7.5 in production with SQL 2000 GP2010 in Test with SQL 2008 (fully converted from our production 7.5...
  6. bustell

    Custom Install with Customizations

    With GP 2010 is it possible to create a custom install package that includes customizations made with Modifier and VBA? Pat B
  7. bustell

    GP 7.5 and GP2010 Side by Side

    Can I install GP2010 on a machine that has GP 7.5 installed and as be able to use both? Provided that I install to different folders and use a different DSN with different databases? Pat B
  8. bustell

    Invalid: Table 'POP_MFG_ITM_MSTR' is not included on the report

    I am in the process of upgrading from Dynamics 7.5 to 2010. After the first upgrade to 8.0sp5, I ran into a problem with a report that did not upgrade. The big problem I have is that I am a programmer/DBA and not a Dynamics expert so please be patient with me. :-) The report is "POP Purchase...
  9. bustell

    FRx and GP 2010 and SQL 2008

    I am a developer that is being tasked with upgrading our Great Plains installation from 7.5 to 2010. As someone not very familiar with GP I'm sure I'll be visiting this as well as other forums quite a bit in the next couple of months. Our finance department currently uses FRx 6.7 (with GP 7.5...
  10. bustell

    Backing up all user's computers

    Does anyone out there work for a company that backs up ALL of their user's computers? I work for a company that is proposing that we backup all 140-150 user's computers. About 25% of these computers are laptops that typically leave the building at night or desktops that may be turned off at...
  11. bustell

    Sensitive Data Search

    Is anyone using tools to crawl databases for unencrypted sensitive data such as SSN, credit card numbers, credit card security numbers, etc? If so, what are you using and do you like it? Pat B
  12. bustell

    Updating SQL Data and PCI DSS Compliance

    Is anyone out there working towards PCI DSS (Payment Card Industry Data Security Standard) and use SQL Server to store sensitive card holder information? The issue that I am dealing with right now is we process credit cards and store some encrypted card holder information in our database...
  13. bustell

    Web Service Time Zone Offset Missing

    I am having trouble with a server that is not returning the time zone offset in a Web service response. From what I've read on the internet, it should always return the time zone offset. I need it but it is missing. It works on my local development machine but not on my test server. Both are...
  14. bustell

    Web Service Inspecting Return XML

    With a Web service, is there a way to inspect the XML that is being returned to the client? Pat B
  15. bustell

    Restricting Access to Certain File Types

    With Visual Studio (any version) using SourceSafe, is there a way to restrict certain programmers from the code behind pages (.vb and .resx)? We have a marketing department that wants to be able to make there own content changes and have hired a person to do just that. However there are some...
  16. bustell

    Restricting Code Behind Pages

    With Visual Studio (any version) using SourceSafe, is there a way to restrict certain programmers from the code behind pages? We have a marketing department that wants to be able to make there own content changes and have hired a person to do just that. However there are some pages (if not...
  17. bustell

    Upgrade to 2005 or 2008 from 2000

    Our company has finally decided to start moving databases from SQL 2000 to SQL 2005/2008. We are mainly doing this because of a database that has just really taken off and is processing several million transactions a day which has forced us to look at more powerful hardware, more storage and a...
  18. bustell

    Read Text File With High Bit Characters ( é )

    How do I open a text file containing high bit characters such as é which is ASCII 233 (E9 hex)? I've tried different things with stream reader but have not been able to get it to read the line correctly. It reads the line and replaces that character with a ? (63 or 3F). Here are some things...
  19. bustell

    Inheritance and the New constructor

    I must be missing something here. I am trying to create a base class (TestBase) which must be inherited that contains multiple New constructors. Everything seems to be good until I tried to instantiate a derived class (Test). I am only given the option of the New constructor that does not...
  20. bustell

    ZIP / UNZIP

    Does .NET 2.0 have any built in ability to Unzip files? If not, are there any good free controls for unzipping files? (looking for opinions) Pat B

Part and Inventory Search

Back
Top