I just figured out something else interesting. If i add a field to the SQL statement, it returns both values in full. But one is randomly placed on the pdf. Obviously i only need 1 field at a time, but interesting. Also the ‘CompanyName’ appears randomly, rather than being where the ‘CompanyFax’ is. Being the first returned result i’d expect it to be in the fax field, and the fax number to appear randomly.
SELECT
CompanyName,
CompanyFax
FROM
company_info
results
@mikeDE
Here is the output.
The version is 7.01
@alvagar if i needed a where clause, i wouldn’t get any data at all. Not just the first character of the data string.