| Stephen Quinn 2007-01-06, 9:55 pm |
|
<jmilovic@gmail.com> wrote in message
news:1168108942.947416.319480@s80g2000cwa.googlegroups.com...
>I need help how to change my GETSYS.PRG to add some functionality. I
> would like to have something like copy/paste in windows eg. when i
> calculate something in my calculator i would like to send that variable
> to my current get field but only when i want (when i press CTRL+V). I
> would like also to change my date setting to allow only year that i
> want, how to do that?
I suggest you d/l the Grumpfish library from the OASIS and have a look at the
GetReaders' included there, other libs available there may also have various
GetReaders you'd be interested in using (you might also look at the calculator
and/or popnote in Grump IIRC they already do this).
You'll need to give more info about the date thingy you want as your question
isn't real clear about it.
Unless you mean something along the lines of (see ng)
SET EPOCH 1990
SET DATE FORMAT TO 'DD/M/YYYY'
SET DATE BRITISH
The OASIS - http://www.the-oasis.net/
HTH
Steve
|