View Single Post
  #1 (permalink)  
Old 07-21-07, 16:19
MarkUK MarkUK is offline
Registered User
 
Join Date: Jul 2007
Posts: 1
General Protection Violation with calculated field in report

Hello,
I am new to posting on this forum, but have been intermittently lurking for a number of years. I have a problem that I have not been able to solve myself or find a solution anywhere

I regularly find that I get a General Protection Violation when I try to set up a calculated field in a report.

I have a calculated field in a final report band and if, for example, I set the value to something like..

Code:
 Sum([Capitalgains.PaymentReceived]) - Sum([Capitalgains.CostOfPurchase])
If the report is opened in design mode and not previously run, I can save the report and it crashes out when I try to run it, or, if I have previously run it, it crashes when I try to save any changes to the calculated field. Once changed, saved, exited Paradox and reopened, it works perfectly!

Is this a known bug, or am I overlooking something very silly?

Many Thanks

Mark
Acer 1.8GHz Win XP SP2
Paradox 10.0.0.990
BDE 5.01
Reply With Quote