Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to use the function GetCurrentSelections into a text object , but without showing the selections of certain fields. Is it possible?
Thank's a lot!
Pol
The last step is to go to your Sheet Properties and uncheck the box that says 'show system fields'.
My question.... can I use HidePrefix on more than one prefix? I want to hide fields starting with % and fields starting with &.
Yea forgot to mention that check box. I'm not sure that hidepreffix can be used more than once in document. I think that the last using of function is used as current.
polmar cant upload example because when i to upload error appears. If you want can send you by email?
Regards!
Stefan
wow!!! ![]()
The problem has been solved! Thank you very much Stefan, is not necessary that you send the mail.
I verified your answer, but the response in this message is not complete. edit please, and complete the solution.
kmacdonald, maybe this combination of functions could solve your problem...
set HidePrefix='%';
set HideSuffix='Y';
Good job! Thanks to all the users for his contribution!
Pol