Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Crystal Report on Page Header/Detail a error

$
0
0
Hi, I'm newbie here and this is my first post! my error as attachments:

Page Header

@ address2
CR formula

Shared StringVar Address;
Shared BooleanVar isRepeated;
Shared BooleanVar isNewHeader;

If Len(Trim(Address)) > 0 and not isNewHeader Then
isRepeated := TRUE;

Address



@ block1
CR formula

Shared StringVar block;
Shared BooleanVar isRepeated;
Shared BooleanVar isNewHeader;

If Len(Trim(block)) > 0 and not isNewHeader Then
isRepeated := TRUE;

block





Detail a

@ address1
CR formula

Shared StringVar Address;
Shared BooleanVar isNewHeader;


if {OCRD.Address}='' then ' '
else (isNewHeader:= FALSE; Address :={OCRD.Address}; Address)



@ block


CR formula

Shared StringVar block;
Shared BooleanVar isNewHeader;


if {OCRD.block}='' then ''
else (isNewHeader:= FALSE; block :={OCRD.block}; block)



Thanks!!! hope get the right answer here!

Attached Images
File Type: jpg statement error.jpg (392.5 KB)

Viewing all articles
Browse latest Browse all 13329

Trending Articles