I use a stored procedure => for example
select 'Hello' text1, personal.id text2 from personal where personal.name = 'Jos'
and i placed those fields in a text object (width= whole page => large enough)
And that works ...
When i change 'Hello' in the stored procedure to 'Hell' is still works...
But when i make 'Hello' to 'Hellooo' it doesn't work anymore.
What am i doing wrong??
Thank You, Bart
select 'Hello' text1, personal.id text2 from personal where personal.name = 'Jos'
and i placed those fields in a text object (width= whole page => large enough)
And that works ...
When i change 'Hello' in the stored procedure to 'Hell' is still works...
But when i make 'Hello' to 'Hellooo' it doesn't work anymore.
What am i doing wrong??
Thank You, Bart