User Profile

Collapse

Profile Sidebar

Collapse
ChaseCox
ChaseCox
Last Activity: Sep 18 '08, 10:15 PM
Joined: Nov 10 '06
Location: Claksville, TN
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ChaseCox
    replied to New Language Simple Problem...I hope.
    in Perl
    I got it. The text editor I was using was formatting the text. I used the vi editor instead. it works. thanks.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    started a topic New Language Simple Problem...I hope.
    in Perl

    New Language Simple Problem...I hope.

    So this is my first time in the Perl forums, so greetings to all. I have recently decided to learn Perl since I have heard so many good things. The only problem is that I can not get my code to work. I am using Mac OS 10

    Here is the code (taken line for line from the book Learning Perl)

    #!/usr/bin/perl
    print "Hello, world!\n";

    I saved this file as hello.pl

    I then went to...
    See more | Go to post

  • ChaseCox
    replied to ListBox Defualt Value (All Selected)
    Thanks, that worked like a charm. I really appreciate the help.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    started a topic ListBox Defualt Value (All Selected)

    ListBox Defualt Value (All Selected)

    Long Time no Post,

    I am working on a new Access form and I would like to utilize List Boxes.

    I currently have my list box populated with values from a table. The list box is set up for Multiple Selections.

    When the form loads I would like to have all of the items in the List Box be selected. Is this possible?

    For example if I had the Following items in my list box:
    Dog
    Cat
    Fish...
    See more | Go to post

  • ChaseCox
    replied to Simpson Game!
    Technically not an actual charachter. Made one appreance, and it was in Bart's story to scare children so that he could eat their lunches. This also causes Skinner and Super Intendent Chaumers to drop his priceless perfume collection.

    his name eludes me but he was a Crazed Cook whom all the children made fun of....
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Simpson Game!
    Mr. Burns.

    Has an elegant singing voice, discovered by Homer.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    started a topic Trying to run a query on a large data set

    Trying to run a query on a large data set

    Hi everyone,

    I am attempting to run a query on approx. 5 million static records. When I run the query I get an error that says database has reached maximum size. So I tried compacting/repairing. I then opend a new database and linked the table in, and when I ran the query I got the same results. Any thoughts?

    The query is nothing out of the ordinary, and I can query other smaller tables without a problem.
    See more | Go to post

  • ChaseCox
    replied to I'm wondering if anyone will get this
    A man a plan a canal Panama -> Oh Yeah

    If you would like, Google that and you will get some very impressive Palindromes.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Help me out Peepal.
    why is that the answer? (20)
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Edit a Record
    Thought I might share my solution to the problem:

    For my case, Inventory is the table, and ProductNumber is the field I am concerned with (column heading in table).

    I then needed to relate the field I am wanting information about to the input from the combo box. That is what I am doing here:
    Code:
    "[Product] = cmb12.value"
    So for example if I typed in TV to the combo box, the combo...
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Edit a Record
    sorry about that. I figured that out too. Thanks for the help Stang.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Edit a Record
    Nevermind I think this will work, do you have any idea about how to have the value sho in the box, and not just in the list?
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Edit a Record
    Thanks for the reply, But I don't think that is going to do what I want.

    For Example if I had selected the part in the table, I would like the other boxes to show the related information and allow me to update them. It seems like that link you posted is only going limit the options in the box.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    started a topic Edit a Record

    Edit a Record

    Hi everyone,

    I am working on a new database and this one is slightly different than what I have done. I now need to be able to manipulate the information in a table. What I would like to do is be able to select a physical part (TV, Computer, ect) from a drop down box (I have this working) and based on what I select be able to populate several more boxes on the form with that parts information. For Example:

    If I were to...
    See more | Go to post

  • ChaseCox
    replied to Help me out Peepal.
    my guess is 60000 (20)
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to call MATLAB generated shared library from C#
    in .NET
    Probably. check out this link and maybe the book. The book is excellent and was the first book I ever used for Computational work. The book requires a great deal of understanding of Physics, ecspcially on the quantum problems, but it will show you alot of things. Hope it helps.

    Computational
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Mathematical Methods
    in C
    I would appreciate people not saying you do not have to "program" in MatLab or Mathematica. Unless you are intimate with these programs, you have no clue about what is required. I have written pages and pages of code in MatLab and Mathematica alike. Studying Computational Physics eventually requires a language a little more advanced than Fortran or C++.

    MatLab put the Mars Rover on Mars.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to call MATLAB generated shared library from C#
    in .NET
    are you using the Garica Numerical Methods Physics Book?
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to Mathematical Methods
    in C
    MatLab utilizes leinpack and isopack sp? But can be quite intemedating, since a great knowledge of Linear Algebra i.e. Matrix Operations --> [MatLab = Matrix Laboratory...] is needed to effectivley use the program. If you need help with coding these problems, you could post specific questions, but no one will just give you answers, the time to go through each of these would be emmense.
    See more | Go to post

    Leave a comment:


  • ChaseCox
    replied to kbhit()
    What are you wanting to do exactly? I think I can help you, although I have never seen any use for the kbhit type of function in MatLab.


    MatLab is my Language of Choice :-)
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...