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!

Recent content by rferrer61

  1. rferrer61

    BEGINNER QUESTION - PLEASE HELP!!!

    You right rohitt! After doing some research I kicked couple of controls in my main form and hard using jet 4.0 and everything works fine now. The datacombo control made my life easier with the coding. Now I can add, edit, find, find next...with no problem using dynaset, adopendynamic...
  2. rferrer61

    BEGINNER QUESTION - PLEASE HELP!!!

    Mark, Thanks for the answer, Here is what I want. I would like to have the following tables and fields: Shipment table (this is may Main table) - Arrivaltime - Quantity - Shipping # - Country (Maybe countryid which if i am not mistaking could be my foreign key) -Receiver receiverid) Receiver...
  3. rferrer61

    BEGINNER QUESTION - PLEASE HELP!!!

    Hi there, I am trying to build a vb application using access97 with three tables: - Receiver - Shipments - Country My goal is to have one form with three comboboxes with a lot of fields from the Shipments table where my users will be able to select country and the name of the receiver. I have...
  4. rferrer61

    Extracting a word from a text file? Please, HELP!

    Hi there, I know how to clear the blank spaces from a text file and how to get the amount of characters in my text file. However, I would like to be able to extract a word which change every time I create my text file. Any ideas? Thank You in advance, RF
  5. rferrer61

    RUNNING A EXE PROGRAM, GETTING AN OUTPUT TO A FILE.....

    Thanks a lot Veneficus! It really helped me out. It's hard being a beginner! :-)
  6. rferrer61

    RUNNING A EXE PROGRAM, GETTING AN OUTPUT TO A FILE.....

    HI THERE, I AM TRYING TO RUN A PROGRAM WITH SHELL AND GET THE OUTPUT TO A TXT FILE BUT I AM GETTING AN ERROR. ANY IDEAS??? I AM USING: Private Sub cmdgetuser_Click() Call ShellWait("j:\sample.exe > c:\file.txt") End Sub IT RUNS WITHOUT "> C:FILE.TXT" . ANY HELP WILL...
  7. rferrer61

    Adding Extra Space

    The link was good but still I don't know how to make a big /usr from my three discs. I guess I want to span through 3 discs. Whenever I use ccdconfig it says ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Device busy
  8. rferrer61

    Adding Extra Space

    Hi there, Can anobody share with me the best way to add extra space for a partition? I have 5 scsi hard drives and my primary disk is sd0. Of couse I have /, /tmp, /var, /usr and /home. I would like to add and mount one of the other 4 disks I have available and make one partition which will be...

Part and Inventory Search

Back
Top