search for: dropdownlist

Displaying 8 results from an estimated 8 matches for "dropdownlist".

2006 Jan 05
7
HOWTO: Combine fields from 2 two tables in 1 object
Hi all, For a dropdownlist (showing "Company - FirstName Lastname'') I want to fill an object @project_contacts with "Name" from table Companies and "Firstname" and "Lastname" from table contacts. Any idea? Regards, Gerard. -- "Who cares if it doesn''t do anything...
2005 Dec 31
7
Dynamic form? Not really!
...relates the contact to a company. The total coding of this form seems somewhat much. Could somebody tell me what Rails power I''m possibly missing and stuborn as I am trying to do myself? I was wondering if the first part of the form can simply be put in the loop somehow and still be a dropdownlist. So if anybody wants to shoot, here''s the form code: <%= start_form_tag :action => ''update_contact'', :id => @contact %> <table border="0" cellpadding="3" cellpadding="0"> <tr> <th>Field</th><th>Co...
2006 Apr 26
1
Simple Rails Questions
Hi, I have a couple of questions in regards to editing new.rhtml. 1) How to change one of the text field to a dropdownlist that contains "friend" and "family"? 2) How to expand year range from 1900 to the current year? Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060426/38f950...
2005 Feb 15
6
Windows update
Hi! How do you guys solve windows security updates? Is there a way to force windows computers to be updated. Even more flexible is if one can update windows through login script. Peter Nyberg Institutionen f?r Biokemi och Biofysik (DBB) Sv.Arrhenius v?gen 12 106 91 Stockholm Tel: 08-16 24 69 Mobil: 070 339 24 69 Fax 08 153679
2004 Sep 30
1
ntconfig.pol not loaded
hi samba community and team ! I' m playing with policies under win2k/samba3/ntconfig.pol/poledit It worked at first, but now seems my win2k test machine doesn't want to load the ntconfig.pol located into \\mysmbpdc\netlogon I've seen some threads about the same prob. but none with a solution. I know there is a project with an "editreg" tool planned. But for now I would like
2007 Oct 16
0
Drop down lists
What''s the ActionView method to use for a simple Yes/No dropdownlist and how do I check if the user selected yes, then yes=1 and no=nil? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39...
2007 Oct 01
2
How do I modify registry: Hk user?
All, Looks like I'm in a predicament. One of our new sites will prompt users (in IE) to display "mixed content". Which is basically asking if you want to display some http in a https site. I have found the solution, (besides having a user go into IE's tools / privacy / custom settings / enable mix content) - with a registry entry. However, the registry entry goes to:
2005 Dec 30
3
NewbieQ - Relational tables
Hi all, I''m going nuts on a very simple issue. I know what I want but don''t know what to tell rails to do so. I have a very common setup for managing contacts. A companies table and a contacts table. As you''ve guessed it''s a one to many relationship. The database is setup with the appropriate foreign keys, the models have been generated and I added the