Search found 53 matches

by hannahelappin
23 Jan 2020, 04:01
Forum: Ask for Help (v1)
Topic: Shutdown if idle
Replies: 1
Views: 384

Shutdown if idle

Hi, Changed Bios on all work computers so they start at certain time in sequence and shut down. On saturdays not all staff are in but dont see on bios a way to account for this. Saturdays Main computer always needs to be on. Trade desk PC always needs to be on. Above is taken care of, but remaining ...
by hannahelappin
20 Nov 2019, 10:58
Forum: Ask for Help (v1)
Topic: Window spy get mouse-co-ordinates
Replies: 1
Views: 439

Window spy get mouse-co-ordinates

Hi,

Are there any existing scripts for this. E.g. copy winow title to clipboard, co-ordintes etc.

Many Thanks
by hannahelappin
07 Oct 2019, 09:42
Forum: Ask for Help (v1)
Topic: Trigger script upon window close
Replies: 5
Views: 1131

Re: Trigger script upon window close

Any ideas guys? Will window wait close work...Ive read the tutorial material but struggling a fair bit.

ManyThanks
by hannahelappin
16 Sep 2019, 03:03
Forum: Ask for Help (v1)
Topic: Trigger script upon window close
Replies: 5
Views: 1131

Re: Trigger script upon window close

Hi, thanks for the above. Still need help sorry..I know im rubbish! Step 1 ive opened new invoice option. Screenshot 1.png Step 2 ive clicked the recall option (to select saved invoice) Screenshot 2.png I've then selected my saved invoice from list. And then select by double clicking the line or cli...
by hannahelappin
13 Sep 2019, 10:10
Forum: Ask for Help (v1)
Topic: Trigger script upon window close
Replies: 5
Views: 1131

Re: Trigger script upon window close

Hi, was thinking of that. But if im doing a normal invoice e.g. not recalling one, (& never opening or closing that "Recall" Window title)that window will not be active and the following script Imake will be triggered....and I dont want/need that box refreshing for no reason only if that recall butt...
by hannahelappin
13 Sep 2019, 09:51
Forum: Ask for Help (v1)
Topic: Trigger script upon window close
Replies: 5
Views: 1131

Trigger script upon window close

Hi, In some accountancy software Ive set up a kit price of different sizes. Functionality in software to recall different kit sizes (sales invoices)...saves keying all prods individually. However, doesnt pull through any amended ind component prices that have changed since kit was set/up memorised. ...
by hannahelappin
19 Aug 2019, 10:38
Forum: Ask for Help (v1)
Topic: Recall sequential number
Replies: 15
Views: 1903

Re: Recall sequential number

Hi flyingDman, yeah this was going to be my next question but I didnt think it was possible/asking too much etc. It is a huge time saver as script currently is, no big deal changing the script count number from each morning, but sometimes have to do it multiple times a day which takes away from the ...
by hannahelappin
16 Aug 2019, 10:21
Forum: Ask for Help (v1)
Topic: Recall sequential number
Replies: 15
Views: 1903

Re: Recall sequential number

Hi, Works great now thanks. Yeah I didnt expect it to work with the same variable name, I did try changing the second part to GlobalCount1 & leave first as Globalcount, but im guessing it didnt work for the other reasons you said about the auto-execute section...which nown makes total sense lol. Tha...
by hannahelappin
16 Aug 2019, 07:40
Forum: Ask for Help (v1)
Topic: Recall sequential number
Replies: 15
Views: 1903

Re: Recall sequential number

Hi Justme sorry that was a mistake the "1". I tried changing all the Count instances to Count1 to see if that worked but it doesnt. ;Working script @ top of overall script file. #SingleInstance Force #Persistent GlobalCount := 11 FormatString := "{1:02}" #ifWinactive, Customer Receipt - The CO-Opera...
by hannahelappin
15 Aug 2019, 09:08
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Sorry mate I meant Ive amened it but theres still a gap. Will there always be a gap if theres a gap in the address in the accountancy software originally, on the left of screen shot. The accountancy software when running reports has built in expressions which account for the gap and condense the add...
by hannahelappin
15 Aug 2019, 09:04
Forum: Ask for Help (v1)
Topic: Recall sequential number
Replies: 15
Views: 1903

Re: Recall sequential number

Hi, Ive got that script working great now...but can you have 2 counts on the same script. I want to do a sImilar script. Just gives purch invs a reference. Year-month-sequential number e.g. next number I want is 19-08-4628. However when ran Im getting 19-08-4602 ;PURCH INV REF #SingleInstance Force ...
by hannahelappin
15 Aug 2019, 04:29
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Thanks Gregster
Ptouch screenshot.jpg
Ptouch screenshot.jpg (301.17 KiB) Viewed 1531 times
by hannahelappin
15 Aug 2019, 04:04
Forum: Ask for Help (v1)
Topic: Format date script
Replies: 3
Views: 702

Re: Format date script

jeeswg you were correct, working now-many thanks
by hannahelappin
15 Aug 2019, 03:41
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Hi Boiler, Ive amended the script to the below. The screenshot is the result. #ifWinactive, ahk_class #32770 ^x:: CoordMode, Mouse, Screen Click 139, 140 Sleep, 1200 Send, +{end} Sleep, 500 Clipboard := "" Send ^c ClipWait, 1 Clip1 := StrReplace(Clipboard, "`n") Clip1 := StrReplace(Clipboard, "`r") ...
by hannahelappin
14 Aug 2019, 15:03
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Fantastic- thank you very much boiler 👍
by hannahelappin
14 Aug 2019, 15:01
Forum: Ask for Help (v1)
Topic: Format date script
Replies: 3
Views: 702

Re: Format date script

Argh I’m with you thank you I’ll try that 👍
by hannahelappin
14 Aug 2019, 10:06
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Hi, yes blank lines. Not sure if word attachment copied correctly. Thanks for the link, I knew there would be a way to condense it-much appreciated i'll have a read tonight after work. Sorry, Ive had a go and pretty sure Ive edited it wrong! #ifWinactive, ahk_class #32770 ^x:: CoordMode, Mouse, Scre...
by hannahelappin
14 Aug 2019, 09:26
Forum: Ask for Help (v1)
Topic: Format date script
Replies: 3
Views: 702

Format date script

Hi, the below script works perfectly for every day of the week other than Friday? For Fridays it returns 16/08/19 (ri) & misses the "F" in Friday. #ifWinactive, ahk_class #32770 ^q:: ;convert date - 'ddMMyy' to 'dd/MM/yy (ddd)' SendInput {Ctrl down}{LShift down}{Left}{Ctrl up}{LShift up} Clipboard :...
by hannahelappin
14 Aug 2019, 09:19
Forum: Ask for Help (v1)
Topic: Multi copy script help
Replies: 15
Views: 1820

Re: Multi copy script help

Hi Boiler, apologies im so late looking at this again. Your recommendation has worked thank you very much but I just want to tweak it slightly....so theres no gaps in my label software? Any ideas, I know theres a gap in the original address but I dont want any gaps in the pasted address other than b...
by hannahelappin
07 Aug 2019, 14:22
Forum: Ask for Help (v1)
Topic: Auto capitalise line by line
Replies: 2
Views: 520

Re: Auto capitalise line by line

Hi, thanks again Teddy. I’ll try it out tomorrow 👍.
Cheers

Go to advanced search