Re: adding a menu item
- From: "Steve Foley" <steve.foley@xxxxxxxxxxxxx>
- Date: Thu, 15 Dec 2005 01:43:34 GMT
Something I've done was to rename the program, and add a new wrapper
program.
If the program on the menu is foo.r
rename foo.r to foo-2.r
create and compile a new foo.p that does what you want, and runs foo-2.r at
the end.
My specific example printed out PO receiving labels. It went something like
this:
define variable begin-trans-num as integer.
find last iix.
begin-trans-num = iix.trans-num.
run original-po-receiving.r.
for each iix where iix.trans-num > begin-trans-num and
iix.user-code = userid("TMM") and
iix.trans-type = "POR":
run print-barcode-label ( iix.trans-num ).
end.
"chefsride" <k.harnden@xxxxxxx> wrote in message
news:1133462662.565838.306650@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> I am working with a client that is running a commerical application and
> all they have is r-code. I want to add a menu item a particular window
> in this program so they can run a piece of custom code from there
> program any ideas would be great.
>
.
- References:
- adding a menu item
- From: chefsride
- adding a menu item
- Prev by Date: Re: HELP - quoter V7.3 question.
- Next by Date: Load CSV file into Progress Database without administration tools
- Previous by thread: adding a menu item
- Next by thread: HELP - quoter V7.3 question.
- Index(es):
Relevant Pages
|