Printing - Designer report - Script problem
Posted: 2006-09-25 21:15:15
Hello,
I'm trying to build a string with several field but one or the other could be empty. So, I've to chekc the length :
begin
Text := Length([MediaType]);
end
I add this code in the Memo script editor, it returns always 0.
I've also tried with :
begin
Text := Length('Test');
end
Always 0 ... Becoming crazy...
Any hint ? Length is not working ? Any other to check if a variable is empty ?
Thanks
Bye Didier
I'm trying to build a string with several field but one or the other could be empty. So, I've to chekc the length :
begin
Text := Length([MediaType]);
end
I add this code in the Memo script editor, it returns always 0.
I've also tried with :
begin
Text := Length('Test');
end
Always 0 ... Becoming crazy...
Any hint ? Length is not working ? Any other to check if a variable is empty ?
Thanks
Bye Didier