Hi all! How can I run a clip from a hyperlink ?If I can run an external program,I can not run an 'internal39; one?...
11497
Larry Thomas
back3home2003
Jan 10, 2004 6:48 pm
Hi, ... Your meaning is not quite clear to me. If you are refering to NoteTab's Hyperlinks, I know you can run external programs as in: · The following...
11498
Larry Thomas
back3home2003
Jan 10, 2004 6:53 pm
Hi, There is a typo here. Remove one of the forward slashes: ["C:\Program Files\NoteTab Pro\NotePro.exe" //L="LibraryName:ClipName"] Should be: ["C:\Program...
11499
Dave
david_99_au
Jan 11, 2004 2:37 pm
hi something like this I think * URLs are also valid. However, if the link does not start with the typical "www.", then you must fully qualify the URL (add...
11500
Croitoru Dorin
xpareto
Jan 11, 2004 3:10 pm
... ... Thanks,Larry ! This indirection (noteteab.hyperlinks->desktop->notetab.clip) works fine,but in time, the desktop will be cluttered. I am still wonder ,...
11501
Julie
readingril
Jan 11, 2004 3:31 pm
Hi Dorin, ... There are other ways to do this beyond just putting the shortcuts to the clips on the desktop. You can create a folder on the desktop and put all...
11502
Kevin Witherite
KWITHERITE@...
Jan 12, 2004 1:24 pm
Hi Larry, That's the interpretation I got on NoteTab's masking abilities. Maybe I should have opted for hiding text rather than masking text in my original ...
11503
Jeff
scismgenie
Jan 12, 2004 2:51 pm
In html you can hide it with Javascript. -- ~~~ Jeff Scism, IBSSG Scismgenie@... http://blacksheep.rootsweb.com/ ...
11504
Croitoru Dorin
xpareto
Jan 12, 2004 7:50 pm
Hi Julie, Thanks for the two links.You have guess my area of interest-how to manage a lot of programs on my computer (100-200)from an unique center.I am...
11505
Julie
readingril
Jan 14, 2004 7:18 pm
Oh nevermind. After looking at the nonprinting text, I realize there are a lot of those nasty trailing blanks from the initial text (which was copied from a...
11506
Julie
readingril
Jan 14, 2004 7:33 pm
I have a clip that I occasionally use where I store the body of an email message I'm composing in a variable. If I look at this text with ^!Info ^%body% the...
11507
Roy Herring
roynancy@...
Jan 16, 2004 8:43 pm
I would like to create a prompt that both: Shows all the choices w/o having to click on the drop-down arrow. Allows for entering a value other than those...
11508
hugo_paulissen
Jan 17, 2004 1:34 am
Roy, Maybe you could construct something along this line? ^!Set %Z%=^?[(T=A;H=5)hhjk=Option1|Option2|Option3|Option4|Option5] ^!IF ^%Z%="" ^!Set %Z%=^?[Or use...
11509
Larry Thomas
back3home2003
Jan 17, 2004 1:45 am
Hi Roy, ... non-displayed option. ... it does allow ... I cannot do it with one wizard but this two wizard clip does it. You just make your special selection...
11510
Larry Thomas
back3home2003
Jan 17, 2004 1:48 am
Hi Roy, Sorry, I missed including my clip !-b ______[Copy below this line]_______ H="List and Option" ;lrt@... e¿ê ;01/16/2004, 07:35:36 PM ; ...
11511
Larry Thomas
back3home2003
Jan 17, 2004 9:18 pm
Hi Jeffrey, ... You need to use the ^$GetClipboard$ function in a conditional statement to stop the clip when it only contains a <cr/lf> pair which is what...
11512
charjeff02
Jan 17, 2004 9:57 pm
Hello, I've written a keyboard macro in NT Light to copy/paste several thousand rows of text from Excel into another application (I'm using Word for testing)....
11513
Larry Thomas
back3home2003
Jan 17, 2004 10:35 pm
Hi Jeff, ... It looks to me as if all you have to do is select the cell range that you want to copy in Excel and then switch to MS Word and use the paste...
11514
Sheri
silvermoonwo...
Jan 17, 2004 10:39 pm
... You could try testing to see if the clipboard is empty after you ctrl+c to copy to it, e.g., ^!IfTrue ^$IsEmpty("^$GetClipboard$")$ out You might need to...
11515
Jeffery Scism
scismgenie
Jan 18, 2004 5:14 am
What I would like to do is extract each line to it's own NEW html doc. I currently have a clip that does this for selected text in any TEXT document, but excel...
11516
Larry Thomas
back3home2003
Jan 18, 2004 5:57 am
Hi Jeff, ... I have Excel and I just went into my check book spread sheet and selected a range of columns and rows and then I clicked on the copy button. Then...
11517
Larry Thomas
back3home2003
Jan 18, 2004 7:01 am
Hi Jeff, ... I think that I know how this works now. It looks like you are going in one row from cell to cell and copying each cell and then switching to Word...
11518
Manuel123
manuel123@...
Jan 18, 2004 5:41 pm
^!Set %doc%=^$GetFileName(^$GetDocName$)$ I have the document name but How to only the name withoud extensión? Thanks in advanced ... Annotatio: "Para un pc...
11519
John Zeman
john041650
Jan 18, 2004 6:48 pm
... Like so: ^!Set %doc%=^$GetFileName(^$GetName(^$GetDocName$)$)$ John...
11520
John Zeman
john041650
Jan 18, 2004 6:55 pm
... extensión? ... Actually Manuel, now that I look at it closer, you could shorten it to this: ^!Set %doc%=^$GetName(^$GetDocName$)$ John...
11521
Charles E. Friederich
cefwis
Jan 19, 2004 2:40 am
Hello, clippers... A recent post to this list referred to the downloadable noteblock.zip file, which contains a valuable collection of clippings. One that I've...
11522
Jody
notetabber
Jan 19, 2004 3:45 am
Hi Charles, I just made a Remove Duplicates... to NoteBlock and uploaded. It makes a copy of the focused file and removes the duplicates in a tab delimited...
11523
Magnus H. Sørby
magnussorby
Jan 23, 2004 10:37 am
Hi. Is it possible to rearrange the order of the document tabs from a clip e.g. to give the active document index position 1? Magnus...
11524
Larry Thomas
back3home2003
Jan 23, 2004 12:07 pm
Hi Magnus, ... Please note that the clip below saves all open documents to prevent the loss of any changes you may have made and forgot to save before running ...
11525
b0s0x2002
Jan 31, 2004 11:12 am
Does anyone know if it is possible, and how to go about highlighting (or underlining) only text that equals a correctly spelled dictionary word. Basically I...