Displaying 20 results from an estimated 600 matches similar to: "VB, Access based program on Linux"
2006 May 12
2
Pluralization of non-noun names
People,
I have an insurance company client and for the last eleven years I have
wanted to completely redevelop their system from scratch. However, the
boss has never been interested in hiring a team to develop the new
system (partly because of the cost and partly because of some famous and
expensive development failures in the industry) and has always insisted
on incremental development of the
2006 Mar 14
0
RoR consultant required in UK
I am at the initial stages at looking for costs for some RoR on-site
consultancy \ training and knowledge transfer
We are a small (4) developer section of a logistics company and I am
currently looking for the best language \ platform to redevelop our 40+
man-year, VB6 application into a state of the art browser based
application.
The current app has 1200+ stored procedures, 130+ tables and
2004 Jul 02
2
Active X Component Can't create object error while runn ing vb application
Satish:
Does your app uses any AX controls?. If so, it should be registered.
Partha Saradhi
-----Original Message-----
From: Satish A. Lele [mailto:satishl@spidersystems.co.in]
Sent: Friday, July 02, 2004 11:53 AM
To: wine-users@winehq.org
Subject: [Wine]Active X Component Can't create object error while
running vb application
Hello,
I am using Red Hat Linux 9. I am trying to run
2013 Jun 14
1
How to interactively create manually guided Decision Tree
I am new in using R. I want to know all about building decision tree model
in R.
Few options which I searched are rpart and rattle to build a decision
tree.Both the functions are giving me splits which are statistically
appropriate.
But I am not able to figure out how to change those splits as per my
business requirement.
for example : the automatic split of Age by using rattle is > 30 and
2023 Apr 13
2
Synology shares not accessible...
Hi,
to all of you which are using Synology NAS systems.
With SMB-Service 4.15.9-0631 no longer shares are accessible via domain
group rights from a Samba 4.17.7 domain.
It seems the same error described in the following mail trails:
"No longer access to shares after upgrade to 4.17.3"
"File server joined to a samba domain accessed by windows 10-11 clients,
works via ip no via
2011 Mar 20
0
has_many :through
Hello,
I got 3 models,
1) Post
2) PostTag
3) Tag
When creating/assigning tags in model Post, using tags <<
new_or_existing_tag, I need to specify an additional attribute for the
join table.
How do i specify the attribute.
Thanks.
Neelesh
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email
2007 Feb 10
0
Where to upload my program ?
Hi,
Thanx Dan and all and sorry for late reply as I have so exams. Ok As you
told Dan where should I upload our program. And Compiled program will be ok
?
Please reply
Neelesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-users/attachments/20070211/b6ba0413/attachment.html
2009 Apr 10
6
ActiveX error when running an application(VB 6 based)
I am trying to run a home made Visual Basic 6 application on SUSE Linux
Desktop 10, using "wine-1.1.18-2.1"
Installation of VB 6 Application went smooth, and creates the directory
under "/root/.wine/drive_c/Program\ Files/PrjPatientInfo".
I then did the following
# cd /root/.wine/drive_c/Program\ Files
# cd PrjPatientInfo
# wine cmd
C:\Program Files\PrjPatientInfo>
2008 Feb 13
1
Does goodfit() require frequency count of the numbers or numbers themselves?
Hello,
I am a student and for project I need R.
I have one problem regarding function goodfit().
Does goodfit() require frequency count of numbers or numbers themselves?
For example suppose I have data say 150 readings.Do I need to use goodfit()
directly on data or
should I make suitable no of bins and then apply goodfit()?
Aswad
[[alternative HTML version deleted]]
2001 Nov 06
0
What's the current status of the LDAP integration?
Hello
Note long ago, we have writtten an LDAP-administration tool to integrate
several linux-services such as mail-routing, authentification throug pam to
the ldap server, AND AN SAMBA INTEGRATION. This solution (GPL) is based on
the OpenLDAP-Version 1.2. Newer enquiries shows us that with the
release-change of the openldap has made some changes by the use of the
schemata and its integration in
2008 May 15
1
VB apps
What is the expected compatibility of a VB6 executable project that makes use of:
- Jet database engine to access Microsoft Access database files
- several windows based (widely available) OCX and COMM files such as MSFLXGRD.OCX
- access the Windows Registry files
- activeX files
- some access to text files
Most of these things are fairly vanilla I would think, but just in case, I thought I
2007 Mar 19
1
VB database app
Hi, newbie wine user here with a little vb app issue. After installing
an app along with associated OCXs and DLLs, I get the following error
when the app is run:
Error: (frmMain. ... ) ActiveX component can't create object.
Anyone direct me where to go from here? I'm trying my hand at my own
distro packed with a number of Windows apps tailored for specific use
(i.e. no apps of this kind
2008 Feb 10
1
Error in optim while using fitdistr() function for estimation of parameters
Hello,
I am trying to fit distribution for data consisting of 421 readings.It is
basically no of requests arrived per minute.It contains many 0 entries as no
of requests.When i use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
What should I do ? I need
2008 Feb 09
1
Problem with fitdistr function while estimating parameters
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2008 Feb 10
1
Error while using fitdistr() function or goodfit() function
Try changing your method to "ML" and try again. I tried the run the
first example from the documentation and it failed with the same error.
Changing the estimation method to ML worked.
@List: Can anyone else verify the error I got? I literally ran the
following two lines interactively from the example for goodfit:
dummy <- rnbinom(200, size = 1.5, prob = 0.8)
gf <- goodfit(dummy,
2008 Feb 09
1
Problem with fitdistr function
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2009 Nov 12
2
package "tm" fails to remove "the" with remove stopwords
I am using code that previously worked to remove stopwords using package
"tm". Even manually adding "the" to the list does not work to remove "the".
This package has undergone extensive redevelopment with changes to the
function syntax, so perhaps I am just missing something.
Please see my simple example, output, and sessionInfo() below.
Thanks!
Mark
require(tm)
2012 Apr 12
0
Live migration of instance using KVM hypervisor fails
Hi,
I am trying to migrate a running instance, but it fails with the following error:
$ virsh migrate --live instance-00000008 qemu+tcp://10.2.3.150/system --verbose
error: operation failed: migration job: unexpectedly failed
I can see following in the instance specific qemu log directory (/var/log/libvirt/qemu/instance-00000008.log) on the destination host:
2012-04-12 03:57:26.211: starting up
2004 Apr 16
0
VB 6.0 Implementation of cwRsync 2.5.7 Questions...
Tevfik:
I see from your experience that you have Visual Basic. I'm attempting to develop a file deployment/synchronization application using the cwRsync product in a VB 6.0 environment. It will run continuously on a Win box and need to communicate with both Win and UNIX clients. Is this possible?
I inferred that I only needed to run the cwRsync install, which did install the rsync
2005 Feb 02
0
How to run R-script from remote VB program
I have installed D COM server1.35 and can send a line
of R code and get a result from my VB (.net) program.
So I located all the R commands in a file ("a.R") in
the dir path ("c:\") then call VB using source as
below.
Dim RLink As StatConnector
RLink = New StatConnector
RLink.Init("R")
dim str
str = "source(" + """" +