search for: reginaldo

Displaying 4 results from an estimated 4 matches for "reginaldo".

Did you mean: reginald
2008 Apr 03
1
Re: help needed running visual FoxPro 6 application
Tenho o wine instalado no Fedora 6 e quero rodar o VFP, mas quando executo o VFP aparece "erro ao conectar com SQL. No nodo texto aparece "err:CoGetClass {854d7-bc3d-11d0-b421-00a0c90f9dc4} not registred. O que eu posso fazer? cid:image001.jpg at 01C8625E.FF0BF240 Reginaldo Mendes da Cruz Analista de Suporte e Sistemas Fone:(011) 5503-4206 <mailto:reginaldo at tecnomania.com.br> reginaldo at tecnomania.com.br <http://www.tecnomania.com.br> www.tecnomania.com.br -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www...
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 <...
2012 Jul 25
0
How to play DTMF digits without blocking
...st,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 with read application. Thanks your help. Reginaldo d'barros+5504185 9919 6279 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120725/67dcd483/attachment.htm>
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