| Author |
Message |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Mon Dec 04, 2006 4:25 am Subject: Preformatted Output |
Here is the code: http://autohotkey.net/~CobraKillerGT/SalesandLabor.ahk
Now basically... I'd like to make it as efficent as possible. The whole ... input boxes are getting on my nervers but all I ... |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Sun Dec 03, 2006 5:16 am Subject: Preformatted Output |
Hmm... HTML, a good idea actually, one of the best I have heard yet. In theory, couldn't i use it to easily line up colums under text headers.
Yes I could. Only issue is ... I am not sure how exa ... |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Sat Dec 02, 2006 11:14 pm Subject: Preformatted Output |
Yea, well... Excel seemed like a good idea except for the fact that...for that to work the program would have to launch excel with all the input preloaded.
It is going to be used by a few people wh ... |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Sat Dec 02, 2006 8:03 am Subject: Preformatted Output |
;7 o' clock
hd_7 := hourly_7-lhourly_7
acs_7 := hourly_6+hourly_7
ad_7 := acs_7-laccum_7
Msgbox 7 o' clock
Msgbox Hourly Sales - %hourly_7%
Msgbox Accum Sales - %acs_7%
Msgbox ... |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Fri Dec 01, 2006 6:31 pm Subject: Preformatted Output |
Sorry the other wasnt exactly on que with this.
I actually have the entire system done now,
Only thing is I want to output it nicely... I.E.
Hourly Accum Last Yr. Difference ... |
Topic: Button Question |
CobraKillerGT
Replies: 3
Views: 223
|
Forum: Ask for Help Posted: Fri Dec 01, 2006 6:27 pm Subject: Button Question |
Thats what i did, explicit.
I was so stupid and half asleep my problem was I forgot to add a return.
I really shouldn't be allowed to ask questions after 12AM.
Thanks guys. |
Topic: Button Question |
CobraKillerGT
Replies: 3
Views: 223
|
Forum: Ask for Help Posted: Fri Dec 01, 2006 8:15 am Subject: Button Question |
This is going to sound incredibly dumb, but i am new to AHK.
I built my GUI, have my buttons placed and all:
Gui, Add, Button, x336 y270 w100 h30 , Drive-Thru
Etc.
However, I want it to l ... |
Topic: Trying to automate a sales report |
CobraKillerGT
Replies: 5
Views: 383
|
Forum: Ask for Help Posted: Fri Dec 01, 2006 1:27 am Subject: Trying to automate a sales report |
Nope, no errors.
I do want to the text document idea though so i can print it nicely...
Question, how? |
Topic: Preformatted Output |
CobraKillerGT
Replies: 13
Views: 694
|
Forum: Ask for Help Posted: Thu Nov 30, 2006 11:37 pm Subject: Preformatted Output |
Hey,
I am automating a sales report and basically it is multilined, first I gather user input and then perform computations on it and then spit it back to the user.
Currently I had a GUI filled ... |
| |