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

    Non-interactive ufsrestore

    How do you specify the volume, and owner/mode on the command line using the command ufsrestore? At the moment I have a script that use the following command: ufsrestore xf <servername>:/dev/rmt/1 << EOF 1 y EOF
  2. PADFOR

    X-Selection greyed out after a couple of hours

    When I want to copy data from Unix to windows I use the copy x selection option. After a while the option becomes greyed out, and the only way to resolve the problem is to reset Exceed. I am currently running Exceed version 6.0.1.0 on NT4. Is there any patches/solutions available for this...
  3. PADFOR

    Calculate how many days are between now, and the 31/6/89

    Can someone please tell how to calculate the number of days between now, and the 31/6/89?
  4. PADFOR

    AWK Print Format

    I need to print a variable with single quotes around it. I have tried the following awk command: awk -F: '{print &quot;\'&quot; $1 &quot;\'&quot;}' <filename> It produces the error: Unmatched &quot; I would like to print the variable in the format: '<variable>' Any suggestions would be...
  5. PADFOR

    Deleting Multiply mails in the Inbox

    Anyone know how to delete all the mails in the inbox at once? i.e. so you don't have to do it one-by-one.
  6. PADFOR

    Validate Date Format

    If I store a date in a variable, how can I verify that it is in the correct format? For example if the variable temp1 contains 20011010, how can I be sure that the variable contains 8 characters, and that they are all digits. Cheers
  7. PADFOR

    How do I get perl to interface with rpc.yppasswdd?

    Hi, I'm trying to write a perl script that will allow my users to change their passwords through NIS as well as updating the Samba password database. I can get the Samba part working on my own, but I was wondering if anyone had done anything with rpc.yppasswdd or if they can do it via...
  8. PADFOR

    ADO Connection String

    I am trying to implement a three tier client/server database using VB, and SQL Server. I am having trouble with the connection string in my data services tier. The code can be seen below: Private Sub Class_Initialize() 'Create the Recordsets On Error GoTo HandleError Set...
  9. PADFOR

    Form Navigation

    How do I navigate from the sub-form back to the main forms using keyboard. When the focus is in a sub-form, it remains there. How do I capture a key (TAB) (keyboard event) when I am leaving the sub-form to put me back into the main form? Can this be done using Macros? Cheers PADFOR
  10. PADFOR

    Access Database - Automatic Installation

    Is there a program or code that would automatically installed a Access database straight from a CD onto a computer? Cheers PADFOR
  11. PADFOR

    Access Database - Automatic Installation

    Is there a program or code that would automatically installed a database on to a persons computer? PADFOR
  12. PADFOR

    I changed my primary key data type

    I changed my primary key data type from integer to text, but when I go to open form using the primary key selected from the combo box, I receive the following message: Microsoft Access Run-time error '2501': The OpenForm action was canceled. You used a method of the DoCmd object to carry out...
  13. PADFOR

    Run-time error '2501' DoCmd.OpenForm

    I changed my primary key data type from integer to text, but when I go to open form using the primary key selected from the combo box, I receive the following message: Microsoft Access Run-time error '2501': The OpenForm action was canceled. You used a method of the DoCmd object to carry out...
  14. PADFOR

    Threads - Help???

    I have been trying to solve the following problem from a java book, and I have no joy. Could you someone please give me some pointers? The Task Your task is to write a Java application which allows us to animate several simple shapes within a defined area of the application (perhaps a Panel)...
  15. PADFOR

    Where to Start???

    I have been trying to solve the following problem from a java book, and I have no joy. Could you someone please give me some pointers? The Task Your task is to write a Java application which allows us to animate several simple shapes within a defined area of the application (perhaps a Panel)...
  16. PADFOR

    Find value in one or more tables

    How do you search more than one table, using a value selected in a combo box? I have two tables called &quot;Parent&quot; and &quot;child&quot;. I have created a union query, which contains both primary keys for the table. When a user selects a value from the combo box, I would like to them...

Part and Inventory Search

Back
Top