search for: enterd

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

Did you mean: entered
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 gro...
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
...failed request: BadDrawable (invalid Pixmap or Window parameter) Major opcode of failed request: 70 (X_PolyFillRectangle) Resource id in failed request: 0x4600002 Serial number of failed request: 3763 Current serial number in output stream: 3770 I have downloaded the commdlg.dll and enterd: [AppDefaults\\Logic.exe\\DllOverrides] "commdlg" = "native" in the ~/.wine/config file, but as you see, the error message shows that wine is using the builtin commdlg.dll, and this happens also when I use wine --debugmsg +loaddll -dll commdlg=native Logic.exe How can I so...
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 m n o p Result : vector D.F ab ab a b c d e dc dc e f g h i ab ab a b c d e de de l m n o p Ramya -- View this message in context: http://www....
2003 Dec 13
1
VoiceMail Password problems
...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 user '2000' (context =<any>)" Any ideas why the digits enterd for the password are being repeated?? rgds burak
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 )
...nt, i just wanted to switch the backend to ldap. since i'm attempting this(ldap) for the first time i've set this up on another machine from scratch and already populated the database before i was aware of the gui's (i now use browser). the search functions return everything i've enterd and i'm already at the point you've suggested. i had thought that these nt groups were required to be present for the windows machines to function completly? i'll take another look at my setup with a fresh mind and hopefully i'll find the solution tae
2008 Jan 18
1
validation - writeback in forms
...a", "language1_level, 3%> <% end> the controller has 2 functions, foo0 (displays the formular) and foo1 (validates data in params[:user]) if there is something wrong it renders the foo0 again, but only displays the entered contend of params[:user]. HOW do i get to display the enterd data for params[:formdata]. All formdata is not part of the model user, so i can''t just change that. Hopefully you understand. This text is somehow messy. thx -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message becaus...
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