Hi I'm new to using Crstal Reports and am having a problem with field sizes.
I have a Vb 6.0 Application which uses MY SQL as the back end database. I've started using Crystal to create various reports.
The problem is whatever field length the initial data i use to create my report is - the field length wont increase.
E.g. my data brings back a string field of size 7 (Arsenal), which displays great on the report.
However if i send across other data to the report the field size wont increase,
E.g. next time my field needs size 17 (Manchester United), only the first 7 characters can be seen.
I've made sure that I DiscardSavedData when opening the report again - but problem persists. At the moment I'm getting arpound the problem by making sure I'm using data which uses up the max length my fields can be when saving the original report.
Fingers crossed its a simple solution
I have a Vb 6.0 Application which uses MY SQL as the back end database. I've started using Crystal to create various reports.
The problem is whatever field length the initial data i use to create my report is - the field length wont increase.
E.g. my data brings back a string field of size 7 (Arsenal), which displays great on the report.
However if i send across other data to the report the field size wont increase,
E.g. next time my field needs size 17 (Manchester United), only the first 7 characters can be seen.
I've made sure that I DiscardSavedData when opening the report again - but problem persists. At the moment I'm getting arpound the problem by making sure I'm using data which uses up the max length my fields can be when saving the original report.
Fingers crossed its a simple solution