Search the web
Sign In
New User? Sign Up
dyalogusers · Dyalog APL
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2095 - 2124 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2095
Hi, I'm sure I knew how to do this in the past, but I can't find the solution..... How do I create a NEW Excel session under Dyalog, rather than latch on to a...
Paul S. Mansour
psmansour2000
Offline Send Email
Mar 8, 2006
6:31 pm
2096
... -> dyalogusers@yahoogroups.com -> psmansour2000@... Paul Here is some comments from a workspace that opens office applications, and applies to Excel,...
RAY CANNON CDJ
RAY.CANNON@...
Send Email
Mar 9, 2006
8:43 am
2097
Thanks, but not much help. My problem is that if Excel has already been started manually, then my APL/Automation grabs the same excel session. The reverse...
Paul S. Mansour
psmansour2000
Offline Send Email
Mar 9, 2006
12:53 pm
2098
Paul, Take a look at the InstanceMode property of the OLEClient object. /john ... From: "Paul S. Mansour" <psmansour2000@...> To:...
John Daintree
john_daintree
Offline Send Email
Mar 9, 2006
12:58 pm
2099
Hi Paul Try this. Axel "Paul S. Mansour" <psmansour2000@...> Sendt af: dyalogusers@yahoogroups.com 09-03-2006 13:51 Besvar venligst til ...
ac@...
awcordes
Offline Send Email
Mar 9, 2006
1:14 pm
2100
D'oh! I new it had to be in there. I even read the manual entry on OLClient, but I neglected to scan the list of properties. My bad. Thanks. Paul...
Paul S. Mansour
psmansour2000
Offline Send Email
Mar 9, 2006
1:21 pm
2101
Paul, This will open a new instance. 'Excel' []WC'OLEClient' 'Excel.Application'('InstanceMode' 'New') Diane L. Hymas Phone (856) 224-2691 dyalogusers@ya ...
Diane.L.Hymas@...
diane_hymas
Online Now Send Email
Mar 9, 2006
1:24 pm
2102
Hi John, Are you sure you sent this message to the right address? Alexey Miroshnikov InfoStroy Ltd. 11 Bolshaya Monetnaya str., suite 6. 197101, St....
Alexey Miroshnikov
aim1956
Offline Send Email
Mar 9, 2006
2:03 pm
2103
Hi Alexey, I think it's OK. JD sent it to the dyalogusers group; we all got a copy. JohnS. ... From: "Alexey Miroshnikov" <aim@...> To:...
John Scholes
jmscholes
Offline Send Email
Mar 9, 2006
2:16 pm
2104
Not sure what Alexey thinks I did wrong there. ... From: "John Scholes" <john@...> To: <dyalogusers@yahoogroups.com> Sent: Thursday, March 09, 2006 2:12...
John Daintree
john_daintree
Offline Send Email
Mar 9, 2006
2:18 pm
2105
Hello, I have .NET 2.0 and VS2005 installed. I have encountered difficulty installing Dyalog APL 10.1 .net interface (ASP.NET). There is a problem with...
mik_mik_nik
Offline Send Email
Mar 13, 2006
8:53 am
2106
I will be out of the office starting 03/13/2006 and will not return until 03/16/2006. I will not have access to email but will check voice mail occasionally. ...
Diane.L.Hymas@...
diane_hymas
Online Now Send Email
Mar 13, 2006
11:11 am
2107
Hi Mikhail and Dyalogusers, We have problems with .Net 2.0. We are looking into it... Regards, Vince ... From: dyalogusers@yahoogroups.com...
Vincent Chan
vince_at_dyalog
Offline Send Email
Mar 13, 2006
11:23 am
2108
We have had exactly the same problem and no amount of tweaking helps. The .NET 2.0 machine.config file is very different in a number of areas. An uninstall and...
Paul Grosvenor
paulatoptima
Offline Send Email
Mar 13, 2006
2:33 pm
2109
An interesting story to share.... Last week I was at a meeting in London with about 30 other engineers. In these large & lengthy meetings, there is always some...
steven_w_levine
Offline Send Email
Mar 13, 2006
11:29 pm
2110
... Bravo :) -- WildHeart'2k6 - mailto:stf@... My digipics and blogs: http://spaces.msn.com/members/wildy2k5/...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Mar 14, 2006
7:50 am
2111
Nice ... and sadly I just had to confirm your answer. Paul ... From: dyalogusers@yahoogroups.com [mailto:dyalogusers@yahoogroups.com] On Behalf Of...
Paul Grosvenor
paulatoptima
Offline Send Email
Mar 14, 2006
12:59 pm
2112
Am I correct in presuming that a distinct line was needed in order to []copy the station names data from tube.dws? ... BSc(Math) UNBF'83 Sapere Aude |...
Randy MacDonald
rando0227
Offline Send Email
Mar 14, 2006
2:48 pm
2113
... I think we can assume that he somehow loaded the workspace, maybe by using the File menu if it was in the Most Recently Used list... -- WildHeart'2k6 -...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Mar 14, 2006
2:54 pm
2114
Seen in a map shop in downtown Seattle: Jigsaw puzzle: "The infinite cosmos". 300 pieces. not quite as infinite as you might think then....
johnd@...
john_daintree
Offline Send Email
Mar 14, 2006
4:55 pm
2115
With the current 10.1 installer it seems that you need to modify the .Net 1.1 machine.config file "by hand". The relevant changes are in the "compilers"...
johnd@...
john_daintree
Offline Send Email
Mar 14, 2006
4:57 pm
2116
So 1 line of APL == 100 pieces. Okay. ... BSc(Math) UNBF'83 Sapere Aude | APL: If you can say it, it's done.. Natural Born APL'er | Demo...
Randy MacDonald
rando0227
Offline Send Email
Mar 14, 2006
7:31 pm
2117
Hi all, trying to create an instance throws an exception: (10.1.2) fsw <- System.IO.File.FileSystemWatcher.New {zilde} Shouldn't this work??? Cheers Michael...
Michael Baas
mibaas
Offline Send Email
Mar 15, 2006
1:17 pm
2118
... It's no problem at all to draw a finite map of an infinite area (or volume). Just use a hyperbolic or asymptotic projection ;) See Escher's Circle Limit ...
Dave Gordon
dg32768
Offline Send Email
Mar 15, 2006
2:49 pm
2119
Hmm, I suspect you mean fsw <- System.IO.FileSystemWatcher.New {zilde} along with []USING<-',system.dll' ... which works fine for me. I'll be able to...
johnd@...
john_daintree
Offline Send Email
Mar 15, 2006
4:41 pm
2120
What is the value of []USING ? To use fully-qualified .Net class names, you need to have an empty item in []USING. The manual (dn101.doc) page 7 suggests...
J. Merrill
jamesvmerrill
Offline Send Email
Mar 15, 2006
4:46 pm
2121
... []USING is used not only to specify a .NET namespace to be imported (which can be left empty to permit the usage of fully qualified names) but also to ...
Stefano Lanzavecchia
lstefano2001
Offline Send Email
Mar 15, 2006
4:56 pm
2122
Michael, To expand a little on Johns answer, we believe you have have made the same mistake which I find myself making all the time. I keep assuming that...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Mar 15, 2006
5:51 pm
2123
Forgot an important item of information. If you do NOT specify any DLL’s, you have access to the assemblies which are in the assembly “mscorlib.dll”. ...
Morten Kromberg
mkrom_dyalog
Offline Send Email
Mar 15, 2006
5:55 pm
2124
Thanks Morten, you're exactly right - my[]USING was a bit too lean ;) Cheers Michael ... DLL’s, you have access to the assemblies which are in the assembly ...
Michael Baas
mibaas
Offline Send Email
Mar 15, 2006
7:59 pm
Messages 2095 - 2124 of 5366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help