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!

Recent content by ytakbob

  1. ytakbob

    calling shell name

    I call a tclprogram from a Kornshell (AIX) from kornshell testit_sh #!/bin/ksh /hmu/scripts/testit.tcl I want testit.tcl to be able to knwo who called it. $arv0 from within testit.tcl gives "testit.tcl" What variable would have "testit_sh" - the calling program ? Thanks
  2. ytakbob

    aliases

    It was an ownership issue of root / Bob Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  3. ytakbob

    aliases

    getting following when typing in newaliases on AIX 5.2 Help ? WARNING: Group writable directory / WARNING: Group writable directory / hash map "Alias0": missing map file /etc/mail/aliases.db: Group writable directory dbm map "Alias0": missing map file /etc/mail/aliases: A file or directory in...
  4. ytakbob

    iptrace and ipreport - cannot see actual data in packet

    doing iptrace iptrace -i en0 -s 10.246.35.38 -b /Arc/mltrace and ipreport /Arc/mltrace but dont see data in the packet... is there an option where I can see theactual data contained in the packet ? THis is basically what I got when tthe data went out: ====( 1514 bytes received on interface en0...
  5. ytakbob

    Email message header

    WHen submitting a form thru email (outlook), we are always getting "***********************************" as part of the subject line. I cannot find where these are coming from and I want to turn them off. ANy ideas Thanks Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  6. ytakbob

    printing one record of a query

    I use a query to read from 2 tables. Patient and patient orders. from a form (patient information) and subform - order information..i enter my data and then would like to print just the information I entered on the current form and subform...rather than all the information (all patients and...
  7. ytakbob

    for a file: trying to sed all hex ff0aff strings to 202020

    any suggestions ? cant seem o get syntax right Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  8. ytakbob

    FTP client

    When executing ftp.exe from a batch shell It seems to be when we run more than one FTP.exe program at the same time, both doing an MGET, one of them loses the We did not have this problem when running under NT 4.0 ANy ideas ? Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  9. ytakbob

    update query - suppressing update popup box

    Does anyone know how to suppress the question of "...do you want to continue before updating these rows...?" We are running Access 97 within VB script, building the sql and executing a docmd.runsql Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  10. ytakbob

    grouping and then comparing

    Hello, I have a table keyed by date ie 09/24/2003 so each row represents a day of acitivyt for doctors (the columns) columns look like: date dr.1 dr.2 dr.3 09/01/2002 2 1 0 09/02/2002 5 1 8 09/03/2002 0 1 0 09/01/2003 1 3 0 09/02/2003...
  11. ytakbob

    Outlook 2000 Group Calendar

    How do I give update access to an outlook user for a calendar. A question we have is how do we find out who the owner of the calendar is ? Our mail admin is on vaca and we need to give a specific user update rights to this calendar...but can't find out who owns the calendar calendar being a...
  12. ytakbob

    invalid syntax under winnt 4.0

    set objService = getobject("winmgmts:") the above command gives me invalid syntax on an nt4.0 service pack 4 machine but not on an 2000 machine? Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  13. ytakbob

    numbering query report lines

    any ideas folks ? or could someone at least explain the code : SELECT tblPhysician.Facility, tblPhysician.[Phys Status], (Select Count (*) FROM [tblPhysician] as Temp WHERE [Temp].[Name] < [tblPhysician.Name])+1 AS RowNum ? Thanks Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347
  14. ytakbob

    numbering query report lines

    Did the following: RowNum: (Select Count (*) FROM [tblPhysician] as Temp WHERE [Temp].[Name] < [tblPhysician.Name])+1 Rownum comes out as the actual rownumber in the table rather than a sequential counter beginning at &quot;1&quot; it looks like this: 23 Jones 47 Peterson 89 Williams rather...
  15. ytakbob

    numbering query report lines

    On our queries, we want to be see this: 1 kerr, greg 111 greg lane 2 schmid, bob 111 bob lane 3 davis, ru 111 russ lane even though there is no sequence number in the table Bob Schmid bob_schmid@hmis.org 330-746-1010 ext. 1347

Part and Inventory Search

Back
Top