Home RAP

passing JitPipeline value

edited May 2003 in RAP

Hi

I have a problem passing on particular field to a report rtm file.

The field is called BranchAddress but when it is put on to the report form
it prints nothing.

Anything I can check ?

Thanks

Andy


if aFieldName = 'BranchAddress' then
begin
if ComboBox1.Text = 'Oldham' then
Result := 'oldham address ??????????'
else if ComboBox1.Text = 'Bournemouth' then
Result := 'Bournemouth address ????????????????????' ;
end;

Comments

  • edited May 2003
    Oh no

    My fault the field was set to a date type.
    HTH someone else anyway

    Andy


This discussion has been closed.