Welcome Guest | My Membership | Login

More MultiValue Database and Products Articles...

SB+ Tech Tip!

In SB+ how can we turn the Auto Extend Field Length on within one screen and then turn it back off when we exit the screen?

 

 

Twitter Button from twitbuttons.com

Release Date: Monday, January 01, 0001

Problem:

In SB+ how can we turn the Auto Extend Field Length on within one screen and then turn it back off when we exit the screen?

Solution:

The following is one way to turn the auto extend feature on and off without using the USER.FLAGS setting:

In Process Before:P:(@USER.KEYS<1,6> = 1) ; will turn autoextend on
In Process After: P:(@USER.KEYS<1,6> = 0) ; will turn autoextend off

This Tech Tip was supplied in the IBM U2 Newsletter .

 

# # #          # # #          # # #

 

Related Articles:


Return to top