Does anyone know how to set Range, To and From options in PrintOut method following a MailMerge? I want to manage PrintOut method because zilde argument...
Too early to say what it will look like or even if/when we will decide to do something like this. Due no doubt to my background, my mental model is some...
... I agree that this forum is not the place for detail design. I'm expressing a broad preference for new language features that fit organically with the...
... One example that comes to the top of my head is running an FTP task, where I'd be happy to fire it off and get notification that it was done. ... < I have...
Hi, I have a Grid that I want to change the text color in one cell and also the backround. Is there a way to do this with SetCellType ? TIA Lenny Alexman...
Yes, see the Help info for the CellTypes property - which describes the array and other properties you need to build/set first, then use SetCellType to...
I have seen that in the help. I tried many combinations and I can only change the grid lines and not a cell color. Is there somewhere better examples of how to...
My trusty old ringBell function (which relied on ⎕na) recently stopped working. I rewrote it using two of my favorite Dyalog features: dfns & .net. ...
... Difficulties arise when you have independent properties you want to address in different cells. In Richard's example above, say, you also want to be able...
It sure is fun. Thanks for the responses. What is the difference between using f.g.Fcol and f.g.QUADWS 'Fcol' ? I looked under Fcol in help and the parameters...
... "New school" vs. "old school" perhaps? Functionally they are equivalent. ... I think the Help is quite complete. The first example below assigns FCol to a...
Watch out: spelling is case-sensitive. Setting Fcol executes but has no effect on the grid; setting FCol does the trick. Your code doesn't have to look...
Thanks Again for the help. It is starting to make sense now. I guess going from APL on an IBM 360 to modern day APL is a lot different. Plus learning all the...
One could potentially implement CellTypesEx (following MS's bad example of how to name something that extends an existing concept without changing the meaning...
Tend to agree with Ray - especially about keeping the 'listener' as robust as possible! But surely there already exists a good conceptual model for inter-task...
... Thinking a little more about this - I guess I'm looking to the possibility of spawning off a task that may not know that it was written for such a purpose,...
... Don't see why not, and in the spirit of an oldspeak/newspeak Rosetta Stone (adapted from the GUI help file)... ? foo w;F [1] :Select w [2] :Case 0 ...
... Good! I love this approach. Then let me add a couple of comments and suggestions to try out if you are really bold. ... I commend this style but be warned:...
Tx â€" Posn was what I needed. Watch out for replacing names with refs when setting event handlers. Refs to fns are no doubt harmless, but if you pass some...
"indestructible self-referential form" -- I hate it when that happens. ... From: "Stephen Taylor" <sjt@...> ... "indestructible self-referential form"...