on ‎2013 Oct 23 6:17 PM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
hi
I have some queries in guix??? Is this possible to avoid enter functionality while in search help?????
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.