similar to: Need to react to row additions in dbase table

Displaying 20 results from an estimated 30000 matches similar to: "Need to react to row additions in dbase table"

2006 Jun 13
1
Easy question: need clarification of the form_for idiom
I''ve been trying wrap my head around one specific section of Recipe 57 in "Rails Recipes". The recipe is for image upload and processing. I?m staring at: <% form_for :image, @image, :url => {:action => ?create? }, :html => {multipart => true } do | f | %> ? <% end %> and the associated controller method ?create?: def create @image =
2006 Jun 03
3
Migrating from a legacy Dbase app
All, My company uses Goldmine as its contact/sales opportunity manager. (Uses Dbase for it''s DB). I''m trying to get a Rails app to implement the parts of it we actually use. I''ve been building my Rails app in MySQL. Now I''m need to start getting data from Goldmine into my Rails app. What''s the recommended approach? A one time transfer of data?
1999 Sep 14
2
DBase File locking issues
Hi All, I am experiencing issues with the use of DBase files on a Samba 2.0.5a share, that appear to be due to locking problems. Basically, I have test programs for both DOS and Win32 that does nothing but append records to a DBase database (DBF/MDX files). If more than one client PC is appending to this file, data loss occurs. I get random data loss, with records lost, and index file
2006 Jun 30
2
Need to send email from a worker
Hello, Can someone suggest the simplest way to send email from a worker? At completion, I need to send the results of it''s work to a recipient. Thanks, Doug Turner skype: dduuggllaa -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060629/94d9fb64/attachment.html
2006 Jun 16
2
Need to call C++ processing beast from backgroudrb
Hello, Bravo Ezra for Backgroundrb! What an elegant piece of engineering. I envision many folks like myself looking at our CPU hogging executables and finally seeing a clean path to the Web. I was wondering if any folks have a good strategy for calling out to a C++ (or any other compiled) executable from a worker. Is the only option to call system() from a worker? That feels a bit unsatisfying.
1999 Sep 16
0
DBase File locking
FWIW, i had the same problem (obtaining a byte-range lock with an offset of 0xeffffff0..0xefffffff) quite some time ago causing dBase IV on DOS machines with VLM clients to a mars_nwe server to fail to synchronize. The solution was probably the same as here, to fold this range into 0x7ffffffx. -- Morio Taneda admin,sociology,humanities,karlsruhe university,germany
2006 Apr 29
1
Re: running dBase app with wine
On Tue, 25 Apr 2006 13:52:14 +0200, "Mrkljus" <aposdi@brbr.hr> wrote: >Hi, > >I have a problem running dBase application with wine. Is there any solution >I can try with? > >Has anyone succeeded to run dbu.exe with wine, for example... Use xHarbour ( open source : www.xharbour.org , commercial version : www.xharbour.com which use the open source compiler plus
1999 Sep 16
6
DBase File locking issues (PR#20441)
Jim@Morris.net wrote: > I have finally tracked down the reason I am experiencing problems with > DBase files on Samba file servers - initially Redhat 6, and now on > Caldera OpenLinux 2.2 as well. Great debugging work ! > The DOS client code uses a DBase library called CodeBase to access the > DBase files. When a record is appended to a file, the underlying C > code does the
2011 May 24
0
Realtime dbase table mods
Hi all, Anyone know if it's possible to force asterisk to use 'my_table' for passwords instead of the 'secret' table? S. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110524/eed8d77f/attachment.htm>
2006 Jun 30
0
Fwd: Need to send email from a worker
Begin forwarded message: > From: Ezra Zygmuntowicz <ez at brainspl.at> > Date: June 29, 2006 8:18:10 PM PDT > To: Douglass Turner <douglass.turner at gmail.com> > Subject: Re: [Backgroundrb-devel] Need to send email from a worker > > > On Jun 29, 2006, at 7:45 PM, Douglass Turner wrote: > >> Hello, >> >> Can someone suggest the simplest way to
2006 May 25
3
No joy for newbie Capistrano user
Hello, I tried taking Capistrano out for a test drive and I can''t even get out of the garage. I am following the instructions here: http://manuals.rubyonrails.com/read/chapter/98#page262 As well as Duncan Davidson''s Deploying Rails with Lighty: Deploying Rails with LightTPDhttp://duncandavidson.com/essay/2005/12/railsonlighty Specifically, when I do: rake remote:exec
2006 Jun 17
4
ruby script/console fails to launch
Can someone please explain why I am see the following: <snip> rails/uploadimage> ruby script/console Loading development environment. /usr/local/lib/ruby/1.8/irb/completion.rb:10:in `require'': no such file to load -- readline (LoadError) from /usr/local/lib/ruby/1.8/irb/completion.rb:10 from /usr/local/lib/ruby/1.8/irb/init.rb:252:in `load_modules'' from
2006 Jun 19
10
Lighttpd works fine in development. Production not happening
Hello, I''ve checked out my rails tree from svn into the location I intend to run in production mode. However, I am unclear on what exactly needs to change for it to work in production mode. Yes I have: "bin-environment" => ("RAILS_ENV" => "production") When I switch to the externally routed IP address instead of 0.0.0.0:3000 and try running: %
2007 Jan 25
2
React on select_tag (onchange)
Hi, I''m new in developint rails (but I love rails). I would like to react on changing a field in the view (no model field) from a selection box to show the number of rows (which I used in the controller). In the controller I read the params-hash: ... @rowsperpage = params[''rowsperpage''].to_i ... In the view I have the field, where I like to react directly. ...
2006 Jun 30
2
Rather ominous resource consumption figures
Hello, Yesterday I posted about how to email from a worker. I decided to be a bit piggy and just inhale all of rails. Sorted. I am noticing some rather ominous behavior though. The setup: My worker takes an uploaded image as a param and passes it (via system call) to a C++ image processing engine. Take a look at these memory consumption figures for successive runs uploading the identical image
2006 Jun 16
7
How to pass params to long running system call
Hello, Can someone tell me the best way to make a system call (from within my model) that runs for a while and requires params form my model, specifically attributes of my model. So, I need the correct syntax and also general guidelines for launching the process. Thanks so much. Regards, Doug -- Posted via http://www.ruby-forum.com/.
2001 Jul 18
3
App doesn't react
Hi all, I've downloaded the sources of Wine-20010510 and installed them successfully (I think). But when running a Windows-app, the window is in screen, but doesn't react to my input, like mouse-clicking or typing on the keyboard. Is this a known prob? Thanks in advance, Bram Schoenmakers :-( ;-) :-)
2005 Aug 09
1
Droppable refuse to react
Im having problems with Droppables, and read that there are some attributes on the element that must be inline. What are those? I''ve tried to copy some of the code from the shop-demo, and my code seems to have the exact same attributes and more. The problem is that the droppable refuse to react whenever I attempt to drop a draggable on it, the onDrop does''nt seem to trigger.
2011 Sep 09
0
Re: Visual Fox Pro 9 with dBase tables
If you want an excellent POS system (http://www.retailexpress.com.au/) on the cheap, you should try Retail Express. The offering of Retail Express doesn't require expensive hardware because of its cloud-based nature.
2011 Jun 09
3
Visual Fox Pro 9 with dBase tables
Hi everyone. I have a though one here. In a friend's company they use n accounting and POS software which was designed by someone that passed away. The problem is that he doesn't have much money right now, thus can't license windows and MSoffice in his office. I offered him the possibility of using Linux (Mint or Ubuntu) and having him run the software on Wine. This is the software