similar to: setting a query from another query

Displaying 20 results from an estimated 60000 matches similar to: "setting a query from another query"

2006 Jan 18
4
That ol'' AJAX select box update again : observe_field does nothing
Hi, I know this has been asked a million times before - but I still don''t really get it. CAn someone please tell me what''s up with the following; In a view I have (apologies for the formatting); <td> <select id="job.job_phase_id" name="job[job_phase_id]"><p><label for="job_job_phase_id">Job
2006 May 02
3
file_column : _temp field always nil
Hi, I''m trying to set up file_column to upload attachments for emails. My view has <td align="left"><%= file_column_field ''to_do'', ''attachment'' %></td> and the attachment_temp hidden field is generated. When I inspect tthe params on saving the form the attachment_temp param is always an empty string. Also, when I was
2006 Feb 09
4
Login_Engine: trouble configuring
Hi Guys, I''m having some trouble getting login_engine to work. I''ve followed the steps in the README file to the letter (I think) with the exception of the Mailer stuff and cannot get my application to run. Heres what I have; module ApplicationHelper include login_engine end ##################################### require ''login_engine'' class
2018 May 29
1
Difficulty in writing R code for one pool dynamic model
Hi everyone, I was trying to mode the following exercise using R. The question: Set up a one pool model using numericintegration. The model will run from time 1 to time 30 using a time step of 1.The pool (A) will be fed by flux "inA" at a rate of 5 units per hour anddrained by flux "outA" at a rate of 20% per hour. At time 0, A has 5units. At time 30, what is the pool size of
2005 Dec 18
2
Create dynamic search with table rows
I''m trying to create a dynamic search function to filter the list results using form_remote_tag. I need this to work with a table data output. So it would update the partial template of table rows. I tried wrapping the table rows in a div tag but that wouldn''t update the table properly. Any help on this would be greatly appreciated. Here is my code: <%=
2023 May 26
1
Problems solved
Doug from this list got me to change my connectivity to my DID provider from SIP to IAX, and bingo, it all just worked instantly. For my next trick: setting up voicemail. The book does it all with smoke and mirrors (SQL), but I'm fresh outa those, so I'll be doing it the old-fashioned way, by editing the voicemail.conf and users.conf files with some hopefully helpful hints from our
2006 Jan 30
5
Action Mailer woes
Hi gang, Im having my first stab at ActionMailer and not having any luck. Perhaps someone could help me out. I generated a a mailer called ItemMailer - its purpose is to take some information that I''ve already gathered in a ToDo list form and to mail it out to the person who is nominated for the task In environment.rb I have; ActionMailer::Base.server_settings = { :address =>
2006 Jun 16
0
isdn and PARK
Hi outa there, when i park a call which i picked up at an isdn line , the call never comes back, -- Stopped music on hold on mISDN/9-u73 -- Added extension 'mISDN/2' priority 1 to park-dial == Timeout for mISDN/9-u73 parked on 701. Returning to park-dial,mISDN/2,1 -- Executing Dial("mISDN/9-u73", "mISDN/2| |t") in new stack Jun 18 18:55:36
2007 Sep 25
2
Patch Review for selective joining of eager-loaded tables in pre-query
For those of you following the earlier saga of the performance of limited eager loading, I''ve decided to give up on pursuing my original patch. I received some support on the simplification argument (see my blog if you don''t know what I''m talking about), but it doesn''t seem like it''s worth breaking existing behavior. So I''m moving onto
2007 Mar 19
2
wine WM8EUTIL
Hello, i've got a little problem that begins to drive me mad. FOr usage on my xbox360, i need to convert Videos to WMV. After a long search, i found MS WM8EUTIL which seems to be perfect. The Problem is, it doesnt work. 1. It begins to install, but never seems to register in the system (is there a way to manually register setup.inf ? ) 2. Though, suprsingly, all works well for audo only
2005 Apr 30
1
Thanks (was re: Neosurge.com)
On Sat, 2005-04-30 at 07:05 -0400, Mark Weaver wrote: > John, > > I just wanna say THANK YOU for the AWESOME distro and keep up the > fantastic work. CentOS 4 is definitely without a doubt the most > rock-solid, outa-the-box distro I've ever used. And I'm loving every > minute of it. I've even managed to get my boss hooked on it and now our > linux machines
2005 Dec 22
3
NewbieQ : undefined method `stringify_keys!'' Dumb Question
Hi, I''m running round in circles again! I''m trying to save a note that has a HABTM relationship with a job. The note is new - the job exists. In my partial for notes I have ; <%= start_form_tag :action => ''new_note'', :id => @job %> <%= text_area_tag "note", nil, :size => "65x10" %> <%=submit_tag
2003 Dec 11
1
unsamba
It's been a confusing few months configuring samba for our needs. It would seem our goal with samba is not exactly what the majority is looking for currently. So here goes :) I work at a university where microsoft's active directory has become the dominate user account storage solution. I would like to setup a linux shared server that would offer shell access to those who wish to
2006 May 12
1
X11 and vfonts modules on AIX 5.2
I am trying to get R-2.2.1 to pass make check on an AIX 5.2 at work (I know R-2.2.1 is not the latest release, but I encountered make errors in my attempts to install either R-2.3.0 or the R-patched_2006-05-10 on the version of AIX I am on. I will post those errors in a separate posting from this.) So far, configure and make finish without error for R-2.2.1 using gnu make, gcc-4.1.0, and
2006 Jan 07
4
To Chris Hall - Re: DB Modelling the Rails way - Opinions??
Chris, Finally got time to fully play with your suggestions. Had to re-code a bit of stuff but the concept works - just like a bought one :~). Many thanks for the solution, Kind Regards, Eric. For those curious - here''s what it was about; On Monday 02 January 2006 02:10, Eric Sloane tried to type something like: > Hi, > I''m trying to figure the most efficient way to
2006 Mar 28
1
Rails generates query with reserved word for field name
For some reason, rails is generating this SQL: SELECT FIRST 1 * FROM questions WHERE (parent_id IS NULL) ORDER BY position DESC 1. There is no column named position referenced in my code. 2. POSITION is a reserved word in SQL92. It is the name of a string function that returns the offset of one string within another. I believe that this is a bug in Rails. Either position should be
2011 Jan 04
0
zpool import hangs system
Hello, I''ve been using Nexentastore Community Edition with no issues now for a while now, however last week I was going to rebuild a different system so I started to copy all the data off that to my to a raidz2 volume on me CE system. This was going fine until I noticed that they copy was stalled, as well as the entire system was non-responsive. I let it sit for several hours with no
2020 Feb 20
0
Unknown setting error with dovecot-sql.conf.ext
OMG, that was it, so sorry to have wasted your time. The text editor I am using (Ultraedit) is adding a BOM (Byte Order Marker) to the beginning of the file. I have disabled this in settings but it keeps doing it. Thank you so much for pointing me in the right direction. After removing the 3 invisible characters from the dovecot-sql.conf.ext file it magically worked. Andy -----Original
2008 Mar 15
4
Error with GTA on one box, not on another
Hello, Running GTA (the first one, freely available on Rockstar site -> http://www.rockstargames.com/classics/gta.html) on my laptop, I have no problem in fullscreen. However, on my desktop computer, where I tried to run GTA from freevo, I got the error message "Error 296.473 - Cannot find the default display mode". A strings on executable showed me that it is a message from the
2003 Apr 10
1
Setting up ADSI
I have searched through the archives to no avail. Can someone give a quick overview or starting point for ADSI. I just received a 390 and was told that it is unlocked. But am not sure of the next step... I have tried a limited test using the adsi.conf and received: -- ADSI Available on CPE. Attempting Upload. WARNING[106510]: File app_adsiprog.c, Line 1211 (adsi_process): Invalid or