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

    subform bound to query of linked table to sql - won't insert

    I'm working on a problem in an Access2003 database. A subform is bound to a simple query (no joins or unions) that reads from a table linked to an SQL2000 database table. The new record button of the navigational control is greyed out. The query works outside the form and I can add a new...
  2. MColeman

    Show parm values for number type with multi select

    Parameters that have multiple values can be displayed in the header with: Join({?mystringparameter}, ', ') The result would print like value1, value2, value3, etc. I tried this on a number parameter and got an error message that said a string was required. Below is a solution I worked out...
  3. MColeman

    Check In and Production Copy

    I'm learning Visual Source Safe, and I'm a little confused about it works. I've read that: When you check out a file, a copy is created in your working directory where the development work is done. When you check in a file, VSS maintains your source code directory. This source code directory...
  4. MColeman

    Stored Procedure Run Date

    Does anyone know if there is a way to tell when a stored procedure last ran?
  5. MColeman

    Who signed me up?

    Today, I found my name on a Task List that I knew nothing about. Apparently, someone assigned my initials to some tasks on this list and gave me a requested completion date of last week. No one bothered to tell me about it! Has this ever happened to you?
  6. MColeman

    mass change connection settings for all DTS pkgs?

    My dba wants to know if there is a way to mass update all DTS packages and change the server name, username, and password without opening each one in designer.
  7. MColeman

    SQL Reporting Services & Stored Procs?

    Can SQL Reporting Services run a report from a stored procedure instead of an sql query? Does anyone know of a link to some howto instructions? Thanks!
  8. MColeman

    'farther' and 'further'

    Someone told me yesterday these two words may be used interchangeably. I disagree. 'Farther' should be used to mean physical distance. 'Further' should be used as a conjunctive adverb meaning 'as a result'. What are your opinions?
  9. MColeman

    Extra Capitalization in Terms and Conditions?

    I was sent a MS Word document that contained Terms and Conditions. I was supposed to have a program tack it on to the end of quotation documents. After reviewing it carefully, I found the following. - it's was used three times to show the possessive of 'it' - prorate was spelled pro-rate -...
  10. MColeman

    Datalist: Save previous value to an edit history

    Is there a way to access the original value of an item in a datalist at update time?
  11. MColeman

    FTP Isolated Users

    In a MS tech paper about how to isolate FTP users I found, "With isolated access, users are not permitted to navigate out of their home directory. If users need access to dedicated share folders, you can also establish a virtual root." How do isolated users access that virtual root...
  12. MColeman

    Triggers and Email

    Does anyone know of any problems that may be created by sending email with a trigger? My project has a requirement that an email be sent after an update of a table. I am uncomfortable putting an email inside of a trigger. My instinct would be to have the trigger add an entry to another...
  13. MColeman

    Windows integrated authentication across domains...

    I have an ASP/VB.NET application on two different servers. Both have: anonymous logon = unchecked windows integrated = checked impersonation = false Server A is in domain A and the users are in domain A. This application runs okay and returns the user.identity.name to...
  14. MColeman

    Restart IIS and security question...

    If I change the directory security for a web site, do I need to restart IIS?
  15. MColeman

    User.Identity when logon is Administrator

    My VB/ASP.Net application is not letting the administrator run it. I am using User.IsInRole to check to see if the user is setup in the correct group. I have added administrator to both, but User.IsInRole is still false. In debug mode, I checked User.Identity when logged on as administrator...
  16. MColeman

    WennSoft/Great Plains 6.0 - 7.5 Upgrade

    We are in the process of trying to upgrade our WennSoft/Great Plains from 6.0 to 7.5. Does anyone know someone who has went through the upgrade?
  17. MColeman

    Professional Certifications

    Today, I got some more junk mail from an organization offering certification classes and exams. More than once, I've found you cannot "qualify" for some certification studies if you don't have a college degree. Some of these organizations are charging exhorbitant fees. If I can pay...
  18. MColeman

    Printer setup to print to file: filename?

    I have a printer set up with :FILE in the port specification. When I print to this printer, I get a dialog box that prompts me for filename. The file generated is a postscript file. Everything is working great.... However, I cannot find anything in the printer settings where I can...
  19. MColeman

    CrystalDecisions.Web could not be loaded

    I'm trying to use Visual Studio.Net's built-in Crystal feature with ASP.Net. Is there something that needs to be loaded on the server? My error: File or assembly name Crystal Decisions.Web or one of its dependencies not found. Crystal Decisions.Web could not be loaded. LOG: Publisher policy...
  20. MColeman

    Need a Crystal Reports Scheduler

    We are trying to find a scheduler for Crystal reports. So far, the ones we have evaluated will not process data range parameters or multiple value parameters correctly. Does anyone have any ideas? Thanks

Part and Inventory Search

Back
Top