How i can make some changes in syteline 6

YZARATE

Member
Hi i have syteline 6.0 i need to made some changes in the order maintance screen, basic i need block the customer number before the user save the order, i know is easy in the permissions of the user, but i can only block this field not the entire order.

if any 1 can help me.????? thanks.
 

Jason Chen

New Member
Hi i have syteline 6.0 i need to made some changes in the order maintance screen, basic i need block the customer number before the user save the order, i know is easy in the permissions of the user, but i can only block this field not the entire order.

if any 1 can help me.????? thanks.

Most of SL6 master file maintenance screens are develop with
UIB which you need install Progress 9.1c(or other ver) product,
named ProVISION. This 4GL interface allow you to modify triggers, events, procedures and objects attribution easily.
However, if your are senior Progress and SL6 User, you can modify it via Procedure Editor too.

The full Order Maintenance screen is named cs/w-ordmnt.w,
but contain many SmartViewer programs that present different
fields with different FOLDER object pages. cs/v-ordadr.w is the
target program file which content Customer Number field.

But I think it is a little bit difficult task to control the TAB
move to customer id before save.
 
Top