I have a question that I need some assistance solving.
An application I am working on requires that the PowerBuilder Datawindow argument entry window is popped up requiring the user to enter the parameters for the retrieval process.
One of the parameters is a string, however, the string entry field does not accept special characters such as ! (Exclamation).
Is there a setting or definition field somewhere in the IDE that will allow this character to be entered as part of the string in this field.
Thank you
As workaround I think the only way is to write your own Dialog. :-(
Also thought maybe you could get around it by typing the ASCII codes (ALT+0033 and ALT+0034 respectively) but they don't work either.