Yep, updating did the trick. I was on 6.12, but there was one newer one. I updated and now it works fine. Thanks! John From: ntb-clips@yahoogroups.com...
Lotta-- I'll play with it, now that you've given me a hint. Any pointers to where it might be explained? ... Sheri, That's great, thank you. If I can figure...
... I don't think I've ever used this option, so I'm not sure, but I don't think there is any explanation more than the examples under the list of field...
... You can put ^! in front of any exe name on your path to execute the exe in a clip. MSHTA.exe (on XP) is in Windows\System32. Its purpose is to launch html...
I found a new problem with these files - there are non-printing spaces in it. I see printing spaces and CR's, but these are apparently a high-order space which...
... You probably meant non-breaking spaces which are hex A0. Unless they show as question marks when opened in the normal way, they are within the 256...
... I'd completely forgotten that, I don't think I've used it since mini-notetab! And of course I'm not familiar with mshta.exe -- thanks for the info. ... ...
Here's a quick clip to add an HTA tag. It doesn't check for incompatibilities (ie: border vs caption, icon is an image, etc.) so be wise. And it doesn't use...
... OK, in my case, there were a series of html documents with links among them, not bookmark anchors within the same document. ... You're welcome, glad I...
... I posted an updated version of the clip here: <http://tech.groups.yahoo.com/group/ntb-clips/files/John%20Shotsky39;s%20Stuff/Cliptext.txt> It now replaces...
Sheri, Thanks, it all works as expected. Some of your code was way above my understanding, but I'll study it and learn some more from you, as usual! John...
Good day all Has anyone got some code for detecting the end of a topic in an outline file? I know about ^$IsOutlineDoc$ but that seems to be all there is which...
Hello, You can shoot me, but only now I've discovered that adding "clipcode" in the first line of a template makes it easy to do some input. Example: ^?[Titel]...
... Each time you advance you could compare the topic index number ^$GetTopicIndex$ with the index for the previous position (stored as a variable). If they're...
... Try using ^!SaveValue and ^$GetValue$ for setting and retrieving values from multiple contexts. The values are then saved and retrieved from NoteTab's ini...
... I think this isn't a solution, because the input is always different. The templates represent chapters. Say 10 chapters = 10 templates with same author,...
... So set a new variable, but give it a default value from the ini. Save the new value into the ini. ^!Set %title%="^?{Title=^$GetValue(latestTitle)$}" ...
Hi Sezor, I _think_ (don't have NoteTab handy) that ^!Select All ^!Set %endoftopic%=^$GetRowEnd$:^$GetColEnd$ will get you to the end of the topic. Anothe...
I have data as follows: Region 1 Division 1 Alpena Region 1 Division 1 Auburn-Bay City Western Region 1 Division 1 Flint-Carman-Ainsworth I need to have it...
There are apparently ways to work into solutions. Sheri sent me a few suggestions and when I said you were helping, she suggested the previous version to...
^!Set %var%="^$GetPath$" ^!Set %var2%="^$GetDocName$" ^!Info [C]one: ^%var% ^!Info [C]two: ^%var2% GetPath doesn't work the same as GetDocName. I think it...
... Don't think that was exactly as sent, however here is another version that may address your other issues. Regards, Sheri ... ^!If "^$GetSelSize$" = "0"...
... ^$GetPath$ gets the path portion of a file name. If the current document is a file, you can use ^$GetPath("^$GetDocName$")$ to get the path of the current...
I did merge Sheri's with Don's and changed a couple of lines to make it work for my purpose (The ^!Close discard was removed at the end, it was creating the...
That is what I ran into, so I renamed the docs in my earlier version and that allowed them to be saved under the clip's function after the file name had been...