similar to: Re: help needed running visual FoxPro 6 application

Displaying 10 results from an estimated 10 matches similar to: "Re: help needed running visual FoxPro 6 application"

2008 Nov 16
3
chisq.test with simulate.p.value=TRUE (PR#13292)
Full_Name: Reginaldo Constantino Version: 2.8.0 OS: Ubuntu Hardy (32 bit, kernel 2.6.24) Submission from: (NULL) (189.61.88.2) For many tables, chisq.test with simulate.p.value=TRUE gives a p value that is obviously incorrect and inversely proportional to the number of replicates: > data(HairEyeColor) > x <- margin.table(HairEyeColor, c(1, 2)) >
2008 Apr 04
0
Re: help needed running visual FoxPro 6 application
Hello, Here are the relevant registry entries from a Windows 2000 SP4 system with all patches applied: 1. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4} - Default: "VsHelpServices Class" 2. HKCR\CLSID\{854D7AC5-BC3D-11D0-B421-00A0C90F9DC4}\InprocServer32 - Default: "D:\\Program Files\\Common Files\\Microsoft Shared\\vs98\\VSHELP.DLL" - ThreadingModel:
2006 Jun 12
2
help needed running visual foxpro 6 application
hi, i am trying to run an app written in visual foxpro. i am a real n00b when it comes to wine... here are the errors i get when trying to run it ---8<-----8<------ $ wine itm/itm.exe fixme:ole:CoRegisterMessageFilter stub err:ole:CoGetClassObject class {854d7ac5-bc3d-11d0-b421-00a0c90f9dc4} not registered err:ole:CoGetClassObject class {854d7ac5-bc3d-11d0-b421-00a0c90f9dc4} not registered
2012 Jul 25
0
How to play DTMF digits without blocking
Hi there, I need a way to play digits received from user's phone without to block line from receive some more. For example: exten => test,1,playback(type_your_age)exten => test,n,read(aux,,1)exten => test,n,saydigits(${aux}) ;HELP ME: In this moment, user can't type anything... I would like to play digit without force the user to pause.exten => goto(2) There's no need to be
2003 May 02
5
SIP Peers unreachable
Hi Everyone, I'm new to * and I'm trying to setup a small configuration of SIP clients. Eventually when I get this working I plan on expanding with a Digium developers kit to add analog phones and PSTN access. My two end points are an Xten softphone and a Mitel 5055 SIP phone. Both peers seem to register with * but I cannot call to one another. When I dial the associated extension, the
2012 Mar 15
6
Erro na página
Nunca tive contato antes com Ruby on Rails. Temos um servidor aqui no serviço que foi configurado para receber aplicações Ruby. Na máquina local, o site estava funcionando perfeitamente. Agora existe este erro: http://planarias.each.usp.br/. Alguém já teve alguma experiência com esse tipo de erro e poderia me ajudar? -- You received this message because you are subscribed to the Google Groups
2004 May 10
0
Samba 3 com a autenticação Active Directory - getent password
Ol? Segui todos os procedimentos pulicados no site para aintegra??o do Samba 3.o com o ADS , por?m quando executo o comando "getent passwd " apenas ? apresentada a lista de usu?rios locais, n?o ? mostrada a lista do AD... o que aconteceu ? Podem me ajudar? Ornellas
2010 Dec 23
1
Running sweave automatically using cygwin
Hi all, Hope someone could help me. I am trying to run automatically the conversion of an Rwn file to a tex file. I am using windows 7, and cygwin. I tried to run automatically the Sweave.sh script, in its the most recent version available at R webpage: http://cran.r-project.org/contrib/extra/scripts/Sweave.sh Unfortunately, I got this error message: =========================== Raquel at
2010 Jul 05
2
Help - Google Charts on Rails Plugin
Hello, I''m starting at the RR, and I''m trying to use google charts to generate some graphs in a single plugin in rails. But I''m testing the samples that are giving errors. I think it must be configuration error. Someone who has used google charts on rails help me? Since already thank you! Juliana. =================================================================
2014 May 19
0
Can ActiveRecord::Base.connection.schema_search_path be set per process?
I am building an app that every company has it own private schema(Postgresql). For every requisition, I set the Postgres search path in a before_action like this: ActiveRecord::Base.connection.schema_search_path = 'company_id, public' If I have multiple Unicorn workers, and one worker 'A' set the path, while another work 'B' set the path before worker A has finish, I