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 TouchToneTommy 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: MkIIISupra
  • Order by date
  1. MkIIISupra

    Copy works for one file but not the second.

    Hehehe, I found the problem! I was naming both destination files the same! DOH!!! One is supposed to be reads the other usages! Caught it and it works fine.... One by one the penguins return my sanity, as day by day Microsoft steals my sanity! OpenSuSE 10.0 kicks fanny!
  2. MkIIISupra

    Copy works for one file but not the second.

    Man that cleaned a lot up! Thanks! I am still learning Perl and have only been seriously working with it for about a week. Unfortunately I have been working with VBA for the last couple year, but now I have this killer job at UCSC, I am allowed a lot of freedom. As in I can choose my language...
  3. MkIIISupra

    Copy works for one file but not the second.

    #!/bin/bash/perl -w # This is a rename and move script. The goal is to rename files then move them to their # appropriate folders, and then e-mail (hopefully) the files to pre-defined people. use warnings; use strict; use diagnostics; use Time::Local; use File::Copy; my $date = `date`; # Load...
  4. MkIIISupra

    I do not understand Argument "May" isn't numeric in numeric eq (==) at

    Oh, do I feel like a heel... Thank you! One by one the penguins return my sanity, as day by day Microsoft steals my sanity! OpenSuSE 10.0 kicks fanny!
  5. MkIIISupra

    I do not understand Argument "May" isn't numeric in numeric eq (==) at

    Below is the error I get when I try to run a script I am slowly building. I am in the learning process with Perl and this is my 3 script that I have written. The first two were very simple and short. My goal with this script when I finish is to have a CRON job scan a predefined directory and...
  6. MkIIISupra

    Unable to get the minimum value to load in a var...

    Oh... man do I feel like a knuckle head... Thanks! One by one the penguins return my sanity, as day by day Microsoft steals my sanity! OpenSuSE 10.0 kicks fanny!
  7. MkIIISupra

    Unable to get the minimum value to load in a var...

    Here is some output to help... This is the actual output of the code in my first post: ID_CODE = E10301 Records = 9 HIGH USAGE = 1819 LOW USAGE = 1149 This is the output, what I have done is concated each instance of LOW USAGE writing. So what you are seeing are the LOW USAGE numbers in the...
  8. MkIIISupra

    Unable to get the minimum value to load in a var...

    I am doing a search for the high and low of a series of records, from there I will get the standard deviation and then compare a new read against that to see if it is within the realm of reasonable. If it isn't then I can research the problem and correct it before I update any tables. Here is...
  9. MkIIISupra

    Run search from text box.

    I have a text box set up to receive errors found in a variety of records. Okay what does that mean? Simple, I have a set of pre-defined records that I read in every month from a handheld meter reader. During the import phase I run a series of checks against the data and anything that falls...
  10. MkIIISupra

    Some tables can be updated and others can't

    No, I can't seem to find any tools that fit the description. Looks like I am stuck. Only solution is to create a parallel DB in Access until I can resolve this. Thanks. One by one the penguins return my sanity, as day by day Microsoft steals my sanity! OpenSuSE 10.0 kicks fanny!
  11. MkIIISupra

    Some tables can be updated and others can't

    Okay one issue resolved a new one arises... When I try to add or modify a record in a linked Sybase table I get the following error: ODBC --insert on a linked table "DBA_Meterhst' failed. [Sybase][ODBC Driver]Unable to connect to database server: authentication violation (#-98) When I click...
  12. MkIIISupra

    Some tables can be updated and others can't

    Found the answer! When I was linking the Sybase tables I failed to ID the PK of 5 of the tables. So Access couldn't and wouldn't let me do anything but read the tables (data). Once I linked and ID'd the PK of each table I was allowed full access and so now I am on my way! Thanks for the...
  13. MkIIISupra

    Some tables can be updated and others can't

    Okay so I have been doing some digging around and here is what I have to deal with. Sybase iSQL 5.5.05 Build #2509. I found a good resource on Sybase <A href="http://manuals.sybase.com/onlinebooks/group-asarc/srg1100e/sqlref/@ebt-link;pt=66?target=%25N%13_577_START_RESTART_N%25">Here</A> but...
  14. MkIIISupra

    Some tables can be updated and others can't

    I have to keep the old tables up to date for a while. We are in a transitional period at the moment. Right now we are looking at a new databasing application to replace Faser. But until then I need to keep the Faser tables current. I am using Access as an interface due to the ability to create...
  15. MkIIISupra

    Some tables can be updated and others can't

    Ironically... it's now me! And I am not familiar with it either, I have a tool called iSql that comes with the Faser DB system. I am a bit rusty on setting table permissions and such via SQL... care to help? :) One by one the penguins return my sanity, as day by day Microsoft steals my sanity...
  16. MkIIISupra

    Some tables can be updated and others can't

    Hello, I am now working for UCSC! Yes! Anyhow I have an old energy management database called Faser that I need to interface with. What I am doing is linking Access to the Faser tables via ODBC. No problems there. The problem comes from when I am trying to add a record or update records in some...
  17. MkIIISupra

    Hide Access but leave form visible.

    Not sure where to put this but I have a simple application and all I want to have showing is the form I created. I was wondering if it is possible to "hide" or minimize the main Access application? If so how would I go about doing this? I am using Access 2003 Thanks One by one the penguins...
  18. MkIIISupra

    DoCmd.SendObject format question.

    Can't use either due to the fact this is a form to replace an Outlook form from 2000. The problem is we had someone build a form for sending print requests in a preformatted method via Outlook. Worked great in 2000, but now that we have moved to Outlook 2003 the form no longer works. So I have...
  19. MkIIISupra

    DoCmd.SendObject format question.

    Below is the code I have at the moment (still in the creating phase...) anyhow what I would like to do is set the code to format the e-mail for me. What I mean is simple. Below this code chunk is test output from the code below as it is formatted and sent. Below that is what I would like it to...
  20. MkIIISupra

    Open alternate program then dump data into it.

    YOU ROCK!!!! THANK YOU!!!!! PS: Uhhh it works great!! One by one the penguins return my sanity, as day by day Microsoft steals my sanity! OpenSuSE 10.0 kicks fanny!

Part and Inventory Search

Back
Top