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 IamaSherpa 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: *

  1. needscoop

    vfpodbc.dll to vfp ole db? iis5/2000 to iis6/2003

    thx - will pursue the permissions route!
  2. needscoop

    vfpodbc.dll to vfp ole db? iis5/2000 to iis6/2003

    Classic asp app: wanting to port .asp code using fox2.6 dbf tables from iis5/2000 to iis6/2003, but the the tables are not found. Would changing the conn string from vfpodbc.dll to vfp ole db solve this?
  3. needscoop

    delete other user's Task List reminder from C# app

    unfortunately the user is no longer here to delete it... part of the fun!
  4. needscoop

    delete other user's Task List reminder from C# app

    How does one delete "another" user's Task List reminder from C# app? some info I stumbled on... Task View - User Reminders hand-entered in the Task List window. These reminders can be checked off as you complete them. Separate sets of User notes are stored for each user within each...
  5. needscoop

    automated backups

    Automated" MySQL backups - had trouble getting this to produce the backup .sql file, but finally got it to work - key is that when setting up the backup job within the MySQL Administrator gui to set the Account information window's username to root (username default was a different username, so...
  6. needscoop

    automated backups

    Win2003 - setup automated MySQL backups via the Administrator.exe (v1.2.12) gui - this created scheduled tasks. The scheduled tasks appear to run, but there's a cryptic error message in Event Viewer... "The description for Event ID ( 1 ) in Source ( MySQL Administrator ) cannot be found. The...
  7. needscoop

    DTS job modified... will scheduled job still run?

    I modified an existing local DTS package - do I need to drop/recreate the scheduled sql server job associated with it? or will the job still work?
  8. needscoop

    VS2005/C# - app.config file HELP!!!!

    Never mind - the key's value was a query that was rather long, so the bottom of the prompt window wasn't visible until I maxed-out my pc's screen resolution - once I did that I could "see" the Yes / No buttons at the bottom of the prompt window.
  9. needscoop

    VS2005/C# - app.config file HELP!!!!

    C# VS2005 project - I changed an app.config user setting via the Solution Explorer's Settings.settings gui (grid), and then when I subsequently open the project it keeps bringing up an informational screen which I cannot get past unless I close the project! The message is "Value of setting...
  10. needscoop

    General question about PocketPC devices

    We acquired some pre-owned PocketPC scanners recently. One of them seems to scan better from a further distance than the rest of them - is there a way to adjust (tweak) the scanning distance?
  11. needscoop

    Fox 2.6 - printing multiple reports to printer user selected

    FoxPro 2.6 - Want user to select a printer (via PROMPT), then have multiple reports generated/printed to that same printer (which is NOT the user's default printer). Below is the code snippet I tried using - the problem is that the first report prints to the printer the user selected, but the...
  12. needscoop

    C# dotnet control panel placements

    Can you control the location where a panel appears, in relation to another panel? Desired sceanrio: I want 1 panel as a "header" panel whose width is 100% the majority of the time. On some occasions there's a 2nd panel I want to appear to the left of it, having a width of 10% - I want the...
  13. needscoop

    redisplay of datagrid in panel's placeholder doesn't occur

    I have a linkbutton click event that displays a datagrid within a panel's placeholder. That works well. One of the datagrid's cells is also a linkbutton, which provides more detail via a table (swaps datagrid out, table w/details in). The detail has a "back" linkbutton - when user clicks it...
  14. needscoop

    Dynamic ListBox selecteditem HELP!!

    Request.Form[ctl0"] seems to work then googled and found this useful link: http://ryanfarley.com/blog/archive/2005/03/11/1886.aspx
  15. needscoop

    Dynamic ListBox selecteditem HELP!!

    Scenario: 1) a button click event occurs, causing initial post event - renders a page displaying some data from a query 2) a dynamically-populated radiobutton choice is clicked, triggering IsPostback event, then radiobutton clicked event. 3) next step desired: radiobutton click causes 1...
  16. needscoop

    Tweaked code ok in test not in prod

    thx Chip, I checked the .dll version numbers (which do auto increment) when I discovered the change wasn't taking in production, and they both are using the same version#. Any other ideas welcome...
  17. needscoop

    Tweaked code ok in test not in prod

    Tweaked some C# code. The tweak works in test (stepped through it okay), but it's not working in production. Any idea's ??? I know this is somewhat vague - just looking for a list of several deployment "check this.." considerations to rule out.
  18. needscoop

    Which is better for array check? .GetLength or .Length

    Determining count of array (1 dim) elements (words within a string) - which is better approach to use: .GetLength(0) or .Length ? Is one approach better than the other, or only marginally? See code snippet below: string[] MyCheck = mystring.TrimStart().Split(' '); int MyItemsCnt = 0...
  19. needscoop

    log shipping sql2000

    never mind... KB #314515 gave us some insights about it.
  20. needscoop

    log shipping sql2000

    in a nutshell (another person is working on this, not me) SqlServer2000 log shipping transfers trans logs to secondary server, but restoring the trans logs on secondary server works for awhile, but then seems to hang. What could cause this? nonlogged transactions? anything else come to...

Part and Inventory Search

Back
Top