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...
... -> 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@...
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, This will open a new instance. 'Excel' []WC'OLEClient' 'Excel.Application'('InstanceMode' 'New') Diane L. Hymas Phone (856) 224-2691 dyalogusers@ya ...
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....
Not sure what Alexey thinks I did wrong there. ... From: "John Scholes" <john@...> To: <dyalogusers@yahoogroups.com> Sent: Thursday, March 09, 2006 2:12...
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...
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. ...
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...
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...
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 |...
... 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 -...
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"...
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...
... 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 ...
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...
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...
... []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 ...
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...
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”. ...
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 ...