I have been amending a report that is only 3 inches wide(!) and is used on a small portable zebra printer
I added 2 new fields. The report worked perfectly except that the balance field was showing a different value.
To track down the problem I had to widen the width of the report and cycle through some controls that were hidden. Once I found the problem, which was basically picking up the old control when I should have been using one of the new fields, I exited the report WITHOUT saving.
I then went back into the report from within the application (no problem) went into design mode and changed the necessary to pick up the right control. I exited and saved.
Now when I go into the report I get the message
"the field is too small to accept the amount of data you attempted to add"
I have tried removing field by field until there were no fields left (ie a blank report) and still getting the error.
Googling this it points to having UniqueValues query property to Yes which generates a DISTINCT keyword in the sql and this is a problem with MEMO fields. Well I don't know in the UniqueValues query property is set to yes but the generated sql has no DISTINCT keyword and I have no MEMO fields.
So to clarify I basically had a report that worked after I had amended it but
after changing contrl3 to pick up details from control2 rather than control1 it screws up. Changing them back has no effect.
H E L P ! ! ! !
I added 2 new fields. The report worked perfectly except that the balance field was showing a different value.
To track down the problem I had to widen the width of the report and cycle through some controls that were hidden. Once I found the problem, which was basically picking up the old control when I should have been using one of the new fields, I exited the report WITHOUT saving.
I then went back into the report from within the application (no problem) went into design mode and changed the necessary to pick up the right control. I exited and saved.
Now when I go into the report I get the message
"the field is too small to accept the amount of data you attempted to add"
I have tried removing field by field until there were no fields left (ie a blank report) and still getting the error.
Googling this it points to having UniqueValues query property to Yes which generates a DISTINCT keyword in the sql and this is a problem with MEMO fields. Well I don't know in the UniqueValues query property is set to yes but the generated sql has no DISTINCT keyword and I have no MEMO fields.
So to clarify I basically had a report that worked after I had amended it but
after changing contrl3 to pick up details from control2 rather than control1 it screws up. Changing them back has no effect.
H E L P ! ! ! !