User Profile

Collapse

Profile Sidebar

Collapse
JackInDaBox
JackInDaBox
Last Activity: Mar 6 '08, 06:46 PM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • JackInDaBox
    started a topic Ajax tool kit drop down help

    Ajax tool kit drop down help

    Hello,

    I am new to this and have run into a small problem. I am using the Ajax toolkit with VS 2005 to fill some drop downs through a web service and it works great. All of the cascading drop downs work correctly. The only problem I have is I need to copy the drop downs value from each cascading drop down into a hidden drop down. I have struggled with this for a few days now so if anyone could offer me some advice I would really appreciate...
    See more | Go to post

  • JackInDaBox
    started a topic acts_as_textiled install problem
    in Ruby

    acts_as_textiled install problem

    Hello,

    Anyone know if there is a problem with this? I am trying to go through this tutorial: http://notepad.onghu.com/2007/3/28/u...ts_as_textiled and I am not able to install the acts_as_textile d.

    Thanks
    See more | Go to post

  • JackInDaBox
    started a topic New to ruby (easy question i think)
    in Ruby

    New to ruby (easy question i think)

    Hello I am new at ruby on rails and have what i hope is a simple question. Say I have a DB with animal names and an id. I am using active scaffold. once I click on the edit to edit any animal name how can i then access that that name in the view? I want to be able to output it in the textbox name: as well as just display it below the textbox that active scaffold creates.

    Thanks for the help
    See more | Go to post

  • JackInDaBox
    started a topic Help with scaffold and act as tree
    in Ruby

    Help with scaffold and act as tree

    Hello,
    newbie here...I have acts_as_tree working with active scaffold. My problem is that it lists parents and children in the scaffold. For instance the database has:

    Code:
    id   | name     | parent_id |
    1    |Animal    | null      |
    2    |Cat       | 1         |
    3    |Dog       | 1         |
    4    |Siamese   | 2         |
    5    |Collie    | 3         |
    when it displays...
    See more | Go to post

  • JackInDaBox
    replied to XP batch file loop help
    Great, thanks works perfect.
    See more | Go to post

    Leave a comment:


  • JackInDaBox
    started a topic XP batch file loop help

    XP batch file loop help

    Hello,
    I am trying to run all SQL scripts (with no params) in the same folder as the batch file is. I have not done much with batch files before but I think I have gotten close. It seems to work if I hard code the FILENAME.sql but will of course only work for the file I hard coded. What I need is to get the present file name from the loop and put it in to the FILENAME.sql so it will run that sql script. Hope this makes some sense and here...
    See more | Go to post
No activity results to display
Show More
Working...