Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Formula error Post Reply Post New Topic
Author Message
RTSFO
Newbie
Newbie
Avatar

Joined: 10 Sep 2009
Online Status: Offline
Posts: 36
Quote RTSFO Replybullet Topic: Formula error
    Posted: 30 Sep 2009 at 10:35am
I have a formula in my report as below and when I try to run the report it's giving me an error that the reamining test does not appear to be a part of the formula.
Any help would be appreciated
Thanks
 
whileprintingrecords;
Dim app As CRAXDRT.Application
Dim rep As CRAXDRT.Report
Set app = New CRAXDRT.Application
Set rep = app.OpenReport("C:\report1.rpt") //update on install
rep.PaperSource = crPRBinMiddle
rep.PrintOut False, , , 1, 1
rep.PaperSource = crPRBinUpper
rep.PrintOut False, , , 2
 
IP IP Logged
Jyothi Yepuri
Senior Member
Senior Member


Joined: 11 May 2009
Location: Australia
Online Status: Offline
Posts: 127
Quote Jyothi Yepuri Replybullet Posted: 30 Sep 2009 at 4:48pm
try removing ";" after WhilePrintingRecords

Jyothi
IP IP Logged
RTSFO
Newbie
Newbie
Avatar

Joined: 10 Sep 2009
Online Status: Offline
Posts: 36
Quote RTSFO Replybullet Posted: 01 Oct 2009 at 3:32pm
Thank you for the help. I removed the help because our system does not allow what I had in the formula.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.047 seconds.