I have added a slew of Local variables to a Report procedure and they are named as such:
LOC:FullNam0600
LOC:FullName0630 … etc …
They were all added by pasting from a text editor to the Data window in the lower left of the IDE.
They came out of the text editor looking like this:
LOC:FullName0600 STRING(30)
However, it seems like Clarion has chosen to lop off the LOC: part of the variable name. As a result, they are not displaying properly in my Report.
Here’s how the data window looks alongside the properties for the LOC:FullName0600 variable:
Any ideas on why it is changing? I tried just adding the LOC: back into the Report when it calls out the variable, but that didn’t work.
ty