Search found 9 matches

by asawyer13
Thu Jul 19, 2007 12:18 pm
Forum: Coding Questions
Topic: Quicken Dates
Replies: 1
Views: 1453

Quicken Dates

Has anybody created a routine that allows Quicken type date entry?
For example, when in a date field, you can press + to add 1 day to the date, or - to subtract one date, or T for today's date, or M for the first of the month date?
And is there a way to make something like this Global, so the code ...
by asawyer13
Sun Jul 08, 2007 8:19 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

Yes I live to reinvent the wheel. lol
I personally can use some elses tools to save time, and still create something that has my touch.
Alan
by asawyer13
Sun Jul 08, 2007 8:11 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

If only someone had a good application in PB that I could use as a base for what I need to do.
That would be perfect.
I would sign an NDA, buy it (not too expensive), etc, but something that would save a lot of time.
Alan
by asawyer13
Sun Jul 08, 2007 8:08 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

It looks very good, now I just have to figure out how to make my stuff look as good.
Alan
by asawyer13
Thu Jul 05, 2007 7:40 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

I haven't used RapidShare before but I was able to upload the video to it, so if someone can review it, I would apprciate it.
This is what the client wants the new application to look similar to.
http://rapidshare.com/users/U8SSAD

Thanks,
Alan
by asawyer13
Thu Jul 05, 2007 7:27 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

Thanks, I will look at both these applications.
Right now the Access application is a little ugly and basically an Access application.
What I'm looking for is something more Vista looking or XP looking at least.
Best way to explain is to show a demo of what the client considers a modern looking ...
by asawyer13
Thu Jul 05, 2007 3:21 pm
Forum: General Discussion
Topic: Commercial Grade Applications
Replies: 16
Views: 7597

Commercial Grade Applications

I am needing to conver an existing Access application to something. It needs to be modernized, more user friendly, etc. and I was thinking of using PureBasic to accomplish this.
Are there any PureBasic non game applications, say for general business use, that are being sold and updated with newer ...
by asawyer13
Mon Jul 02, 2007 9:28 pm
Forum: General Discussion
Topic: Using Create
Replies: 2
Views: 866

I didn't realize that the errors don't clear when I do a compile.
I think I'm okay. Sorry for the confusion.
by asawyer13
Mon Jul 02, 2007 9:25 pm
Forum: General Discussion
Topic: Using Create
Replies: 2
Views: 866

Using Create

I am trying to use the CreateFile code that's in the help file,
but I get an error at line 1, syntax error.
also one on line 3, WriteString incorrect number of parameters.
I cut and pasted the code, so I'm a little confused.
Thanks,
Alan




If CreateFile(0, "Text.txt") ; we create a new text file ...