9901
General Software Discussion / Re: SQLNotes...what is it exactly?
« Last post by tomos on February 15, 2008, 09:41 AM »dont know is this a bug or a feature 



Found this reference to Shoppen - a German movie on speed dating (2007)-Darwin (February 15, 2008, 09:04 AM)


| It's a replacement cartridge for the Canon PGI-5BK I dont know what printer it's for - not mine at any rate. It's pigmented ink KMP makes a very high quality replacement for Canon inks You have to use the chip from the original Canon cartridge, but, once you've done this once it's made very easy to transfer this to next (KMP) cartridge |

In my humble opinion, http://www.piclens.com/site/firefox/win/ should be in that list right at the top.-sri (February 13, 2008, 12:05 PM)


Paste the Datemaybe when I've figured out SQL-Notes equations I'll finally try and figure out ahk and have a go at the rest of the assignment (or maybe something easier to start with)
Make a function triggered by a hotkey that will paste the current date and time into the users currently open application (i.e. notepad).
Bonus:
1. When they trigger the function instead of pasting current date and time, ask them what format they want first, and give them some choices, like:
04/20/06, 22:00
or
April 20, 2006
or
April 20, 2006, 10:00pm
etc.-https://www.donationcoder.com/forum/index.php?topic=3296.0

BUTFixed. CTRL-Click will now open the link (file, email, web)
what I would really likewould be a Control+Mouse Click or some other key+click combo
Double clicks kill me-tomos (February 14, 2008, 07:20 AM)-PPLandry (February 14, 2008, 10:23 PM)
whooHoo!!! 
Do you have it installed BigJim?had a quick look, not easily I think
Could you see if that's modifiable?-tomos (February 14, 2008, 01:15 PM)
I think a dedicated program for that might be better...that's tempting too
I could whip up something in ahk really fast.
What's the date format you'd like to use and the key combo?-jgpaiva (February 14, 2008, 08:23 AM)

?!# %ds: Short date, which will return the date in the following format: 3/9/2007which isn't much good for us europeans
[edit] actually it's unclear which is the month there...[/edit]This might just happen in my country, but i'm guessing that if you use a magnetic bumper sticker, it'd get stolen VERY fast.a sign of character in a nation-jgpaiva (February 14, 2008, 08:25 AM)

I also prefer the cling stickers for windows but I'll slap a bumper sticker on my old wreck if that's what you get.
The clingy ones on the window would be my pick to, can move them easily, they are inside, so wont get wrecked by the weather.-Grorgy (February 14, 2008, 08:06 AM)
| --------------------------- SQLNotes --------------------------- Run-time error '94': Invalid use of Null --------------------------- OK --------------------------- |
A single-click on the text and a double-click to launch, or
A double-click on an empty space in the cell
should be all that's necessary. I'll fix it if it is not behaving correctly-PPLandry (November 02, 2007, 02:12 PM)
)
would be a Control+Mouse Click or some other key+click combo
@tomos
Taskbar Repair Tool from Kelly Theriot might be of help (Also mentioned here).-PhilB66 (February 13, 2008, 07:29 PM)
Is there a way to have a colour highlight on an item when a yes/no field is selected andYou're close: try AM: ItemColor="red" | E:ItemColor=
that the highlight will go/disappear if the yes/no field is deselected?
This doesnt work for the "Done" field:-
AM: ItemColor="red"-tomos (February 13, 2008, 02:57 PM)-PPLandry (February 13, 2008, 03:00 PM)
| * A: flag: Action will be triggered when a value is added (initially no value in the field) * M: flag: Action will be triggered when a value is modified (initially there is a value in the field) * E: flag: Action will be triggered when a value is deleted You can have as many auto-assign rules as you wish separated by vertical bars, they'll be executed in the sequence that they are entered. |
OK, how about this. All items in the billing grid have the Project field filled. You could put the auto-assign on that field...phew
Do you want this for both Estimates and Work Done items/subs ? Or just Estimates ? I need to know a bit more how you want to work...
p.s. no you are not driving crazy-PPLandry (February 13, 2008, 02:49 PM)

that seems to work well*That is what the StartDate: A:ItemColor="Red" does. Turn on when you put a StartDate
but I want items NOT ticked done to highlight - is that possible?-tomos (February 13, 2008, 02:24 PM)-PPLandry (February 13, 2008, 02:28 PM)

A better system for coloring would be
1- in StartDate (or some other field), add A:ItemColor=-PPLandry (February 13, 2008, 12:08 PM)
Surfulator looks cool, but $59.00 ! I usually use del.icio.us to store links and pages, but it doesn't show the detail that Surfulator appears to-wthomp (February 12, 2008, 01:00 PM)
There will be 50% discount on 22.2.2008:
http://www.bitsdujour.com/software/344/-tamasd (February 13, 2008, 02:11 PM)
It would be great if I could colour the not done items (automatically)- would that be possible under Manage Fields/Auto-assign rules ?
YES YES => itemcolor = "red"-tomos (February 13, 2008, 11:48 AM)

- would that be possible under Manage Fields/Auto-assign rules ?
tomos: it'd take me a while to make the options and such, thus please make the following change:
Change the first 2 'If's to the following 2: (each in its respective line, of course)
If (MouseY = A_screenHeight -1 AND !inborder)I'll add that option later
If (mouseY <> A_screenHeight -1 AND inborder)-jgpaiva (February 13, 2008, 09:56 AM)
