search for: enterdate

Displaying 10 results from an estimated 10 matches for "enterdate".

Did you mean: enterdata
2012 Jan 06
2
Zipcode validation
Hi All, How to validate Zip/Postal code enterd is valid based on country selected? Is there any plugin for checking zipcode format for different countries.. Thanks -- Posted via http://www.ruby-forum.com/. -- 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
2008 Feb 01
5
ActiveRecord - find
Hi- What I would like to do is select a single column out of my model, say the column is called my_column, and store the result in an array, which it should be, right? For example, if I do: @my_arr = Model.find(:all, :select => "my_column") This should fill @my_arr with all the values from "my_column", right? So then I can access the data by some_other_variable =
2002 Oct 13
3
Can't make a shadow directory
Thanks Lawson. I am trying to run a program now, but it doesn't start. I have got the next output after I did: wine --debugmsg +loaddll logic.exe: trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\Program Files\Logic Audio Platinum 5.01\msacm32.dll' : builtin trace:loaddll:MODULE_LoadLibraryExA Loaded module 'C:\WINDOWS\SYSTEM\msacm.drv' : builtin
2008 Sep 19
1
Cbind help
Hi there I want to cbind a vector(contains 20 values) to a dataframe containg (18 rows).The missing value in the dataframe is however a repeated values but still i want to retain the repeats in the vector and the dataframe values can even get enterd twice. how should i go about it Example: Vector(contains repeating entry) ab de dc ab be dataframe(unique entry) ab a b c d e dc e f g h i de l
2003 Dec 13
1
VoiceMail Password problems
I'm having problems retrieving messages. 1 I dial the ext to run VoiceMailMain 2 VoiceMailMain asks for my password 3 I enter password (via BT-100 phone) on the keypad followed by #. 4. When examining the asterisk console I see some of the digits I entered for my passwd are repeated. For example if I enter password 4321#. The console shows "Incorrect Password '4433211' for
2007 Feb 11
2
Extensions in macro
Home someone can explain this: a Goto() command can walk within a macro, but if a digit is dialed from within a macro, the call flows back to the context that called the macro. Is there some way to "contain" the flow? Thanks. Yuan Liu
2004 Jan 25
0
My story installing Samba-LDAP PDC (it has a happy en ding )
>fix the groupmap stuff last - it's one of the least important things. >It >has nothing to do with whether you can connect a windows computer to >the >domain. > >The most important thing is to get LDAP working correctly and if you >are >trying to learn LDAP and Samba at the same time, why would you not >expect your mind to go numb. LDAP is the single hardest
2008 Jan 18
1
validation - writeback in forms
hallo, i have a form like this: <% form_tag :action => "foo1" <%=select_tag ("user", "name", options_for_select(someArray))%> <%=select_tag ("formdata", "language1", options_for_select(someArray))%> <%=radio_button ("formdata", "language1_level, 3%> <% end> the controller has 2 functions,
2008 Jan 09
2
Set CDR userfield in a realtime dialplan
Hello, I'm using Asterisk with Realtime extensions and ODBC CDR. And I'm have some trouble with the CDR userfield that is not changed when using the SET command in the realtime dialplan. In my dialplan (extensions.conf, the file) I'm setting the userfield like this : exten => s,n,Set(CDR(userfield)="X") Later, my dialplan switches to the realtime part and this is an
2011 Apr 07
4
asterisk SIP MESSAGE method support
Hello List, I have found that asterisk supports only forwards in-dialog MESSAGE method. That is, if the MESSAGE method is sent within an active call. But according our requirement we need to send MESSAGE method to the other leg without being in a call (general stateless proxy forward). Is it possible to do this in asterisk using some tricks? Regards, Rajib Deka SIEMENS Ltd. Robert V Chandran