Programming Question

Chris Kelleher

Administrator
Staff member
Greetings,
I wrote a basic progress program that displays a list of inventory item.
After I scrolled to select an item what do I need to add to my program to
open the Syteline Item Maintenance screen with the item I selected?

Syteline 4.00.01
Progress 8.3A

TIA,

Scott
 
SL has an example of the program you are talking about.... If you have
source look in the browse directory... There are a number of item
browsers, one of them has (in sl3.5) a button to open up the
item master screen..browse/item.p.. .. I would copy that
functionality...... Actually
you could base your program on that browse procedure.....

Mike
 
Back
Top