Displaying 20 results from an estimated 800 matches similar to: "Office 2007: can't run vb code from Access (and Excel)"
2009 Jul 10
3
strange strsplit gsub problem 0 is this a bug or a string length limitation?
I was working with the rmetrics portfolioBacktesting function and dug into
the code to try to find why my formula with 113 items, i.e. A1 thru A113,
was being truncated and I only get 85 items, not 113.
Is it due to a string length limitation in R or is it a bug in the strsplit
or gsub functions, or in my string?
I'd very much appreciate any suggestions
============Input script:
2005 Apr 17
1
nls segmented model with unknown joint points
Hello,
I am interested in fitting a segmented model with unknown joint points
in nls and perhaps eventually in nlme. I can fit this model in sas (see
below, joint points to be estimated are a41 and a41), but am unsure how
to specify this in the nlm function. I would really appreciate any
suggestions or example code. Thanks a lot. -andy
proc nlin data=Stems.Trees;
params b41=-3 b42=1.5
2010 Nov 12
0
Can't access visual basic code under MS-Access
Hi all
My config:
Debian squeeze
Linux 2.6.32-5-686
Dell Latitude E4300
Wine version 1-1-42
I havec setup MS-Office 2007 without problem
Winecg gives for the libraries
*gdiplus (native)
*msvcr80 (native, int?gr?e)
*msxml3, 4, 6 (native, int?gr?e)
*odbc32 (native, int?gr?e)
odbccp32 (native, int?gr?e)
riched20 (native, int?gr?e)
odbc32 (native, int?gr?e)
riched20 (native, int?gr?e)
usp10
2004 Sep 08
4
WellGate 3504A with Asterisk SIP authentication and config
hey * folk,
am trying to configure a WellGate 3504A FXS SIP ATA
(http://www.welltech.com.tw/products_ea01.htm) with asterisk. i've set
up two SIP clients in sip.conf as follows:
[general]
port = 5060 ; Port to bind to
bindaddr = 0.0.0.0 ; Address to bind SIP channel to
context = default ; Default context for incoming calls
[1235]
host = dynamic
secret = somepass
context = default
type
2008 Dec 21
6
Games performance with wine
I've been using Linux Ubuntu for a few days, but I already love it :) However, when I'm running windows games under wine, I get less than 10fps, while under windows they work really fast. I have installed latest Nvidia drivers from ubuntu repositories and Direct X 9c under wine (yes, dxdiag works, and it passes all the tests). I have also seen on youtube, that many people don't have
2006 Jun 24
6
Ajax fade effect
I have a list of categories, when I delete one of them, I want that item
to fade and then get removed. So I do the following:
1. home_controller:
def delete
@category = Category.find_by_name(params[:name])
@element_id = @category.name
Category.delete_all(["name = ?", @category.name])
end
2. delete.rjs:
if @element_id
page.visual_effect :fade, @element_id
2006 Jul 04
1
Column Selection
Hi All,
I have 500 variables time series data for 10 years data. I have sorted 10 out of them according to them. Now my group is giving character string. But i want to fetch those varaible data from theoriginal data. How can i do this?
Suppose, total is the data of 500*1500 data. Now i sort 10 variables.
>grp
>"A41" "A48","A489"
Now how can i fetch only
2006 Jun 29
1
RCOM Package
Hi list,
I just installed the rcom package and tried to read/give out some values
from/to Excel. Altogether it works great... but nevertheless I don't know
how the syntax works or in other words: "Which command needs which
parameters?"
Is there somwhere a manual about this package with good examples? I've read
the Package description... but there are not really good
2009 Jun 27
1
Creating Excel-Charts via RDCOMClient
Hi R-users!
I'm trying to create an easy Excel chart using the package RDCOMClient. The
following example is working fine:
#-------------------------------------------------------------------
library(RDCOMClient)
xlLocationAsObject <-2
xlXYScatterSmoothNoMarkers <- 73
ex <- COMCreate("Excel.Application")
wb <- ex[["Workbooks"]]$Add()
sh <-
2014 Jul 10
2
lpxelinux hangs under Intel Boot Agent 1.3.81 (2.1 build 089) on Dell Optiplex 990 BIOS A16
Trying to PXE boot a Dell Optiplex 990 with BIOS A16, which has Intel
Boot Agent 1.3.81 (2.1 build 089). It gets network and launches
lpxelinux.0, I see the PXELINUX banner line, but there it hangs.
I tried both 6.03-pre18 and 5.10, same hanging behavior. If I instead
use pxelinux.0 or gpxelinux.0, either 6.03-pre18 or 5.10 or 4.07, there
are no problems. The problem seems isolated to
2005 May 26
1
Help needed - Use of RSrvr in macro mode
Dear All,
I am experiencing a problem for which I need some help.
I have created a small file containing a simple function
File name = smalltest.r
Content :
smalltest=function(extvar)
{
itworks=paste('Ca marche',date())
setwd("c:/windows/temp")
write.table(itworks,file="resultat.csv", append=FALSE)
}
This function works when operated from R environment
To get
2007 Mar 10
3
long character string problem
Hi All
I am having 2 very long character strings (550chars) and I want to put them as
expressions together with c(). The problem is that I also get these
double-quotes, as seen below in 'fct'. How can I remove these double-quotes? I
tried as.name() but it did not work (because of size?). These are creating
trouble with subsequent programs, which I tested with strings that for some
2003 Jun 02
1
wine and OLEDB
hi,
I am trying to install a VB accounting app, that uses Oracle DB. The app is running till it reaches DB connection. I installed unixodbc and oracle drivers atfndapl.fnal.gov/~dbox/oracle/odbc and builtin odbc32.dll.
At this point I get an errror,
err:module:import_dll No implementation for ODBC32.dll.176 imported from C:\Program Files\Common Files\System\OLE DB\msdasql.dll, setting to
2005 Sep 20
2
script.aculo.us: pause before effect.appear
I''ve created a simple script (below) which calls the effect.appear script in
order to make a group of items appear at the page load. I would like to have
the images randomly appear at different times; e.g. the 3rd image might
start appearing 2 seconds after load, the 6th image immediately after load,
the first image 1 second after load, etc...
How can I achieve this affect?
---
2008 Jan 03
0
[LLVMdev] runtime optimizations in LLVM
Hi Kamal,
On Jan 2, 2008, at 05:57, Kamal R. Prasad wrote:
> (im new to LLVM , so pl excuse if this is a naive q).
Welcome!
> Can someone provide info on what runtime optimizations are done in
> LLVM?
You can use any of LLVM's optimizing transformations in a JIT context.
There's a list here:
http://llvm.org/docs/Passes.html
Unlike Java, you're in the driver's
2006 Dec 31
7
zero random effect sizes with binomial lmer
I am fitting models to the responses to a questionnaire that has
seven yes/no questions (Item). For each combination of Subject and
Item, the variable Response is coded as 0 or 1.
I want to include random effects for both Subject and Item. While I
understand that the datasets are fairly small, and there are a lot of
invariant subjects, I do not understand something that is happening
2013 Feb 04
4
If() values in one dataframe then return values from another
I have a large data frame ("data1") that looks like:
A1 A2 A3 A4 A5 A6 A7 A8 A9 A10 A11 A12 A13 A14 A15 A16 A17 A18 A19 A20
[1,] 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0
[2,] 0 0 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 0 0 0
[3,] 1 1 0 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0
[4,] 1 1 1 1
2012 Jan 25
1
Arcview 3.2
"worked" (except mostly font glitches & help) on Wine 1.2.3 on Ubuntu
10.04 LTS since I installed it ~6 months ago. I used it daily, until
4 days ago, about the time I installed QGIS. Since then it won't
launch:
jack at freekbox:~$ env WINEPREFIX="/home/jack/.wine" wine
C:\\windows\\command\\start.exe /Unix
/home/jack/.wine/dosdevices/c:/users/jack/Start\
2017 Oct 05
3
dealing with a messy dataset
dear Jim,
Thanks for your reply and your proposition.
I forgot to provide the header of the dataframe, here it is:
================================================================================
Byte-by-byte Description of file: lvg_table2.dat
--------------------------------------------------------------------------------
Bytes Format Units Label Explanations
2009 Apr 03
1
Wine hangs vb program after 3/4 seconds
Hello all,
I have made the program run using winetricks to install a bunch of packages into my wine drive. So the program is running BUT it hangs (disapears) after 3/4 seconds it is started.
I have this debut output (using verbose):
Code:
[nata at localhost bin]$ ./wine --verbose --cx-app mycommerce.exe
CXConfig->read(/home/nata/cxoffice/etc/cxoffice.conf)
Product version=7.1.0
Running