cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

GUIXT Issue

former_member213851
Active Contributor
0 Likes
2,018

Hi Gurus,

I have made some changes to screen using GUIXT and they are visible for all clients (Servers for Client , A Client B... ).

This should not happen..

Is there any way to restrict changes to particular server of a client  only..

Please suggest. Also let me know disadvantages of using GUIXT.

Regards,

Sachin

View Entire Topic
Former Member
0 Likes

hi

  I have some queries in guix??? Is this possible to avoid enter functionality while in search help?????

vishal_mehta
Participant
0 Likes

Hi Priya,

You can try this. Generate a GuiXT Script for the Search Help window. Inside that, use the following code:

////////////

on "enter" process="do_nothing.txt"

///////////

Create an input script, named "do_nothing.txt" and use the following line of code:

/////////

return

////////

Word of caution: Please be careful while deploying the scripts, as Search Help is a common window used in multiple context.

Let me know if this works OR if you have more queries.

Best,

Vishal