search for: userform

Displaying 2 results from an estimated 2 matches for "userform".

Did you mean: user_form
2011 Apr 14
1
a little problem with extJS & log in form
have user_cotnroller class UserController < ApplicationController def authenticate if request.post? #User.new(params[:userform]) will create a new object of User, retrieve values from the form and store it variable @user. @user = User.new(params[:userform]) #@user = User.find_by_id(params[:id]) #find records with username,password valid_user = User.find(:first,:conditions => ["username...
2011 May 06
0
MS Office 2007, memory issue
...nd word start well i installed it cause i work (at work) on windows 7 with Office 2007, and do some macros using VBA. Only way for me to open such files on linux was to install MS Office as OOo wouldn't do my marco. So here I come, with a macro which seems to work 'til i get to the "userform" which my macro calls up... the error message says : "erreur de compilation - m?moire inssufisante" in english : "compilation error - not enough memory". Been looking for ages and can't find any topic on this. Can anyone help? Big merci .