Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

GUIxt with Enhancement Pack 5

Former Member
0 Kudos
90

We are in ECC 6 and are in the process of updating to enhancement pack 5. We are having to make changes to the guixt scripts due to changes in screen names, etc. One issue I am having is with TIP. It does not seem to work properly. It is a customer screen and the script is getting activated, but the tip icon does not appear and it overwrites the field description with the tip information. Anyone have any idea.

The syntax for the tip is

Tip F[%#AUTOTEXT002] "Format: Employee # + dash + password i.e 9999-ABCDE"

the field name is correct and the 'format employee #... shows up, just not as a tip.

Any help is welcome.

1 REPLY 1

Former Member
0 Kudos
59

Hi,

Don't know if this issue is resolved but in case it is not:

Tip [Name of your element] "Format: Employee # + dash + password i.e 9999-ABCDE"

Good luck