Displaying 20 results from an estimated 100 matches similar to: "Visual Fox Pro 9 with dBase tables"
2008 Jan 30
4
Loop with variable index
I have a list of 20 values.  The first time through a loop I want to find the
mean and stnd.dev. of the first two values; the second time through the loop
I want to find the mean and stnd. dev. of  the first 3 values, etc. until
the last time through the loop I want to find the mean and stnd. dev. of all
20 values,  so I end up with 19 means and stnd. deviations.
How would I construct such a loop?
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.
2005 Dec 14
2
RE: Form.serialize and Ajax.Request->fileserialization and encoding
I''d bet money that they use a hidden iframe.  Gmail already uses that to
avoid breaking the back button, from what I''ve read.  It''s impossible to
send multipart form data through XMLHttpRequest, or so everything I read
says and my own personal attempts confirm.  There is an IE ActiveX
plugin that will let you send files in a similar fashion, but it''s IE
only.  I
2010 Jun 18
3
free ftp server
Hi,
I'm looking a linux freeware for sharing file with a web browser
interface - protect file by password, send link to download by email....
Something like the following service:
https://www.yousendit.com/
http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati
ves/
The idea is to install this service in OUR server for sharing files
beetwen other company. For
2005 Dec 14
1
RE: Form.serialize and Ajax.Request ->fileserialization and encoding
I''ve not looked into how it''s done but adding an attachment in Gmail (UK version) uploads the file without refreshing the window, and http://www.yousendit.com <http://www.yousendit.com/>  appears to send a file via some sort of RPC or AJAX. Maybe this could be another starting point for you.
 
Paul Shannon
Web Applications Developer
 
Codeweavers Limited
 
Tel: 0870 443
2009 Oct 27
3
Non-normal residuals.
Hello,
I asked a question about what the most likely process to follow if after a time-series fit is performed the residuals are found to be non-normal. One peron responded and offered to help if I supplied a sample data set. Unfortunately now that I have a sample I have lost the emai addressl. If you are that person or have some ideas please email me back at rkevinburton at charter.net.
Thank
2009 Jan 07
6
online service to host/share theora&vorbis encoded ogg files
hi, 
i am looking for a free hosting / file transfer service to share theora and vorbis encoded ogg videos. i have been making a series of contemporary art projects titled "a copyleft crowdsourcing free/open source project" with art students in gropus of 50-120. as a part of the project we want to share the video and audio content created for the project as copyleft and  free/open
2007 Mar 19
1
Packet Tracer 4 with Wine
I got packet tracer to install just fine with Wine, but when I launch
it...the splash screen comes up and then it just closes. Any advice?
This is the first program that I've ever tried to run with Wine.
2016 Jan 20
0
WARNING you cannot build info or html versions of the R manuals
On 20/01/16 12:20, Tom Callaway wrote:
> On 01/18/2016 08:50 PM, Rolf Turner wrote:
>> Okay; tried this.  The executive summary is:  It didn't work.
>
> I normally would charge a modest fee of a good bottle of liquor or a
> six-pack of craft beer for the following lesson, but in the spirit of
> easing your suffering, I shall do it once more at no charge. ;)
Well, if you
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails
I followed everything here but at the last I get when loading page 
get_results
Can only handle a String or a Query.
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
#{RAILS_ROOT}/app/models/result.rb:27:in `search_each''
#{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2009 Jan 07
4
xentrace and MSR_READ/MSR_WRITE
I am trying to learn some more about the way windows does TPR writes,
and tried xentrace for the first time.
I did ''xentrace --time-interval=5 xentrace.out'' to capture some data,
and then ran it through ''xentrace_format'' using the supplied example
defs file. I can see some PF_XEN entries with virt=0xFFFE0080 (address
of TPR), but I want to know the value being
2006 Jun 09
0
Need to react to row additions in dbase table
Hello,
I need my rails app to react to row additions on table in the dbase. Is 
there an elegant way to handle this in rails? Essentially I am treating 
the table as a sort of queue from which I pull items and process, one at 
a time.
Thanks,
Doug
-- 
Posted via http://www.ruby-forum.com/.
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
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 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?
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
2008 Jul 29
0
RE: Similar to yousendit application
Hi all, i need some help on ruby on rails programming.
Please do guide me as I am still new to ruby on rails.
I need to do a application similar to yousendit.com. But i am stuck on
how to go on.
This is how my application should flows:
1. The user enters his email and the receiver''s email, subject and
message
2. The user then click browse to upload the file.
3. Once the user hits
2011 Sep 29
0
Re: Visual Fox Application in Wine
nicomartino wrote:
> 
> 
> If you could give same intro about refox It is helpful for me.
> 
> Thank a Lot.
It depends on what you do with it. Look in here: http://fox.wikis.com/wc.dll?Wiki~DecompilingVFPExes
2008 Aug 12
0
Not file system fox xbd0 (dev 0x8e00) cannot mount root, error =79
I get the following error does anybody know how to fix it.
Thanks,
root device (default xbd0a): ex0
use one of: xbd0[a-p] xennet0 md0[a-p] ddb halt reboot
root device (default xbd0a): xbd0a
dump device (default xbd0b): xbd0b
file system (default generic): generic
root on xbd0a dumps on xbd0b
mountroot: trying lfs...
mountroot: trying ffs...
mountroot: trying ext2fs...
mountroot: trying nfs...
2007 Apr 24
0
Fox Pro 2.6 on FreeBSD 6.2
hello wine-users@
I am putting out some feelers to see if anyone has had any luck
running FoxPro 2.6a(16 bit) on FreeBSD under wine
when I try I get a threading error when I use wine 0.9.35, and I would
be interested in knowing if it is atleast possible to get FoxPro apps
to run in Wine on FreeBSD, if anyone has any pointers Please let me
know. or even if you can just confirm that it does infact