0
I have a problem - when using a PDF component - I ended up having a "Out of Range" error when generating the PDF document.
by error and line I found out where the problem was - and identified that the error was pq the user registered a "INDENT" in the field searched.
by switching "DASH" to "DASH" - everything is back to normal.
Obviously the error in the component occurs because it does not identify the "MISCHIEF" as a "Table" character - even though it is not part of the default keyboard.
In thousands of registrations it was the first time q had this problem - but as it is common for clients to use the trace to separate the information from the field, (and I believe that the problem occurred pq the CORRECTOR ORTHOGRAPHIC automatically changed the trace for the crossbar) - wanted a solution to the problem.
This solution is simple..
just check the data sent in the register and exchange the DASH DASH using the command "REPLACE"
REPLACE(texto, "TRAVESSAO", "TRAÇO")
my doubt is - as I inform the "MISCHIEF" in the code - since it does not exist on the keyboard.
thanks!!
Without knowing what type of character this INDENT is very difficult. Have you ever thought about doing the reverse? For example: Filter only acceptable characters in search.
– Carlos Andrade
Indent in Windows Altgr + Num- or Alt + CTRL + Num- (or Alt + 0151) OBS: Num- is the "less" key in the numeric key panel as well as 0151 as well. On my keyboard worked Alt + 0151 look it ai - is bigger than the Half-stripe - or - (tracinho)
– user60252